I added this line on my /etc/samba/smb.conf =========================================== [share] comment = Samba Server browsable = yes path = /srv/share/samba guest ok = yes read only = no create mask = 0755 =========================================== This is my current nmbd.service status =============================================================================================== ● nmbd.service - LSB: start Samba NetBIOS nameserver (nmbd) Loaded: loaded (/etc/init.d/nmbd; bad; vendor preset: enabled) Active: active (running) since Sab 2017-03-04 17:39:49 WIB; 4s ago Docs: man:systemd-sysv-generator(8) Process: 588 ExecStop=/etc/init.d/nmbd stop (code=exited, status=0/SUCCESS) Process: 603 ExecStart=/etc/init.d/nmbd start (code=exited, status=0/SUCCESS) CGroup: /system.slice/nmbd.service └─623 /usr/sbin/nmbd -D Mar 04 17:39:49 kalby-imanie systemd[1]: Stopped LSB: start Samba NetBIOS nameserver (nmbd). Mar 04 17:39:49 kalby-imanie systemd[1]: Starting LSB: start Samba NetBIOS nameserver (nmbd)... Mar 04 17:39:49 kalby-imanie nmbd[603]: * Starting NetBIOS name server nmbd Mar 04 17:39:49 kalby-imanie nmbd[603]: ...done. Mar 04 17:39:49 kalby-imanie systemd[1]: Started LSB: start Samba NetBIOS nameserver (nmbd). ============================================================================================== This is my current smbd.service status =============================================================================================== ● smbd.service - LSB: start Samba SMB/CIFS daemon (smbd) Loaded: loaded (/etc/init.d/smbd; bad; vendor preset: enabled) Active: active (running) since Sab 2017-03-04 17:41:37 WIB; 5s ago Docs: man:systemd-sysv-generator(8) Process: 631 ExecStop=/etc/init.d/smbd stop (code=exited, status=0/SUCCESS) Process: 643 ExecStart=/etc/init.d/smbd start (code=exited, status=0/SUCCESS) CGroup: /system.slice/smbd.service ├─663 /usr/sbin/smbd -D ├─664 /usr/sbin/smbd -D └─666 /usr/sbin/smbd -D Mar 04 17:41:37 kalby-imanie systemd[1]: Starting LSB: start Samba SMB/CIFS daemon (smbd)... Mar 04 17:41:37 kalby-imanie smbd[643]: * Starting SMB/CIFS daemon smbd Mar 04 17:41:37 kalby-imanie smbd[643]: ...done. Mar 04 17:41:37 kalby-imanie systemd[1]: Started LSB: start Samba SMB/CIFS daemon (smbd). =============================================================================================== !!!HERE IS THE ERROR!!! =============================================================================================== When i executed: start samba.service Failed to start samba.service: Unit samba.service is masked. =============================================================================================== !!!HERE IS MY CURRENT SAMBA.SERVICE STATUS!!! =============================================================================================== ● samba.service Loaded: masked (/dev/null; bad) Active: inactive (dead) Mar 04 16:15:51 kalby-imanie systemd[1]: Stopped samba.service. ===============================================================================================