From f9125d616d5305c3b4bd9ebe7a076e5cd997f909 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 10 Apr 2001 10:36:44 +0000 Subject: 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. --- sbin/newfs/newfs.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sbin/newfs') 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 -- cgit v1.1