How to disable fsck upon startup?

not that this is recommended but with a journaling file system you should be fine in most cases, so:

  • tune2fs -i 0 -c 0 /dev/sda

You cannot comment on this entry