aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-03-15 07:08:33 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-03-15 07:08:33 +0000
commit3669a02157938cbad55ec92604b28a4c11f1d158 (patch)
treee7118f25fb7928d034e5483fbfe1143f842cdc10 /sbin/tunefs/tunefs.8
parent76f4de663a352a02a1efb8ccd73054a12aa41027 (diff)
downloadsrc-3669a02157938cbad55ec92604b28a4c11f1d158.tar.gz
src-3669a02157938cbad55ec92604b28a4c11f1d158.zip
Changed manual page to conform to the reality in FreeBSD.
Notes
Notes: svn path=/head/; revision=7065
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-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 bfe4cb168470..b95ff9ddc878 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 ,