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