how to force check FS

Doncho Gunchev gunchev at gmail.com
Thu Jun 16 07:33:12 UTC 2005


On 6/16/05, Eric Tanguy <eric.tanguy at univ-nantes.fr> wrote:
> How can i force a file system check t next reboot ?
> 
As root do:
[root at fc ~]# touch /forcefsck
adn reboot. To see how it works do:
[root at fc ~]# grep -r 'forcefsck' /etc/rc.d/
....
/etc/rc.d/rc.sysinit:if [ -f /forcefsck ] || strstr "$cmdline" forcefsck ; then
....




More information about the fedora-list mailing list