sudo apt-get install samba samba-common-bin
sudo nano /etc/samba/smb.conf
Pfad zu Konfiguration
wir fügen oben ein (unter GLOBAL):
security = user
encrypt passwords = true
invalid users = root
unten machen wir unsere Config
hier Freigabe für alle mit schreibrecht.
[Downloads]
comment = Downloads
path = /home/pi/Downloads
public = yes
guest ok = yes
writeable = yes
sudo service smbd restart
Neustart