[linux-lvm] how to recover lvm after OS re-install

Stuart D. Gathman stuart at bmsi.com
Sat Mar 15 22:37:52 UTC 2008


On Sat, 15 Mar 2008, Stuart D. Gathman wrote:

> > Obviously, if I format it, there will be no problem in mounting, but will
> > lose all the data on it. 
> 
> You've wiped the super block, so recovery will be complex.

Also, your new LV won't be in the same physical locations as your old.  LVs
are *not* partitions.  Since you have a backup of /etc/lvm, after you
verify which hd used to contain your VG, you should be able to restore
the metadata (which you wiped out with the pvcreate).  Depending on how
much of the LV was zeroed out when you created the new one (I think only
the superblock), you should be able to fsck the filesystem using a spare
superblock (ext3 keeps several).

> > Is there a way to mount this lv without losing data? Or, should I forget
> > about all the data on that disk?
> 
> Didn't the pvcreate warn you about wiping out an existing VG?
> If it didn't, then you might be confused about which disk your VG
> was on.

-- 
	      Stuart D. Gathman <stuart at bmsi.com>
    Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.




More information about the linux-lvm mailing list