Raspberry Pi Network Shares
Lu's TechSource
Here I show you how to quickly setup up your Raspberry pi to be accessible over the network in Raspbian OS Buster. With these instructions you will be able to quickly access your pi with any computer on your network.
Super quick instructions:
- Log in
- Command: sudo apt update
- Command: sudo apt install samba samba-common-bin smbclient cifs-utils
- Command: mkdir /home/pi/<FolderName>
- Command: sudo nano /etc/samba/smb.conf
- At the bottom of the smb.conf file type: [music] path = /home/pi/music read only = no writeable = yes
- Save file
- Command: sudo smbpasswd -a pi
- Command: chmod 777 music
- Finally access pi from a Windows computer by typing \raspberrypi ... https://www.youtube.com/watch?v=AZNiLon1rUM
2021-02-01
0.0 LBC
Copyrighted (contact publisher)
21718264 Bytes