Using Ubuntu live CD how to mount my old backtrack install?

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:

  1. Booted the Ubuntu Live CD.
    1. Pressed Ctrl-Alt-F1
    2. sudo mount /dev/sda1 /mnt
    3. sudo chroot /mnt
    4. Pressed Ctrl-Alt-F7
    5. Clicked on try ubuntu
    6. 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like