Ok heres how to start if you boot with a disk that has lvm2 tools you can mount the logical volumes
I used slax-5.0.5 with lvm2 module I had to do the following commands
#load device module
modprobe dm-mod
#change the volumes that exist to active
vgchange -ay
#mount the logical partition
mkdir -p /mnt/VolGroup00/LogVol00
mount /dev/VolGroup00/LogVol00 /mnt/VolGroup00/LogVol00
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.