summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-15 07:08:33 +0000
committerdg <dg@FreeBSD.org>1995-03-15 07:08:33 +0000
commit876858a7b243e8839c039e1eb69306e19c0015dd (patch)
treee7118f25fb7928d034e5483fbfe1143f842cdc10 /sbin/tunefs
parent4d16787856d1b6ed74b1d904c5c7f1728b697049 (diff)
downloadFreeBSD-src-876858a7b243e8839c039e1eb69306e19c0015dd.zip
FreeBSD-src-876858a7b243e8839c039e1eb69306e19c0015dd.tar.gz
Changed manual page to conform to the reality in FreeBSD.
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/tunefs.817
1 files changed, 8 insertions, 9 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index bfe4cb1..b95ff9d 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -87,23 +87,22 @@ this parameter should be set higher.
.It Fl m Ar minfree
This value specifies the percentage of space held back
from normal users; the minimum free space threshold.
-The default value used is 10%.
+The default value used is 8%.
This value can be set to zero, however up to a factor of three
in throughput will be lost over the performance obtained at a 10%
-threshold.
+threshold. Settings of 5% and less force space optimization to
+always be used which will greatly increase the overhead for file
+writes.
Note that if the value is raised above the current usage level,
users will be unable to allocate files until enough files have
been deleted to get under the higher threshold.
.It Fl o Ar optimize_preference
The file system can either try to minimize the time spent
allocating blocks, or it can attempt to minimize the space
-fragmentation on the disk.
-If the value of minfree (see above) is less than 10%,
-then the file system should optimize for space to avoid
-running out of full sized blocks.
-For values of minfree greater than or equal to 10%,
-fragmentation is unlikely to be problematical, and
-the file system can be optimized for time.
+fragmentation on the disk. Optimization for space has much
+higher overhead for file writes.
+The kernel normally changes the preference automatically as
+the percent fragmentation changes on the file system.
.El
.Sh SEE ALSO
.Xr fs 5 ,
OpenPOWER on IntegriCloud