I had a situation where I could not login to my linux box due to the statically set IP address and inability to login as root ( or any other account for that matter ). I’ve used knoppix to obtain access to local file system and do necessary changes.
vgscan
vgchange -a y
lvs
LV VG Attr LSize Origin Snap% Move Log Copy%
home vg -wi-ao 2.09G
var vg -wi-ao 1.32G
sudo mount -rw /dev/mapper/rootvg-rootlv /mnt/other
Done, so now if you cd to /mnt/other you should see you file system.
You can also read How To Reset Root Password With Knoppix
DESCLAIMER
Though following can be obtained from many different web sites I wanted to have a copy for my self and if owners of the materials will object it will be removed from here.