PDA

View Full Version : [ubuntu] Write permissions on Windows Network Shares



ljzmcm
August 20th, 2010, 03:20 PM
Hi all,

I was able to successfully mount a Windows Network Share (after joining domain with likewise-open).

Here's what my fstab looks like:

----------------------------------------

//psr_nts2/dp1 /media/dp1 cifs rw,_netdev,user=<USERNAME>,password=<PASSWORD>,uid =1000,gid=100 0 0

----------------------------------------

with of course <USERNAME> and <PASSWORD> filled out respectively. They mount just fine like that.


it's set to rw, but still it is read-only. Any idea how to circumvent this?

I tried using this:

----------------------------------------
//psr_nts2/dp1 /media/dataprocessing smbfs iocharset=utf8,credentials=/home/likewise-open/PSR_GROUP/<USERNAME>/.smbcredentials,uid=1000 0 0
----------------------------------------

from another tutorial with the .smbcredentials file filled out correctly, but that fails to even mount.

Any help is appreciated!