I have the home folder of my Raspberry Pi B+ shared via SMB working fine. Now i'm trying to make a public, write only folder: i edited the configuration like so but it doesn't seem to work. I can't write anything to that folder.
Configuration:
[public]
path = /home/pi/Kingston/Public
create mask = 0644
directory mask = 0755
browsable = no
writeable = yes
guest ok = yes