I have a samba share configured in smb.conf as such...
security = user
[Downloads]
path = /home/dwnloads/files
browseable = yes
read only = no
guest ok = no
And I can browse/read files from Windows XP no problem, but when I try to create/delete/modify files on the share from Windows XP I get error message such as...
Unable to create the file. Access is denied.
I'm don't think it is permissions related as the samba daemons are running as root (default install from apt-get)...
server03:~# ps -Af f | grep [sn]mbd
root 2714 1 0 09:45 ? Ss 0:00 /usr/sbin/nmbd -D
root 2716 1 0 09:45 ? Ss 0:00 /usr/sbin/smbd -D
root 2725 2716 0 09:45 ? S 0:00 \_ /usr/sbin/smbd -D
root 3162 2716 0 12:48 ? S 0:01 \_ /usr/sbin/smbd -D
server03:~#
Start Free Trial