ic computer scan and optimizer program is available free of charge.' name='description'/> Ethical Hacking:Ethical hacking tutorials: How do I stop my system from fscking on each reboot?(#27)
Mobile ads

Google Search engine

How do I stop my system from fscking on each reboot?(#27)

Posted by Unknown | Posted in , | Posted on 10:10 AM

How do I stop my system from fscking on each reboot?(#27)
When you rebuild the kernel, the filesystem is marked as 'dirty' and so your disk will be checked with each boot. The fix is to run:

rdev -R /zImage 1

This fixes the kernel so that it is no longer convinced that the filesystem is dirty.

Note: If using lilo, then add read-only to your linux setup in your lilo config file (Usually /etc/lilo.conf)

Comments (0)

Post a Comment