I have an old install of Backtrack 5 amd64 and yesterday i tried to upgrade it. For some reason that upgrade failed and i cannot manage to get it working. So I now want to copy my data from some file locations to an external hard disk in order to perform afterwards a clean install with ubuntu. I booted a live usb with ubuntu and i am able to see the files within the file explorer. However some of the i cannot copy i.e. do not have sufficient permissions.
Provided I know the root password of my original backtrack installation How can i mount it using this password from the ubuntu live cd so that i can do any file operations with granted permisions???
What I ve already done:
- Booted the Ubuntu Live CD.
- Pressed Ctrl-Alt-F1
- sudo mount /dev/sda1 /mnt
- sudo chroot /mnt
- Pressed Ctrl-Alt-F7
- Clicked on try ubuntu
- I can now copy some files but not all of them.
Thanks in advance!
1 Answer
What you could try is start Nautilus as root and then copy the files. To start Nautilus as root, enter in terminal:
gksu nautilus 2