0

Hello,
I know I shouldn't have, but I've interrupted the upgrade from Ubuntu 12.10 to 14.10 and now I can't go past the login screen... When I try to launch Ubuntu in recovery mode, it displays an error message and I can't even connect to the internet. I've looked for solutions but found none and don't really want to burn a better installation cd.
The real problem is that I can't access my session! I installed ubuntu on another partition and tried to copy all of my documents onto a usb drive but since I'm on another session, I am not the owner of my files!
The title says it all; please help! I really need my files back!

2 Answers2

1

You can open a terminal and run sudo nautilus.

You should gain access to your files.

To Do
  • 15,502
0

Try running:

sudo chown -R /path/to/my/folder $USER:$USER

This will change the owner of the directory to give you access again.

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172