Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 13926  / 3 Years ago, sat, may 8, 2021, 2:34:49

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

More From » 12.10

 Answers
0

mount <what to mount> <where to mount>. Usually this looks something like mount /dev/sdb1 /mnt. You can also specify a lot of options, which you most probably won't need. Also mounting this way requires root privileges (eg. sudo).


[#32968] Sunday, May 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionverflow

Total Points: 500
Total Questions: 115
Total Answers: 120

Location: Northern Ireland
Member since Mon, Nov 14, 2022
1 Year ago
;