freebsd-dev/sbin/newfs
Poul-Henning Kamp 5dccd5c649 Swing the axe and remove some archaic features from newfs which modern
diskdrives do neither need nor want:

	-O create a 4.3BSD format filesystem
	-d rotational delay between contiguous blocks
	-k sector 0 skew, per track
	-l hardware sector interleave
	-n number of distinguished rotational positions
	-p spare sectors per track
	-r revolutions/minute
	-t tracks/cylinder
	-x spare sectors per cylinder

No change in the produced filesystem image unless one or more of
these options were used.

Approved by:	mckusick
2002-03-20 07:16:15 +00:00
..
Makefile Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
mkfs.c Swing the axe and remove some archaic features from newfs which modern 2002-03-20 07:16:15 +00:00
newfs.8 Swing the axe and remove some archaic features from newfs which modern 2002-03-20 07:16:15 +00:00
newfs.c Swing the axe and remove some archaic features from newfs which modern 2002-03-20 07:16:15 +00:00
newfs.h Swing the axe and remove some archaic features from newfs which modern 2002-03-20 07:16:15 +00:00
ref.test Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
runtest00.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
runtest01.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00