gjournal + gmirror question

Eric Anderson anderson at freebsd.org
Fri May 4 03:56:52 UTC 2007


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


More information about the freebsd-current mailing list