Ubuntu – how can i mount partitons in recovery mode

12.10filesystemmountpartitioningrecovery-mode

I am unable to login to my account and I want to back up my data from Documents folder
so I need to know how to mount other partitions from recovery mode. How can I do this?

mv /home/username/Documents /to_my_other_partitons

Best Answer

There is a current bug with Recovery Mode. Please vote for the bug (click the green writing at the top left of that page).

The solution is to enter the following two commands as soon as you enter Recovery Mode:

mount --options remount,rw /
mount --all

This will allow you to continue normally.