On Tue, Apr 12, 2011 at 12:31 PM, Grant <emailgr...@gmail.com> wrote:
> Sometimes the ext3 forced volume check at boot triggers at an
> inopportune time.  Is there a way to skip it and let it run at the
> next boot?

Not once it has started, but there are some ways to avoid it running
in the first place:

Add "fastboot" to your kernel commandline to make it bypass the
auto-fsck. A grub entry for "skip fsck" might be handy.

Edit /etc/fstab to prevent the auto-fsck from ever running by changing
the last field to 0.

If it's an ext[123] you can use tune2fs -i 0 to set the auto-check
interval to never.

Reply via email to