Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2006 01:27:49 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        freebsd-rc@FreeBSD.org
Subject:   fsck
Message-ID:  <4453DA55.2020706@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Could you explain me please why we have the lines in /etc/rc.d/fsck script?

                echo "Starting file system checks:"
                if checkyesno background_fsck; then
                        fsck -F -p
                else
                        fsck -p
                fi

I don't understand a "-F" magic here.
-- 
Sem.



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