freebsd-dev/sbin/newfs
Bruce Evans 28596d2346 Removed "hack to prevent overflow of a 32bit block number". Lite2 has a
better hack in ffs_vfsops.c.  The hack here restricted the maximum file
size to 2^39 bytes (512GB).  fs_bsize * 2^31 - 1 (16TB for the default
blocksize of 8K) would have been better.  There is no good way to remove
this limit on old BSD4.4 file systems.
1997-07-13 15:13:07 +00:00
..
Makefile Add generation number randomization. Newly created filesystems wil now 1997-03-23 20:08:22 +00:00
mkfs.c Removed "hack to prevent overflow of a 32bit block number". Lite2 has a 1997-07-13 15:13:07 +00:00
newfs.8 Fix typo. 1997-05-04 20:04:59 +00:00
newfs.c Allow use of the name "swap" instead of an actual swap device. 1997-06-23 22:44:51 +00:00