All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bryn M. Reeves" <bmr@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] lvmdiskscan and mouting a LVM2 loopback file
Date: Tue, 27 Jul 2010 10:01:36 +0100	[thread overview]
Message-ID: <4C4EA070.3000501@redhat.com> (raw)
In-Reply-To: <AANLkTimSLv00evi01uV90PTBsSO0z=+CT7CagsZxWe2M@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/26/2010 08:40 PM, Benjamin Henrion wrote:
> ===============================================
> # lvmdiskscan
>   /dev/loop0 [      39.06 GiB] LVM physical volume
>   /dev/root  [     222.79 GiB]
>   /dev/sda5  [       9.45 GiB]
>   1 disk
>   1 partition
>   0 LVM physical volume whole disks
>   1 LVM physical volume
> ===============================================
> 
> But I don't know how to detect the logical volumes inside /dev/loop0.
> 
> lvdisplay and vgdisplay says:
> 
> =================================================
> # lvdisplay
>   No volume groups found
> # vgdisplay
>   No volume groups found
> =================================================
> 
> Any idea how to get the volume and group back?

Can you post the output of the comand "pvs -a"?

It should look something like this:

sudo pvs -a
  PV         VG      Fmt  Attr PSize  PFree
  /dev/dm-1               --       0      0
  /dev/dm-2               --       0      0
  /dev/dm-3               --       0      0
  /dev/loop0         lvm2 --   32.00M 32.00M
  /dev/loop1 tvg0    lvm2 a-   28.00M 28.00M
  /dev/ram0               --       0      0
  /dev/ram1               --       0      0
  /dev/ram10              --       0      0
  /dev/ram11              --       0      0
  /dev/ram12              --       0      0
  /dev/ram13              --       0      0
  /dev/ram14              --       0      0
  /dev/ram15              --       0      0
  /dev/ram2               --       0      0
  /dev/ram3               --       0      0
  /dev/ram4               --       0      0
  /dev/ram5               --       0      0
  /dev/ram6               --       0      0
  /dev/ram7               --       0      0
  /dev/ram8               --       0      0
  /dev/ram9               --       0      0
  /dev/root               --       0      0
  /dev/sda1               --       0      0
  /dev/sda2  t60_vg0 lvm2 a-   93.03G     0

In that output loop0 is an orphan PV (i.e. it has not been assigned to
any VG yet) and loop1 contains a VG named "tvg0" (sda2 is my system VG).

Regards,
Bryn.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkxOoHAACgkQ6YSQoMYUY959RACgn1US38H1qfRMlrSRBn7uPya5
iasAoM2Iw/1PJUVsJRJt3LoFcQ4Blt8O
=JpOa
-----END PGP SIGNATURE-----

      reply	other threads:[~2010-07-27  9:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26 19:40 [linux-lvm] lvmdiskscan and mouting a LVM2 loopback file Benjamin Henrion
2010-07-27  9:01 ` Bryn M. Reeves [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=4C4EA070.3000501@redhat.com \
    --to=bmr@redhat.com \
    --cc=linux-lvm@redhat.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.