cvs commit: src/sbin/newfs mkfs.c
Xin LI
delphij at FreeBSD.org
Sun Feb 20 06:33:19 GMT 2005
delphij 2005-02-20 06:33:18 UTC
FreeBSD src repository
Modified files:
sbin/newfs mkfs.c
Log:
When creating a new FFS file system, the block size will indirectly
affect the largest file size that is allowed by the file system.
On the other hand, when creating a snapshot, the snapshot file will
appear as it is as big as the file system itself. Hence we will not
be able to create a file system on large file systems with small
block sizes.
Add a warning about this, and gives some hints to correct the issue.
Reviewed by: mckusick
MFC After: 1 week
Revision Changes Path
1.88 +10 -0 src/sbin/newfs/mkfs.c
More information about the cvs-src
mailing list