]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When creating a new FFS file system, the block size will indirectly
authordelphij <delphij@FreeBSD.org>
Sun, 20 Feb 2005 06:33:18 +0000 (06:33 +0000)
committerdelphij <delphij@FreeBSD.org>
Sun, 20 Feb 2005 06:33:18 +0000 (06:33 +0000)
commiteba8271ca01f0817e7a286a4679d21a5291f5f00
tree97785c61073473b9941980736d2f7526fae29734
parentaa96e34a9c91b1e904da6b6948a04d46adb8f15d
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
sbin/newfs/mkfs.c