All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] LVM2 + Linux 2.6.1 questions
@ 2004-01-26 10:06 Dale Gallagher
  2004-01-26 10:44 ` [linux-lvm] " Måns Rullgård
  2004-01-28 10:45 ` [linux-lvm] " AJ Lewis
  0 siblings, 2 replies; 7+ messages in thread
From: Dale Gallagher @ 2004-01-26 10:06 UTC (permalink / raw)
  To: linux-lvm

Hi there

I've successfully setup LVM2.2.00.08 and
device-mapper.1.00.07 on a Slackware 9.1 host with Linux
2.6.1.  I have a question or two:

1) Would a shutdown error something like the following, be
attributed to LVM and/or device-mapper?

/proc/devices: fopen failed - no such file or directory

2) Why do I see, for example, a /dev/mapper/v01-home entry,
instead of /dev/v01/home, when running 'df' and 'mount'?  I
see that /dev/mapper/v01/home symlinks to
/dev/mapper/v01-home, which must account for this, though I
thought that because I'd specified /dev/v01/home, that it'd
appear as such?  Not that this really matters I suppose ;-)

$ df -h | grep v01
/dev/mapper/v01-home  2.9G  444M  2.4G  16% /home
/dev/mapper/v01-usr   2.0G  1.1G  760M  60% /usr
/dev/mapper/v01-var   985M   30M  906M   4% /var

$ mount | grep v01
/dev/mapper/v01-home on /home type ext3 (rw)
/dev/mapper/v01-usr on /usr type ext3 (rw)
/dev/mapper/v01-var on /var type ext3 (rw)

3) Does anyone know when LVM2 specific docs, such as a
HOWTO and FAQ will be available?

Thanks
Dale

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [linux-lvm] Re: LVM2 + Linux 2.6.1 questions
  2004-01-26 10:06 [linux-lvm] LVM2 + Linux 2.6.1 questions Dale Gallagher
@ 2004-01-26 10:44 ` Måns Rullgård
  2004-01-27  0:14   ` Navindra Umanee
  2004-01-28 10:45 ` [linux-lvm] " AJ Lewis
  1 sibling, 1 reply; 7+ messages in thread
From: Måns Rullgård @ 2004-01-26 10:44 UTC (permalink / raw)
  To: linux-lvm

"Dale Gallagher" <foobar@mighty.co.za> writes:

> Hi there
>
> I've successfully setup LVM2.2.00.08 and
> device-mapper.1.00.07 on a Slackware 9.1 host with Linux
> 2.6.1.  I have a question or two:
>
> 1) Would a shutdown error something like the following, be
> attributed to LVM and/or device-mapper?
>
> /proc/devices: fopen failed - no such file or directory

It's probably caused by LVM.  I see them too.  Everything works
anyway, so I don't care that much.

> 2) Why do I see, for example, a /dev/mapper/v01-home entry,
> instead of /dev/v01/home, when running 'df' and 'mount'?  I
> see that /dev/mapper/v01/home symlinks to
> /dev/mapper/v01-home, which must account for this, though I
> thought that because I'd specified /dev/v01/home, that it'd
> appear as such?  Not that this really matters I suppose ;-)

I see the /dev/vg/link name.

> $ df -h | grep v01
> /dev/mapper/v01-home  2.9G  444M  2.4G  16% /home
> /dev/mapper/v01-usr   2.0G  1.1G  760M  60% /usr
> /dev/mapper/v01-var   985M   30M  906M   4% /var
>
> $ mount | grep v01
> /dev/mapper/v01-home on /home type ext3 (rw)
> /dev/mapper/v01-usr on /usr type ext3 (rw)
> /dev/mapper/v01-var on /var type ext3 (rw)
>
> 3) Does anyone know when LVM2 specific docs, such as a
> HOWTO and FAQ will be available?

It doesn't seem like you need one, if you've gotten this far.

-- 
Måns Rullgård
mru@kth.se

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-lvm] Re: LVM2 + Linux 2.6.1 questions
  2004-01-26 10:44 ` [linux-lvm] " Måns Rullgård
@ 2004-01-27  0:14   ` Navindra Umanee
  2004-01-27  2:15     ` Dale Gallagher
  2004-01-27  3:17     ` Måns Rullgård
  0 siblings, 2 replies; 7+ messages in thread
From: Navindra Umanee @ 2004-01-27  0:14 UTC (permalink / raw)
  To: linux-lvm

Måns Rullgård <mru@kth.se> wrote:
> > 2) Why do I see, for example, a /dev/mapper/v01-home entry,
> > instead of /dev/v01/home, when running 'df' and 'mount'?  I
> > see that /dev/mapper/v01/home symlinks to
> > /dev/mapper/v01-home, which must account for this, though I
> > thought that because I'd specified /dev/v01/home, that it'd
> > appear as such?  Not that this really matters I suppose ;-)
> 
> I see the /dev/vg/link name.

Mine shows /dev/mapper/vg-link too.  I would definitely prefer
/dev/vg/link because at least it's not implementation dependent... but
I guess it's mostly an aesthetic thing.

Any idea why yours is different?  Different version of mount maybe?
Using mount-2.11z here...

Later,
Navin.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-lvm] Re: LVM2 + Linux 2.6.1 questions
  2004-01-27  0:14   ` Navindra Umanee
@ 2004-01-27  2:15     ` Dale Gallagher
  2004-01-27  3:17     ` Måns Rullgård
  1 sibling, 0 replies; 7+ messages in thread
From: Dale Gallagher @ 2004-01-27  2:15 UTC (permalink / raw)
  To: linux-lvm

 
> Måns Rullgård <mru@kth.se> wrote:
> > I see the /dev/vg/link name.

> Navindra Umanee <navindra@cs.mcgill.ca> wrote:
> Mine shows /dev/mapper/vg-link too.  I would definitely
> prefer
> /dev/vg/link because at least it's not implementation
> dependent... but
> I guess it's mostly an aesthetic thing.
> 
> Any idea why yours is different?  Different version of
> mount maybe?
> Using mount-2.11z here...

I have mount-2.12 and and df (coreutils) 5.0

Dale

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [linux-lvm] Re: LVM2 + Linux 2.6.1 questions
  2004-01-27  0:14   ` Navindra Umanee
  2004-01-27  2:15     ` Dale Gallagher
@ 2004-01-27  3:17     ` Måns Rullgård
  2004-01-27 18:45       ` Navindra Umanee
  1 sibling, 1 reply; 7+ messages in thread
From: Måns Rullgård @ 2004-01-27  3:17 UTC (permalink / raw)
  To: linux-lvm

Navindra Umanee <navindra@cs.mcgill.ca> writes:

> Måns Rullgård <mru@kth.se> wrote:
>> > 2) Why do I see, for example, a /dev/mapper/v01-home entry,
>> > instead of /dev/v01/home, when running 'df' and 'mount'?  I
>> > see that /dev/mapper/v01/home symlinks to
>> > /dev/mapper/v01-home, which must account for this, though I
>> > thought that because I'd specified /dev/v01/home, that it'd
>> > appear as such?  Not that this really matters I suppose ;-)
>> 
>> I see the /dev/vg/link name.
>
> Mine shows /dev/mapper/vg-link too.  I would definitely prefer
> /dev/vg/link because at least it's not implementation dependent... but
> I guess it's mostly an aesthetic thing.
>
> Any idea why yours is different?  Different version of mount maybe?
> Using mount-2.11z here...

Same version here.  It struck me that my /etc/mtab is a symlink to
/proc/mounts.  Maybe that makes a difference.

-- 
Måns Rullgård
mru@kth.se

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-lvm] Re: LVM2 + Linux 2.6.1 questions
  2004-01-27  3:17     ` Måns Rullgård
@ 2004-01-27 18:45       ` Navindra Umanee
  0 siblings, 0 replies; 7+ messages in thread
From: Navindra Umanee @ 2004-01-27 18:45 UTC (permalink / raw)
  To: linux-lvm

Måns Rullgård <mru@kth.se> wrote:
> Same version here.  It struck me that my /etc/mtab is a symlink to
> /proc/mounts.  Maybe that makes a difference.

That works better, thanks!  I hope it works across boots.  Now it
doesn't have the ugly devfs names instead of the short names either.

There is some anomaly with how the root filesystem is listed though
(it's there twice).  Oh well can't be too picky.

Cheers,
Navin.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [linux-lvm] LVM2 + Linux 2.6.1 questions
  2004-01-26 10:06 [linux-lvm] LVM2 + Linux 2.6.1 questions Dale Gallagher
  2004-01-26 10:44 ` [linux-lvm] " Måns Rullgård
@ 2004-01-28 10:45 ` AJ Lewis
  1 sibling, 0 replies; 7+ messages in thread
From: AJ Lewis @ 2004-01-28 10:45 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

On Mon, Jan 26, 2004 at 05:04:46PM +0200, Dale Gallagher wrote:
> 3) Does anyone know when LVM2 specific docs, such as a
> HOWTO and FAQ will be available?

I'm currently working on updating the LVM Howto at the Linux Documentation
Project to include LVM2 information, so if you have anything you want to in
there, let me know.

Thanks,
-- 
AJ Lewis                                   Voice:  612-638-0500
Red Hat Inc.                               E-Mail: alewis@redhat.com
720 Washington Ave. SE, Suite 200
Minneapolis, MN 55414

Current GPG fingerprint = FE77 4B43 6A9B F982 A731  02FA 2BF5 7574 294A AA5A
Grab the key at: http://people.redhat.com/alewis/gpg.html or one of the
many keyservers out there...
-----Begin Obligatory Humorous Quote----------------------------------------
Life's unfair - but root password helps!
-----End Obligatory Humorous Quote------------------------------------------

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-01-28 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-26 10:06 [linux-lvm] LVM2 + Linux 2.6.1 questions Dale Gallagher
2004-01-26 10:44 ` [linux-lvm] " Måns Rullgård
2004-01-27  0:14   ` Navindra Umanee
2004-01-27  2:15     ` Dale Gallagher
2004-01-27  3:17     ` Måns Rullgård
2004-01-27 18:45       ` Navindra Umanee
2004-01-28 10:45 ` [linux-lvm] " AJ Lewis

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.