fsck

Sergey Matveychuk sem at FreeBSD.org
Sat Apr 29 21:27:43 UTC 2006


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.


More information about the freebsd-rc mailing list