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 <gentoo-user+bounces-97023-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MIY66-0002EK-0A
	for garchives@archives.gentoo.org; Mon, 22 Jun 2009 01:13:22 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A96FE04FB;
	Mon, 22 Jun 2009 01:13:20 +0000 (UTC)
Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207])
	by pigeon.gentoo.org (Postfix) with ESMTP id 0CF57E04FB
	for <gentoo-user@lists.gentoo.org>; Mon, 22 Jun 2009 01:13:20 +0000 (UTC)
Received: by gxk3 with SMTP id 3so12505702gxk.10
        for <gentoo-user@lists.gentoo.org>; Sun, 21 Jun 2009 18:13:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=8VK0UqXpVROmuP60TK7bVQx67B/DhP63Y7K4L150knc=;
        b=Ml4i1Yb+f8wOtVV54Q9uE3EMdJsyGWAMvupYoJXcDofFYVKTAeVUv64LuC1D9Uys+h
         RW9xm0RODcgNd0D16QEc+Jk59oQ8yLTyizMzfR+acd8LS1Shos3/qU3IGM7oUswDojoA
         sBzajGtFcf2cLj6MXwGfs7McdoMYmIQxl/Skg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=CcJMUbvVYev2H6lA5Y31+6MB+1HxT8kV4TNADjFor99wiU9ugpR+pmcmkH+dqlOnTM
         FKOExttYZJPNNvaczkmvw4IN7PJ2xZNyt6S1PzQORtqwPM2fey6SdoF+UnBiOZY1Q6I9
         5vT+Rq4AyyndjLYJ3FpKKBPXGU4uskQIEvHr8=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.231.15.138 with SMTP id k10mr1726621iba.26.1245633199072; Sun, 
	21 Jun 2009 18:13:19 -0700 (PDT)
In-Reply-To: <20090621224933.393362c3@zaphod.digimed.co.uk>
References: <a0811460906192115k1de5cc9dk3e1707fc90de554f@mail.gmail.com>
	 <200906202248.49451.dirk.heinrichs@online.de>
	 <a0811460906201651q75e5cwe502ba3cc8435e8b@mail.gmail.com>
	 <200906210957.30381.dirk.heinrichs@online.de>
	 <a0811460906211416m1f2ff148pd9e473ee584d6668@mail.gmail.com>
	 <20090621224933.393362c3@zaphod.digimed.co.uk>
Date: Sun, 21 Jun 2009 19:13:19 -0600
Message-ID: <a0811460906211813r2eda5207qd89dc288d8d4ea68@mail.gmail.com>
Subject: Re: [gentoo-user] lvm problem -- is timing?
From: Maxim Wexler <maxim.wexler@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: ea349e41-3dd7-42e1-82c1-94151c5d636f
X-Archives-Hash: 8ab51da798ea4712713f4e6e09cf6aa7

On 6/21/09, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sun, 21 Jun 2009 15:16:49 -0600, Maxim Wexler wrote:
>
>> mount: /dev/vg/tmp already mounted on /tmp
>> mount: tmpfs already mounted on /tmp
>
> It's nothing to do with your problem, but why are you mounting two
> filesystems on /tmp?

fstab:
...
shm  /dev/shm   tmpfs  nodev,nosuid,noexec 0 0
tmpfs  /tmp   tmpfs   nodev,nosuid,noexec 0 0 #suggested in a forum,
seems harmless enough

>>   Couldn't find device with uuid 'ldwVeS-gwl4-HE4Z-M3Gw-DILI-Dbjh-2lHroF'.
>
> Can you confirm this is the SD card?

According to pvdisplay it is.

>
> I still think there may be a delay in the kernel seeing the SD card, this
> used to happen with my Eee. Have you tried adding a sleep command to the
> relevant part of init.d/bootmisc?

Not yet. What is the 'relevant' part? Is this the same thing as adding
a delay to the kernel line in grub?

>
> How large is the SSD in your Eee? Is it really necessary to have a volume
> group spanning the SSD and SD card, two very different devices?

Asus SSD, 4G  SD card 8G

Necessary? Don't know but is meant to spare the SSD too much r/w strain.

mw