Module Name: src Committed By: dholland Date: Thu Oct 15 06:24:33 UTC 2015
Modified Files: src/sbin/newfs_lfs: extern.h make_lfs.c newfs.c newfs_lfs.8 Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/newfs_lfs/extern.h cvs rdiff -u -r1.58 -r1.59 src/sbin/newfs_lfs/make_lfs.c cvs rdiff -u -r1.29 -r1.30 src/sbin/newfs_lfs/newfs.c cvs rdiff -u -r1.23 -r1.24 src/sbin/newfs_lfs/newfs_lfs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.