Samba Setup on Raspberry Pi

Published: 23 November 2020
on channel: CYBERBOOTH
3,539
58

Samba file server to back up and share content from anywhere on your local network

On Raspberry Pi:
sudo apt install samba samba-common-bin

sudo chmod -R 777 /home/pi

sudo nano /etc/samba/smb.conf
[pi]
path = /home/pi
writeable = yes
create mask = 0777
directory mask = 0777
public = yes

sudo systemctl restart smbd
sudo adduser cyberbooth

On Mac:
smb://192.168.0.78

On Windows:
\\192.168.0.78\pi


Watch video Samba Setup on Raspberry Pi online without registration, duration hours minute second in high quality. This video was added by user CYBERBOOTH 23 November 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,539 once and liked it 58 people.