Howto Change Ubuntu Forced fsck

In Ubuntu 7.10 the boot hard disk is checked every 20 boots. I have to boot my laptop quite often, so about once a week booting takes more than 10 minutes. This clearly sucks. Fortunately, there is an easy way to fix this. With tune2fs it is possible to change the interval from mount-times to timed interval:

sudo tune2fs -c 0 -i 1m /dev/sda3

This disables maximum mount time for forced check, but instead uses timed check. Every month the harddisk is forced to get checked. I can live with that.

Related posts

  1. How to Install Anything in Ubuntu Condensed
  2. Self-hosting Subversion Configuration
  3. HOWTO Create MANIFEST.MF Classpath From Ant

4 thoughts on “Howto Change Ubuntu Forced fsck

  1. thank you very usefull. fortunatelly my notebook does boot in 10 minutes. It does it in one minute from the moment i press enter in grub to full desktop environment.

  2. Pingback: OSfight.de » Blog Archive » fsck manipulieren

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>