Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 19:15:44 -0800
From:      Arun Sharma <adsharma@sharmas.dhs.org>
To:        cjclark@alum.mit.edu
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: softupdates and (avoiding) fsck
Message-ID:  <20001029191544.A27575@sharmas.dhs.org>
In-Reply-To: <20001029190021.Z75251@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Sun, Oct 29, 2000 at 07:00:21PM -0800
References:  <20001029183443.A27388@sharmas.dhs.org> <20001029190021.Z75251@149.211.6.64.reflexcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 29, 2000 at 07:00:21PM -0800, Crist J . Clark wrote:
> There is no way around fsck'ing when the system is brought down
> hard. (Not absolutely true, but you dowanna mount an unclean FS.)
> Soft updates does _NOT_ guarantee that you will come out of such a
> nasty thing without damage. It does make it much less likely,
> however. Carefully read,
> 
>   /usr/src/sys/ufs/ffs/README
> 
> For more information on what soft updates really does.

That file doesn't exist in -current anymore. But I found some other
file, which pointed me to:

http://www.mckusick.com/softdep/

which says:

> By ensuring that the only inconsistencies are unclaimed blocks or
> inodes, soft updates can eliminate the need to run a filesystem check
> program after every system crash. Instead, the system is brought up
> immediately. When it is convenient, a snapshot is taken and a background
> task can be run on on that snapshot to reclaim any lost blocks and
> inodes. The use of a snapshot allows normal filesystem activity to
> continue concurrently.

	-Arun


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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