summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-11-27 17:01:17 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-11-27 17:01:17 +0000
commit1e71f50108a810ff64ab294e5721da942fce9254 (patch)
treebab0148c7833742d58c812839d77ffec4fef3913 /sbin/newfs/newfs.8
parent17c42ff93df491cfe3a2c747562d21d88b2b14a6 (diff)
downloadFreeBSD-src-1e71f50108a810ff64ab294e5721da942fce9254.zip
FreeBSD-src-1e71f50108a810ff64ab294e5721da942fce9254.tar.gz
Correct the example introduced in rev 1.29, which suggested a block:frag
size ratio other than 8:1. Currently, we only recommend an 8:1 ratio, because the impact of others ratios has not been adequately investigated. Also, do not recommend the use of the -c option in the example, since newfs now automatically calculates the best cyl:cylgrp ratio. This change was discussed with the author of rev 1.29.
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 9829128..c19cc6f 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -271,14 +271,14 @@ This option is of historical importance only. Modern disks perform their own
bad sector allocation.
.El
.Sh EXAMPLES
-.Dl newfs -b 16384 -f 4096 -c 100 /dev/ad3s1a
+.Dl newfs -b 16384 -f 2048 /dev/ad3s1a
.Pp
Creates a new ufs file system on
.Pa ad3s1a .
.Nm
-will use a block size of 16384 bytes, a fragement size of 4096 bytes
-and have 100 cylinders per cylinder group rather than the defaults.
-These values are tend to produce better performance than the defaults
+will use a block size of 16384 bytes, a fragement size of 2048 bytes
+and the largest possible number of cylinders per group.
+These values tend to produce better performance than the defaults
for file systems larger than about 5 gigabytes.
.Sh SEE ALSO
.Xr fdformat 1 ,
OpenPOWER on IntegriCloud