How to access data after booting with Sysrcd rescue system
If you have servers in cloud or rented server on data center . some time its currepted or you need to get databack or edit and currect files.
you are booting with Sysrcd rescue system
After booting get ssh access and login
create a folder to mount your data or partition
mkdir /backup
Now mount the data or partition which are mostely /dev/vg/
for example I want to mount my root partition which is under /dev/vg/root
#mount /dev/vg/root /backup
#cd /backup
#ls
you must able to see your data.