To automatically check your disk on startup follow these instructions:
Login as the root:
- Code: Select all
$ su -
Change directory to root (/) directory:
- Code: Select all
# cd /
Create a file called forcefsck:
- Code: Select all
# touch /forcefsck
Now reboot the system:
- Code: Select all
# reboot
ref: http://www.cyberciti.biz/faq/linux-forc ... -sequence/
