Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 15:14:25 +0300 (MSK)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/32266: an incorrect ERROR section in tunefs.8
Message-ID:  <200111251214.fAPCEPv06836@macomnet.ru>

next in thread | raw e-mail | index | archive | help

>Number:         32266
>Category:       docs
>Synopsis:       an incorrect ERROR section in tunefs.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 25 04:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Konovalov, maxim@macomnet.ru
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD miss 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Wed Nov 7 21:38:49 MSK 2001 maxim@miss:/vol0/obj/usr/src/sys/MISS i386

>Description:

	tunefs.8 claims that tunefs trying to remount a filesystem
	ever if it was not previously mounted. This behaviour was
	fixed in tunefs.c 1.7.

>How-To-Repeat:

	n/a

>Fix:

	Here is the patch for tunefs.8:

Index: tunefs.8
===================================================================
RCS file: /home/ncvs/src/sbin/tunefs/tunefs.8,v
retrieving revision 1.16
diff -u -r1.16 tunefs.8
--- tunefs.8	10 Jul 2001 11:02:35 -0000	1.16
+++ tunefs.8	25 Nov 2001 11:25:31 -0000
@@ -131,27 +131,6 @@
 .El
 .Pp
 At least one of the above flags is required.
-.Sh ERRORS
-If
-.Nm
-.Fl n
-is run to enable/disable soft update on an unmounted file system
-after booting single-user then
-.Nm
-will output the warning
-.Pp
-reload\&: Invalid argument
-.Pp
-preceded by the raw device name.
-This occurs because the filesystem
-is not currently mounted read-only.
-.Nm
-is trying to reload the incore (r*) device, but it was never loaded
-to begin with.
-When you boot single user, only
-.Dq /
-is mounted, so all other filesystems will give you that warning.
-It is completely harmless.
 .Sh SEE ALSO
 .Xr fs 5 ,
 .Xr dumpfs 8 ,
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111251214.fAPCEPv06836>