Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 20:19:36 GMT
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/15657: Addition to tunefs(8) manpage
Message-ID:  <199912232019.UAA01669@marder-1.>

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

>Number:         15657
>Category:       docs
>Synopsis:       Document warning message in tunefs(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 12:20:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mark Ovens
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	Document a waring that tunefs(8) emits when enabling/disabling
	soft updates on an unmounted filesystem.

>How-To-Repeat:

	

>Fix:
	
	
*** tunefs.8.orig	Thu Dec 23 19:01:03 1999
--- tunefs.8	Thu Dec 23 20:13:40 1999
***************
*** 120,125 ****
--- 120,144 ----
  .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 ,


>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?199912232019.UAA01669>