Select Page

Full writable samba share for 14.04. Edit /etc/samba/smb.conf :

[sourcecode language=”plain”]
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = SERVERNAME
security = user
map to guest = bad user
dns proxy = no
#============================ Share Definitions ==============================
[SHARENAME]
path = /path/to/share
browsable =yes
writable = yes
guest ok = yes
read only = no

[SHARENAME2]
path = /path/to/share
browsable =yes
writable = yes
guest ok = yes
read only = no
[/sourcecode]