I am using Ubuntu 16.04 server and I installed samba by using
apt-get install samba samba-common system-config-sambaafter that my another vm can successfully use smbclient to build connection and everything works but after I add the following lines,
[share]
path = /samba/share
browseable = yes
read only = no
writable = yes
guest ok = yestrying to add a share folder in smb.conf and restart samba using
/etc/init.d/samba restartit failed to restart and I got the following:
Why is this bothering NetBIOS? or it is actually about other stuff?
91 Answer
Set the rights in you share folder correctly with
chmod 777 /samba/shareand reload smb.conf with
smbcontrol all reload-config