Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2004 13:06:07 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        freebsd-fs@merdin.com
Cc:        freebsd-fs@FreeBSD.org
Subject:   Re: Re[2]: panic again
Message-ID:  <200410262006.i9QK67t7018640@gw.catspoiler.org>
In-Reply-To: <1357841854.20041026213409@merdin.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26 Oct, Pavel Merdine wrote:

> Sorry, I didn't explain my point thoroughly. I meant non-working
> softupdates on non-faulty hardware. Press "Reset" on busy server with
> many drives, mount -f (softupdates mount?) and you will surely get a
> panic in an hour.

mount -f does not enable softupdates.  The mount(8) man page says:

     -f      Forces the revocation of write access when trying to downgrade a
             filesystem mount status from read-write to read-only.  Also
             forces the R/W mount of an unclean filesystem (dangerous; use
             with caution).

In this case, dangerous means that further file system damage and/or a
system panic can happen.


Softupdates is enabled and disabled with
	tunefs -n enable
and
	tunefs -n disable
on an unmounted file system.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410262006.i9QK67t7018640>