aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-01-07 13:05:04 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-01-07 13:05:04 +0000
commiteee003f78e8f881bcdc80b84008822811e614d04 (patch)
tree5ac3efc2edb11133d52e0ff881da4e27007e83ce /sbin/tunefs/tunefs.8
parentdcae824a3898a515551afa50d7a1f785b3e78ee0 (diff)
downloadsrc-eee003f78e8f881bcdc80b84008822811e614d04.tar.gz
src-eee003f78e8f881bcdc80b84008822811e614d04.zip
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>
Notes
Notes: svn path=/head/; revision=55560
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-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 d68211d64c83..e7e4655f1a2c 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 ,