tunefs no longer outputs a warning if one tries to set soft-updates on

an unmounted filesystem.

PR:		32266
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
This commit is contained in:
Dima Dorfman 2002-01-07 07:01:52 +00:00
parent eb2a17011c
commit d3c6bdee3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88990

View File

@ -131,27 +131,6 @@ Specify the expected number of files per directory.
.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 ,