Page 1 of 1

Network Shares

Posted: Sat Jun 12, 2010 7:22 am
by spaceman
OK I admit it, Linux permissions confound me at the moment, so this is a n00b question. I'm trying to create permanent mappings to my HDA shares on my Ubuntu PC. Here is a sample entry from /etc/fstab/:

Code: Select all

//192.168.1.10/Docs /mnt/Docs cifs username=myhdausername,password=myhdapassword,uid=0,gid=500 0 0
After a restart the Ubuntu machine mounts the shares fine but only read only, what do I need to do to make them writeable?