NetBSD/sbin/newfs_lfs
dholland 511153d2cc Enable the creation of lfs64 volumes.
To create an lfs64 volume, use -w 64. You can also force a 32-bit
volume with -w 32, but this will fail on devices thta are too large.

lfs64 is the default for devices > 1TB. (1TB rather than 2TB because
daddr_t is signed and negative block numbers can cause interesting
complications.)

For now print a warning that the lfs64 format isn't finalized, because
it isn't. For now any lfs64 use should be limited to test data,
benchmarking, and so forth.
2015-10-15 06:24:33 +00:00
..
Makefile Redo these changes properly: 2013-06-08 21:13:19 +00:00
config.h When creating a very small filesystem, use well-known small segment, 2012-02-02 03:50:32 +00:00
extern.h Enable the creation of lfs64 volumes. 2015-10-15 06:24:33 +00:00
make_lfs.c Enable the creation of lfs64 volumes. 2015-10-15 06:24:33 +00:00
misc.c
newfs.c Enable the creation of lfs64 volumes. 2015-10-15 06:24:33 +00:00
newfs_lfs.8 Enable the creation of lfs64 volumes. 2015-10-15 06:24:33 +00:00