Hello Friends,
I am to give write access to samba share
My configuration in smb.conf is:
[storage]
comment = Samba share
path = /home/kunal/storage
writable = yes
guest ok = yes
available = yes
But am not sure why am not able to write even after giving writable = yes
Any guesses??