Jose, this is an ugly modification in /etc/rc but it should do what you need.

Search for the line that starts with 8) and modify it to look like this:



       8)
               echo "Corro FSCK de emergencia..."
               fsck -y ; fsck_st=$?
               if [ $fsck_st != 0 ]; then
                 echo "Automatic file system check failed; help!"
                 exit 1
               fi
               ;;


Regards,
Marcos


Jose Fragoso wrote:
Hi,

Is it possible to automate the process of
running

fsck -y

after a power or other type of failure,
in cases the automatic file system check fails?

Thanks in advance.

Regards,

Jose

--
An Excellent Credit Score is 750
See Yours in Just 2 Easy Steps!

Reply via email to