>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 majo...@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message