Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/tunefs Remove (wrong?) default for minfree, xref newfs....
details: https://anonhg.NetBSD.org/src/rev/0da9a98f8279
branches: trunk
changeset: 571329:0da9a98f8279
user: hubertf <hubertf%NetBSD.org@localhost>
date: Thu Nov 18 00:11:48 2004 +0000
description:
Remove (wrong?) default for minfree, xref newfs.8 instead.
Suggested by Ignatios.
diffstat:
sbin/tunefs/tunefs.8 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r fd45b0789295 -r 0da9a98f8279 sbin/tunefs/tunefs.8
--- a/sbin/tunefs/tunefs.8 Wed Nov 17 22:17:54 2004 +0000
+++ b/sbin/tunefs/tunefs.8 Thu Nov 18 00:11:48 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tunefs.8,v 1.34 2004/04/26 14:00:31 grant Exp $
+.\" $NetBSD: tunefs.8,v 1.35 2004/11/18 00:11:48 hubertf Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -100,7 +100,8 @@
.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 5%.
+The default value is set during creation of the filesystem, see
+.Xr newfs 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 5%
threshold.
Home |
Main Index |
Thread Index |
Old Index