Re: gjournal + gmirror question

From: Eric Anderson <anderson_at_freebsd.org>
Date: Thu, 03 May 2007 22:56:42 -0500
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
Received on Fri May 04 2007 - 01:56:52 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:09 UTC