Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 00:40:21 +0000
From:      RW <list-freebsd-2004@morbius.sent.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Problem with fsck
Message-ID:  <200601270040.23184.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <20060126193954.27987.qmail@web34013.mail.mud.yahoo.com>
References:  <20060126193954.27987.qmail@web34013.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 26 January 2006 19:39, manish jain wrote:
> I recently persuaded my organisation to shift our main
> server from Linux to FreeBSD 6.0. We are now facing a
> problem with fsck. After improper shutdown, we need
> fsck to run automatically and non-interactively in the
> foreground upon restart. Enabling background fsck lets
> the system come up but fails to properly start a few
> network services. 

When you say you enabled it, do you simply mean you did nothing at all, or did 
you add an extra fsck -B somewhere.

Background fsck is enabled by default, and it runs 60 seconds after all other 
initialization. Partitions can only be deferred for background checking if 
they support it, and are in a mountable state.  These partitions are simply 
skipped in the pre-mount fsck check. 

All it does is recover lost space. It shouldn't have any impact other than a 
general slowdown.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601270040.23184.list-freebsd-2004>