From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MLJ2y-00059B-NG for garchives@archives.gentoo.org; Mon, 29 Jun 2009 15:45:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A9BE0492; Mon, 29 Jun 2009 15:45:30 +0000 (UTC) Received: from mail-qy0-f178.google.com (mail-qy0-f178.google.com [209.85.221.178]) by pigeon.gentoo.org (Postfix) with ESMTP id B3CB1E0492 for ; Mon, 29 Jun 2009 15:45:30 +0000 (UTC) Received: by qyk8 with SMTP id 8so3563981qyk.32 for ; Mon, 29 Jun 2009 08:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=+cmsZrtNk0jwNgzuItNXf+p0uqW/miX7K3LJTkxao9Y=; b=Egik+ZFAGKaVI+ecjSA87oBRzcutts16dlK4i8fMRHjxYaqHzdSn75s5tCVUUEhjnC l1bad9F24EIXQUsKNNeqGEv01sM+EfU2swnL3rGx1opOz4/1Ehh0jwuO3A0RuhlLp4Pw vh9vpq7wp8YDVhKqES17cC+T3d3C9in61X4Lw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=t+lVy2mhbbKLdA4V+X43m6pxGC3vC4MNk+sE6Wx+6bAlMI9iWp77YuaCW/F3A7TWd1 KGcNK0FVnfqRRQfNYPRMRYVEFBjfUIROyDKon1F2ktbgmpdKzx5IF3X8iTR8suZnHepR d5TMrYxsXZAeT54fyMAPLx1R6C80dYhJ5nZwQ= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.34.3 with SMTP id j3mr591942ibd.43.1246290329510; Mon, 29 Jun 2009 08:45:29 -0700 (PDT) Date: Mon, 29 Jun 2009 09:45:29 -0600 Message-ID: Subject: Re: [gentoo-user]WAS lvm problem -- NOW sleep tweak?FIXED From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 09436d34-1577-48b9-a07e-dbf086dfb962 X-Archives-Hash: 813f1b344cedfd2f7043e04b892cb312 > > 1. Add that sleep to fsck (or any earlier script) instead of localmount. > Thanks Mike, I put 'sleep 5' in checkfs and that seemed to do the trick. Interesting: The file systems are checked in two stages. *Checking root fiilesystem... and /dev/sda is set up followed by *Remounting root filesystem read/write next, the modules are loaded followed by *Checkinig all filesystems... and /dev/sdb is set up, followed by *Mounting local filesystems... and I'm in. Never noticed that before. mw