summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-01-07 13:05:04 +0000
committerphantom <phantom@FreeBSD.org>2000-01-07 13:05:04 +0000
commit11b97513a0b21eef066b4c504596a8725a1a30ee (patch)
treeae7a09d0b49aad52a79c7c5a39fe9b2e38858d83
parent0e09f1ff2ba5085b1c426da8e72f3ed797070c2e (diff)
downloadFreeBSD-src-11b97513a0b21eef066b4c504596a8725a1a30ee.zip
FreeBSD-src-11b97513a0b21eef066b4c504596a8725a1a30ee.tar.gz
Document a waring that tunefs(8) emits when enabling/disabling
soft updates on an unmounted filesystem. PR: docs/15657 Submitted by: Mark Ovens <mark@ukug.uk.FreeBSD.org>
-rw-r--r--sbin/tunefs/tunefs.819
1 files changed, 19 insertions, 0 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index d68211d..e7e4655 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -120,6 +120,25 @@ obtained in the
.Xr dumpfs 8
manual page.
.El
+.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 ,
OpenPOWER on IntegriCloud