Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sbin/tunefs Pullup rev 1.34 (requested by grant in tick...



details:   https://anonhg.NetBSD.org/src/rev/a0145cc9b39e
branches:  netbsd-2-0
changeset: 560629:a0145cc9b39e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 29 04:09:05 2004 +0000

description:
Pullup rev 1.34 (requested by grant in ticket #208)

According to newfs(8) and reality, the default minfree value is actually
5%, not 10%.

diffstat:

 sbin/tunefs/tunefs.8 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 26f136718e9a -r a0145cc9b39e sbin/tunefs/tunefs.8
--- a/sbin/tunefs/tunefs.8      Thu Apr 29 04:08:25 2004 +0000
+++ b/sbin/tunefs/tunefs.8      Thu Apr 29 04:09:05 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tunefs.8,v 1.33 2003/08/07 10:04:40 agc Exp $
+.\"    $NetBSD: tunefs.8,v 1.33.2.1 2004/04/29 04:09:05 jmc Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)tunefs.8   8.3 (Berkeley) 5/3/95
 .\"
-.Dd November 9, 2001
+.Dd April 26, 2004
 .Dt TUNEFS 8
 .Os
 .Sh NAME
@@ -100,9 +100,9 @@
 .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 5%.
 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%
+in throughput will be lost over the performance obtained at a 5%
 threshold.
 Note that if the value is raised above the current usage level,
 users will be unable to allocate files until enough files have
@@ -130,10 +130,10 @@
 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%,
+If the value of minfree (see above) is less than 5%,
 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%,
+For values of minfree greater than or equal to 5%,
 fragmentation is unlikely to be problematical, and
 the file system can be optimized for time.
 .Pp



Home | Main Index | Thread Index | Old Index