summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-04-10 10:36:44 +0000
committernik <nik@FreeBSD.org>2001-04-10 10:36:44 +0000
commitf9125d616d5305c3b4bd9ebe7a076e5cd997f909 (patch)
tree757a5266aafc64a4be75c013466743a197e63697 /sbin/newfs/newfs.8
parent2fbfd2079a9a4b7d3cb2b466fcdee256a11717f0 (diff)
downloadFreeBSD-src-f9125d616d5305c3b4bd9ebe7a076e5cd997f909.zip
FreeBSD-src-f9125d616d5305c3b4bd9ebe7a076e5cd997f909.tar.gz
Add information about the new options to newfs and tunefs which set the
expected average file size and number of files per directory. Could do with some fleshing out.
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index faa5bd4..915f8dc 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -50,6 +50,8 @@
.Op Fl d Ar rotdelay
.Op Fl e Ar maxbpg
.Op Fl f Ar frag-size
+.Op Fl g Ar avgfilesize
+.Op Fl h Ar avfpdir
.Op Fl i Ar bytes
.Op Fl k Ar skew
.Op Fl l Ar interleave
@@ -200,6 +202,10 @@ ranging in value between
and
.Ar blocksize .
The default is 1024 bytes.
+.It Fl g Ar avgfilesize
+The expected average file size for the file system.
+.It Fl h Ar avgfpdir
+The expected average number of files per directory on the file system.
.It Fl i Ar number of bytes per inode
Specify the density of inodes in the file system.
The default is to create an inode for every
OpenPOWER on IntegriCloud