PDA

View Full Version : [ubuntu] cannot write to drive


K-D
July 14th, 2008, 04:02 PM
I have managed to partition my new drive but it won't let me copy files from an external drive. I get this error message:

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

Any help would super!

Thanks

C!oud
July 14th, 2008, 04:06 PM
You need to change the ownership of the drive. Start nautilus as root by pressing alt+f2 and then typing gksudo nautilus. Then navigate to the other drive right click on it and select properties and then go to permission and change the ownership and access rights to the drive to your user name. If you want it done in the terminal use chmod or chown.

K-D
July 15th, 2008, 08:34 AM
Sounds like exactly what i need to do! i will try it tonight when I get n from work.

A stupid question (but I have only been using UBuntu for about 20 hours now)

what difference would it make having it in the terminal?

Cheers

benfindlay
July 15th, 2008, 09:11 AM
In terminal you would type sudo cp /path/of/source/folder/Kris /path/to/destination
Hit enter and you will be asked for a password

Also, depending on your view on security, you can create a folder called "Kris" on your main drive using sudo mkdir /path/to/where/you/want/Kris

Then you can change ownership of the folder usingsudo chown -hR [yourusername] /path/to/folder/Kris

Hope this helps!

K-D
July 16th, 2008, 12:58 PM
Thanks to both you guys!

This kind of simple help will make Ubuntu really start to become used mainstream!

:guitar:

benfindlay
July 16th, 2008, 01:00 PM
No problems, and welcome to the club! ;)

jimv
July 16th, 2008, 01:24 PM
Thanks to both you guys!

This kind of simple help will make Ubuntu really start to become used mainstream!

:guitar:

This message board is nothing short of amazing. You really can't get this kind of help with Windows...not that I've seen. You post a message here, and a lot of the time have a reply within a few minutes, Very cool.