All of lore.kernel.org
 help / color / mirror / Atom feed
From: "James B. Byrne " <ByrneJB@Harte-Lyne.ca>
To: "Kirby C. Bohling" <kbohling@birddog.com>, linux-lvm@sistina.com
Subject: [linux-lvm] Re: Red Hat 7.3 lvm 1.03
Date: Mon Jun  3 14:53:01 2002	[thread overview]
Message-ID: <3CFB90AB.26047.B60EA5E@localhost> (raw)
In-Reply-To: <3CFBBB09.9070703@birddog.com>

On 3 Jun 2002 at 13:52, Kirby C. Bohling wrote:

> 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.

Oh yes, it helps a great deal.  Thank you very much.  This is what I 
get from /proc/lvm/VGs/vg00/LVs/lv01.  "lv01" is the name I gave to 
the root lv, but having a little more experience now I may change it 
to simply "root" or "rootfs" as this makes things a lot more clear 
when looking at the device entries.

My entry for lv01 (not currently mounted) says this:

# cat lv01
name:         /dev/vg00/lv01
size:         12288000
access:       3
status:       1
number:       0
open:         0
allocation:   0
device:       58:00

So using your example then this would work out to a major:minor 
number (in hex) of 3a:00, this then would go into my grub.conf 
thusly (as I understand your instructions):

title Red Hat Linux (2.4.18-4) lvm root file system
        root (hd0,0)
        kernel /vmlinuz-2.4.18-4 ro root=3a00 ramdisk_size=8192
        initrd /initrd-lvm-2.4.18-4.gz

instead of:

title Red Hat Linux (2.4.18-4) lvm root file system
        root (hd0,0)
        kernel /vmlinuz-2.4.18-4 ro ramdisk_size=8192 
root=/dev/vg00/lv01
        initrd /initrd-lvm-2.4.18-4.gz

Have I got this right now?

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

      reply	other threads:[~2002-06-03 14:53 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
2002-06-03 14:53     ` James B. Byrne  [this message]

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=3CFB90AB.26047.B60EA5E@localhost \
    --to=byrnejb@harte-lyne.ca \
    --cc=kbohling@birddog.com \
    --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.