Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 May 2007 22:56:42 -0500
From:      Eric Anderson <anderson@freebsd.org>
To:        Ivan Voras <ivoras@fer.hr>
Cc:        freebsd-current@freebsd.org
Subject:   Re: gjournal + gmirror question
Message-ID:  <463AAEFA.5060808@freebsd.org>
In-Reply-To: <f1colc$1v3$1@sea.gmane.org>
References:  <200705021453.20372.h.schmalzbauer@omnisec.de>	<f1a3r8$2gg$1@sea.gmane.org>	<46389DED.5060509@freebsd.org>	<200705021631.02167.h.schmalzbauer@omnisec.de>	<f1a8bn$l9m$1@sea.gmane.org>	<4638BE34.3070709@freebsd.org>	<4638C2D5.2040907@fer.hr>	<20070502182418.GB1997@garage.freebsd.pl> <f1colc$1v3$1@sea.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/03/07 08:38, Ivan Voras wrote:
> Pawel Jakub Dawidek wrote:
> 
>> When you call 'fsck -p' on gjournaled file system, it recognize that it
>> is journaled and only garbage-collects orphaned inodes.
> 
> Does fsck during boot also behave like this?
> 

Looks like it does:

[..snippet of /etc/rc.d/fsck..]
...
                 echo "Starting file system checks:"
                 if checkyesno background_fsck; then
                         fsck -F -p
                 else
                         fsck -p
                 fi
...


Eric



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