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-121472-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q8JH6-0003Jj-0E
	for garchives@archives.gentoo.org; Fri, 08 Apr 2011 21:31:28 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 92A071C045;
	Fri,  8 Apr 2011 21:30:07 +0000 (UTC)
Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 651D31C045
	for <gentoo-user@lists.gentoo.org>; Fri,  8 Apr 2011 21:30:07 +0000 (UTC)
Received: by gyh4 with SMTP id 4so2354711gyh.40
        for <gentoo-user@lists.gentoo.org>; Fri, 08 Apr 2011 14:30:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:message-id:date:from:user-agent:mime-version:to
         :subject:references:in-reply-to:content-type
         :content-transfer-encoding;
        bh=WHivX7dFsGWz6sFMNc4SeL0SKogBuYcxm9D8QXdmO3Q=;
        b=UjvPqg7o099LjvY6CDCJymxqDhwXWc1hOamG6JK7LPtVl/cpvDb54ZtwDhAJ1nk2Tf
         mTu3PkBBvZVe3Yz0msiPOAFda9dDFfrSfte+ty7D5Rhy7KQkoz9jlyz+zge8+bCUQOQE
         rtZkbc+wzY45NkBu7CGbA7YbiYgyX9Xeh4Y8A=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=Flh1BkaAUR1TGyl2OQMIE14RwcZLRXsdExYfJ/BsPCD5AYL5vK7LRlmQoKKbtgU9iF
         JjBXjGj8vKDHqkuWsXT6uukaJwDTcTuZtKsqEzZqWlBqVs9W/HrKw8MS38eU2NR4Wtm2
         U7UQqxTGuGvdCeVe70T7Az5cRmNHkHj6AnO8I=
Received: by 10.150.214.11 with SMTP id m11mr2699019ybg.254.1302298206532;
        Fri, 08 Apr 2011 14:30:06 -0700 (PDT)
Received: from [192.168.2.5] (adsl-0-118-199.jan.bellsouth.net [65.0.118.199])
        by mx.google.com with ESMTPS id t16sm1632174ybe.4.2011.04.08.14.30.04
        (version=SSLv3 cipher=OTHER);
        Fri, 08 Apr 2011 14:30:05 -0700 (PDT)
Message-ID: <4D9F7E5B.3000508@gmail.com>
Date: Fri, 08 Apr 2011 16:30:03 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110325 Gentoo/2.0.13 SeaMonkey/2.0.13
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
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] LVM for data drives but not the OS
References: <4D9D9071.2050504@gmail.com>    <201104081846.47629.alan.mckinnon@gmail.com>    <4D9F485D.2010300@gmail.com>    <201104082038.21497.alan.mckinnon@gmail.com>    <4D9F5C5F.7030700@gmail.com> <4D9F779B.2040801@gmail.com> <cf74ad01b5754f364a6819b286c644d5.squirrel@www.antarean.org>
In-Reply-To: <cf74ad01b5754f364a6819b286c644d5.squirrel@www.antarean.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 
X-Archives-Hash: 38e756611c7767a7d466836108618cc5

J. Roeleveld wrote:
> On Fri, April 8, 2011 11:01 pm, Dale wrote:
>    
>
>> root@fireball / #
>>
>> I'm still trying to figure out how the naming part works tho.  Now to
>> mount it and put something on it.  See if it works.
>>      
> Naming part, there are 2 ways of finding it.
> 1: /dev/<VolumeGroupName>/<LogicalVolumeName>
> 2: /dev/mapper/<VolumeGroupName>-<LogicalVolumeName>
>
> You included a "-" in your VG-name, this is replaced with "--" under
> /dev/mapper/
>
>    
>> Let me know if something doesn't look right.  Otherwise, I'll keep
>> playing around with it.
>>      
> Looks fine so far, don't forget to put a filesystem on "/dev/sdb-vg/test"
> to be able to mount it somewhere :)
>
> --
> Joost
>
>    

The naming I was talking about was sort of like a label.  I wanted to 
use test, where I might use say data in real use, but ended up with this:

root@fireball / # df
Filesystem           1K-blocks      Used Available Use% Mounted on
<< SNIP >>
/dev/mapper/sdb--vg-test
                       51606140    184268  48800432   1% /mnt/temp
root@fireball / #

I don't mind the sdb--vg part tho.  I guess that sort of points to what 
all is needed to get to that point.  Might come in handy if I needed to 
remove something tho.  Sort of tells me what is what.

I did try to mount it before putting a file system on it.  I sort of 
missed that part somewhere.  I knew it needed it, just forgot to do it.  
Mount sort of puked on my keyboard to remind me.  lol

Whew !!  Progress.  Oh, someone posted a link to a site that had 
pictures.  That helped a good bit.  It needed more detail tho.  I'm 
going to do some google image searches and see what I can find.

Thanks much.

Dale

:-)  :-)