From a2accd01f0ac2f25d72443923819abceaf128119 Mon Sep 17 00:00:00 2001 From: charnier Date: Sat, 6 Jul 2002 19:34:18 +0000 Subject: The .Nm utility --- sbin/newfs/newfs.8 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'sbin/newfs/newfs.8') diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c20fe15..7bd4205 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -58,14 +58,16 @@ .Op Fl s Ar size .Ar special .Sh DESCRIPTION -.Nm Newfs -is used to initialize and clear filesystems before first use. +The +.Nm +utility is used to initialize and clear filesystems before first use. Before running .Nm the disk must be labeled using .Xr disklabel 8 . -.Nm Newfs -builds a filesystem on the specified special file. +The +.Nm +utility builds a filesystem on the specified special file. (We often refer to the .Dq special file as the @@ -194,8 +196,9 @@ The size of a sector in bytes (almost never anything but 512). .Pp Creates a new ufs filesystem on .Pa ad3s1a . +The .Nm -will use a block size of 16384 bytes, a fragment size of 2048 bytes +utility will use a block size of 16384 bytes, a fragment size of 2048 bytes and the largest possible number of blocks per cylinders group. These values tend to produce better performance for most applications than the historical defaults @@ -229,5 +232,5 @@ on filesystems that contain many small files. .Sh HISTORY The .Nm -command appeared in +utility appeared in .Bx 4.2 . -- cgit v1.1