All of lore.kernel.org
 help / color / mirror / Atom feed
From: Milan Broz <mbroz@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Can't mount or access Logical Volume (LV)
Date: Sun, 08 Feb 2009 14:57:27 +0100	[thread overview]
Message-ID: <498EE4C7.8020407@redhat.com> (raw)
In-Reply-To: <9b08fe090902080346i4d6ff602td9abf882adda1067@mail.gmail.com>

Glenn Everette wrote:
> I'm using OpenSuSe 11.1. The LV was initially created on a 10.3 with one
> drive and extended to two drives. I've moved the physical volume into
> and out of various linux distros with no problem. Now the Logical Volume
> does not show up in any partitioning tool or any Linux distro.
...
> vault {
>         id = "4LIF0K-KJQl-JtpG-bRTv-YoSA-18Zz-kwKIoy"
>         seqno = 6
>         status = ["EXPORTED", "RESIZEABLE", "READ", "WRITE"]
...

> omni:~ # lvs --all --debug --verbose
>     Finding all logical volumes
>   Volume group vault is exported

Your VG is apparently marked as exported (see man for vgexport/vgimport)

Try 

vgimport vault
vgchange -a y vault


Milan
--
mbroz@redhat.com

      reply	other threads:[~2009-02-08 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-08 11:46 [linux-lvm] Can't mount or access Logical Volume (LV) Glenn Everette
2009-02-08 13:57 ` Milan Broz [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=498EE4C7.8020407@redhat.com \
    --to=mbroz@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.