Samba-Service Share einrichten

Tragen Sie dort nun folgende Konfiguration in die smb.conf ein.

[global]
workgroup = smb
security = user
map to guest = Bad Password

[public]
path = /media/storage/ 
public = yes
writable = yes
comment = smb share
printable = no
guest ok = yes

Die smb.conf entsprechend anpassen und anschließend mit

sudo systemctl restart smbd.service

den Dienst neustarten