Gentoo Archives: gentoo-user

From: Maxim Wexler <maxim.wexler@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user]WAS lvm problem -- NOW sleep tweak?FIXED
Date: Mon, 29 Jun 2009 15:45:32
Message-Id: a0811460906290845q75e267c3ya180d6f3a95af09d@mail.gmail.com
1 >
2 > 1. Add that sleep to fsck (or any earlier script) instead of localmount.
3 >
4
5 Thanks Mike, I put 'sleep 5' in checkfs and that seemed to do the trick.
6
7 Interesting: The file systems are checked in two stages.
8
9 *Checking root fiilesystem...
10
11 and /dev/sda is set up followed by
12
13 *Remounting root filesystem read/write
14
15 next, the modules are loaded followed by
16
17 *Checkinig all filesystems...
18
19 and /dev/sdb is set up, followed by
20
21 *Mounting local filesystems...
22
23 and I'm in. Never noticed that before.
24
25 mw