freebsd-dev/sbin/newfs
Bruce Evans 90e05a748a Don't create superblocks with size larger than SBSIZE (8192). The
size was rounded up to a multiple of the fragment size, but this
gave invalid file systems when the fragment size was > SBSIZE (fsck
aborts early on them).  Now a fragment size of 32768 seems to work
(too-simple tests with fsck and iozone worked).
1998-01-19 16:55:26 +00:00
..
Makefile Add generation number randomization. Newly created filesystems wil now 1997-03-23 20:08:22 +00:00
mkfs.c Don't create superblocks with size larger than SBSIZE (8192). The 1998-01-19 16:55:26 +00:00
newfs.8 Fix syntax error for the mount_mfs example. 1997-11-24 03:28:54 +00:00
newfs.c Fixed some spelling errors. 1998-01-16 06:31:23 +00:00