-1

How do I move a folder to an external drive using a live disc?

When I try it says:

the folder cannot be handled because you do not have permission to read it.


Thanks for the help everyone. I got it copied by using sudo su nautilus.

Mitch
  • 107,631
p8riotx
  • 75

1 Answers1

2

No need for a live disk. You could type gksu nautilus in a terminal window. Nautilus will open giving you super-user privileges, and you'll be able to move whatever you want wherever you want it.

There might be open files that will give you trouble, depending on what you want to move, but you shouldn't move those anyway.

Marc
  • 9,980
  • I think one live disks you may need to install (it won't install to disk, just to memory whilst your running the disk - something like that) gksu - use sudo apt-get install gksu. – Wilf Mar 01 '14 at 18:29