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 Convert newfs to libufs (really). Solves one real issue with previous 2003-02-11 03:06:45 +00:00
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 Add an option to suppress the creation of the .snap directory in 2005-01-21 22:20:25 +00:00
ref.test Fix the -R flag so that it provides sequential "random" numbers 2003-02-22 23:26:11 +00:00
runtest00.sh
runtest01.sh