I've been searching all over and need some help. I have a linux samba share that I can RW to on my windows box but I can only read on my Mac. The share is on my private network which is pretty locked down from the outside so I'm not too worried about unauthorized access. Any help is appreciated.
Samba.conf
Samba.conf
workgroup = JOKERR@LAN
netbios name = gentoo
server string = Gentoo
security = share
#username map = /etc/samba/smbusers
encrypt password = no
[files1]
comment = files1
path = /files1
guest ok = yes
browseable = yes
writable = yes
readonly = no
[files2]
comment = files2
path = /files2
guest ok = yes
browseable = yes
writable = yes
readonly = no
netbios name = gentoo
server string = Gentoo
security = share
#username map = /etc/samba/smbusers
encrypt password = no
[files1]
comment = files1
path = /files1
guest ok = yes
browseable = yes
writable = yes
readonly = no
[files2]
comment = files2
path = /files2
guest ok = yes
browseable = yes
writable = yes
readonly = no