Long time ago I spent few hours in searching "e" letter in smb conf...writable = yes
-> writeable = yes
Long time ago I spent few hours in searching "e" letter in smb conf...writable = yes
In my case whithout writEable samba didnt work. Long time ago = many years, at this time, you right - I checked - writable is not problem.This parameter is a synonym for writeable.
[global]
workgroup = WORKGROUP
server string = Samba Server Version %v
netbios name = ExampleMachine
wins support = Yes
security = user
passdb backend = tdbsam
smb ports = ****
# Example: share /usr/src accessible only to 'developer' user
[USERNAME]
path = /home/USERNAME
valid users = USERNAME
writable = yes
browsable = yes
read only = no
guest ok = no
public = no
create mask = 0666
directory mask = 0755
[mnt]
path = /mnt
valid users = USERNAME
writable = no
browsable = yes
read only = yes
guest ok = no
public = no
create mask = 0666
directory mask = 0755