freebsd-dev/sbin/newfs
Xin LI 3ae329b8d2 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
2005-02-20 06:33:18 +00:00
..
Makefile
mkfs.c When creating a new FFS file system, the block size will indirectly 2005-02-20 06:33:18 +00:00
newfs.8 Polish previous revision: 2005-01-22 14:36:51 +00:00
newfs.c Document -l and -n options in usage(). 2005-01-22 14:37:57 +00:00
newfs.h
ref.test
runtest00.sh
runtest01.sh