Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How do I stop my system from fscking on each reboot?  (Read 2296 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
How do I stop my system from fscking on each reboot?
« on: January 14, 2014, 06:20:43 am »

===
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)

===