Raspberry Pi: Remote-SMB/CIFS-Zugriff auf /home/pi erlauben
English
Deutsch
Installiere zuerst Samba mit
install_samba.sh
sudo apt -y install sambaund hänge Folgendes an /etc/samba/smb.conf an
smb.conf
[pi]
comment = pi
path = /home/pi
writeable = yes
browseable = yes
public = yes
create mask = 0644
directory mask = 0755
force user = piund starte schließlich samba neu:
restart_smbd.sh
sudo systemctl restart smbdNun ist dein /home/pi über SMB zugänglich (inklusive Schreibzugriff).
Check out similar posts by category:
Linux, Raspberry Pi
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow