Somebody at at the office needs us to recover information of of a linux HD that won't boot, so we plugged it into our Redhat machine, and the partitions on it are as follows:
/dev/sdb1 - boot
/dev/sdb2 - swap
/dev/sdb3 - LVM
Unfortunately, since all the infomation about the volume groups in that LVM are part of the LVM itself, I'm screwed. I'd have to recover the LVM to get the info I need to recover the LVM! Is there any other way of doing this? I reckon the underlying structure of the LVM is still intact, and in grub I can see the line root="/dev/VolGroup00/vol1root". Can I use this information to mount that group, somehow?
Thanks for your time
-Guest42
/dev/sdb1 - boot
/dev/sdb2 - swap
/dev/sdb3 - LVM
Unfortunately, since all the infomation about the volume groups in that LVM are part of the LVM itself, I'm screwed. I'd have to recover the LVM to get the info I need to recover the LVM! Is there any other way of doing this? I reckon the underlying structure of the LVM is still intact, and in grub I can see the line root="/dev/VolGroup00/vol1root". Can I use this information to mount that group, somehow?
Thanks for your time
-Guest42