I booted up an Ubuntu 10.10 live CD and plugged in an external USB hard drive. It brings up the drive contents and shows all the files, but it won't let me copy files to the external USB drive.

It says

Error while copying

The folder ... cannot be copied because you do not have permissions to create it in the destination.

What should I do to be able to put files on it?

Update, I'm not sure if this helps but I ran mount -l and got this:

ubuntu@ubuntu:~$ mount -l
...
/dev/sdc1 on /media/ext_backup type ext3 (rw,nosuid,nodev,uhelper=udisks) [ext_backup]
link|improve this question

79% accept rate
What is the filesystem on the USB drive? – tjameson Apr 4 '11 at 5:08
feedback

1 Answer

up vote 2 down vote accepted

sudo chown Username /media/usbdisk

I would also add a -R so it operates on all files and directories.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.