If you have access to the disk group, you should be able to access root files
Use the df command to find where / is mounted
df -h
Use debugfs to explore the appropriate disk and find goodies π
debugfs /dev/sda1
Last updated 2 years ago