Results 1 to 1 of 1
I'm having a problem where a cifs mounted W2k3 share functions as read-only. I set permissions in the mount call, I set the user & group, and it is my ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2005 #1
Read-only behavior CIFS share
I'm having a problem where a cifs mounted W2k3 share functions as read-only. I set permissions in the mount call, I set the user & group, and it is my home directory for which I do have full access from a mapped network drive in XP. And I have no trouble accessing it via smbclient.
here's how it's mounted:
the listing shows that it at least thinks it set properly:Code:Iago:/home/sean # mount -t cifs //bullwinkle/scolgan /home/sean/CSMEG_scolgan/ -o username=scolgan%<mypass>,file_mode=0755,dir_mode=0755,uid=sean,gid=users
But... whenever I try to write to it, I get 'Permission denied'Code:sean@Iago:~/CSMEG_scolgan> ls -l total 0 drwxr-xr-x 1 sean users 0 2005-09-13 11:09 384 drwxr-xr-x 1 sean users 0 2005-09-04 18:55 407 drwxr-xr-x 1 sean users 0 2005-09-06 21:26 598 drwxr-xr-x 1 sean users 0 2005-09-05 10:17 Shoutcast
Code:sean@Iago:~/CSMEG_scolgan> cp /home/sean/temp/test.txt test.txt cp: cannot create regular file `test.txt': Permission denied
HP Pavilion dv6000t
Intel Centrino Duo 2.0GHz
nVidia GeForce Go 7400
Fedora 10
----------------------
The real question is what time is it and why the hell am I still screwing around with my computer?


Reply With Quote
