Can't write to shares
At the moment I'm unable to write to any of my Samba shares from my windows box, despite the fact all of them have 0777 permissions and are set to writeable in smb.conf. I'm guessing this has something to do with group permissions, but I'm not sure. Here's a copy of my smb.conf file:
workgroup = workgroup
netbios name = Xbox
encrypt passwords = yes
unix password sync = yes
null passwords = yes
smb passwd file = /etc/samba/smbpasswd
[homes]
read only = yes
browseable = no
public = no
[music]
path = /data/music
browseable = yes
public = yes
read only = no
writeable = yes
valid users = iggy administrator root
create mask = 0777
force create mode = 0777
directory mode = 0777
force directory mode = 0777
Any suggestions? Thanks in advance.
|