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/tunefs/tunefs.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sbin/tunefs') diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 72fc5a7..dd6ea92 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -44,11 +44,13 @@ .Op Fl a Ar maxcontig .Op Fl d Ar rotdelay .Op Fl e Ar maxbpg +.Op Fl f Ar avgfilesize .Op Fl m Ar minfree .Bk -words .Op Fl n Ar enable | disable .Op Fl o Ar space | time .Op Fl p +.Op Fl s Ar avgfpdir .Ek .Ar special | Ar filesystem .Sh DESCRIPTION @@ -92,6 +94,8 @@ more frequently than if they were allowed to allocate all the blocks in a cylinder group before seeking elsewhere. For file systems with exclusively large files, this parameter should be set higher. +.It Fl f Ar avgfilezsize +Specify the expected average file size. .It Fl m Ar minfree Specify the percentage of space held back from normal users; the minimum free space threshold. @@ -122,6 +126,8 @@ are on the selected file system. More detailed information can be obtained in the .Xr dumpfs 8 manual page. +.It Fl s Ar avgfpdir +Specify the expected number of files per directory. .El .Pp At least one of the above flags is required. -- cgit v1.1