All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kirby C. Bohling" <kbohling@birddog.com>
To: linux-lvm@sistina.com, ByrneJB@Harte-Lyne.ca
Subject: Re: [linux-lvm] Re: linux-lvm digest, Vol 1 #602 - 14 msgs
Date: Mon Jun  3 13:59:02 2002	[thread overview]
Message-ID: <3CFBBB09.9070703@birddog.com> (raw)
In-Reply-To: 3CFB7E61.1848.B19791A@localhost

bash> cat /proc/lvm/VGs/data/LVs/develop


name:         /dev/data/develop
size:         20971520
access:       3
status:       1
number:       3
open:         1
allocation:   2
device:       58:03

(My VG is data, my LV is develop), the last line has the device number on it.


The other place to look is:

bash> ls -la /dev/data/develop

brw-rw----    1 root     disk      58,   3 Apr 12 17:56 develop

58,3 is (major, minor).  The trick is figuring out which ones are decimal, and 
which ones are hex.  I believe the ls -la are decimal, but when you put it in 
for root= it has to be in hex.

In this case, I believe 58 is the major, and 3 is the minor.
(I could be completely wrong on that decimal/hex thing, I just remember that 
being an issue for me in the past when looking at root= on the command line once 
in the past).

Ahhh, looking a bit more:

bash> stat /dev/data/develop

   File: "/dev/data/develop"
   Size: 0               Blocks: 0          IO Block: 4096   Block Device
Device: 309h/777d       Inode: 16521       Links: 1     Device type: 3a,3
Access: (0660/brw-rw----)  Uid: (    0/    root)   Gid: (    6/    disk)
Access: Fri Apr 12 17:56:53 2002
Modify: Fri Apr 12 17:56:53 2002
Change: Fri Apr 12 17:56:53 2002

Which would confirm that root= must be in hex, 3a (hex) = 58 (decimal).  It has 
to be 4 digits long so in this case it would be "root=3a03".  The Device Type: 
is where the 3a03 comes from...

	Hope this helps.


		Kirby


James B. Byrne wrote:
> On Thu, 30 May 2002 19:45:33 +0200
> Thierry DE CARVALHO <thierry.decarvalho@online.fr> wrote:
> 
> 
>>Try with grub (here /dev/vg00/lvol1 is the root fs):
>>
>>title=GNU/Linux Debian 2.2 (potato)
>>kernel (hd0,1)/vmlinuz-2.2.19 root=3a00 ramdisk_size=8192 vga=10
>>#                                   ^^^^ <major><minor> of the lv
>>#                                   device
>>in hex
>>initrd (hd0,1)/initrd-lvm-2.2.19.gz
> 
> 
> I am afraid that this does not make a lot of sense to me.  Where 
> does one get the major/minor numbers for the logical volume?
> 
> Regards,
> Jim
> ---     e-mail is NOT a secure channel 
> James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
> Harte & Lyne Limited          http://www.harte-lyne.ca
> 9 Brockley Drive              vox: +1 905 561 1241
> Hamilton, Ontario             fax: +1 905 561 0757
> Canada  L8E 3C3
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

  reply	other threads:[~2002-06-03 13:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E17EJYM-0008II-00@hermes.sistina.com>
2002-06-03 13:35 ` [linux-lvm] Re: linux-lvm digest, Vol 1 #602 - 14 msgs James B. Byrne 
2002-06-03 13:59   ` Kirby C. Bohling [this message]
2002-06-03 14:53     ` [linux-lvm] Re: Red Hat 7.3 lvm 1.03 James B. Byrne 

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CFBBB09.9070703@birddog.com \
    --to=kbohling@birddog.com \
    --cc=ByrneJB@Harte-Lyne.ca \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.