Sabin Dang wrote:
Hi Everyone,
I assisted in restoring a server today that was connected to an
external raid that used LVM. Unfortunately there was no backup of the
LVM config files prior to reinstalling the operating system.
Is there any way to retrieve the data stored on the LVM without the old
config files?
At least for LVM2, all meta data is stored on each PV/disk, too. Thus, until
you did not destroy your LVM header/metadata of your disk(s), the former
LVM should be recognized without any external config informations.
Else, you may have a problem. If you have overwritten the first part
of your previous PV, you may try to search the starting point(s) of former
LV(s), and if you are lucky, they have been allocated contiguously.
In this case you may have a good change to recover something.
Dieter.
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/