Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can a forced volume check be interrupted?
Date: Tue, 12 Apr 2011 19:54:14
Message-Id: BANLkTi=n6KHRurERV9PVNvStS72KtgRuBw@mail.gmail.com
In Reply to: [gentoo-user] Can a forced volume check be interrupted? by Grant
1 On Tue, Apr 12, 2011 at 12:31 PM, Grant <emailgrant@×××××.com> wrote:
2 > Sometimes the ext3 forced volume check at boot triggers at an
3 > inopportune time.  Is there a way to skip it and let it run at the
4 > next boot?
5
6 Not once it has started, but there are some ways to avoid it running
7 in the first place:
8
9 Add "fastboot" to your kernel commandline to make it bypass the
10 auto-fsck. A grub entry for "skip fsck" might be handy.
11
12 Edit /etc/fstab to prevent the auto-fsck from ever running by changing
13 the last field to 0.
14
15 If it's an ext[123] you can use tune2fs -i 0 to set the auto-check
16 interval to never.

Replies

Subject Author
Re: [gentoo-user] Can a forced volume check be interrupted? Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Can a forced volume check be interrupted? Bill Kenworthy <billk@×××××××××.au>