Raspberry PI: Windows Network Share | Installing & Configuring Samba (SMB)



In episode 3 of the Raspberry PI video series on this channel, we’ll install and configure samba so it can act as a share for other devices on your network so you can transfer files from your mobile device, Windows PC, MAC, or tablet to your Raspberry Pi (and vice versa).

Previous episode where we downloaded/installed the Raspberry PI OS image on a MicroSD card: https://youtu.be/MB0SCb8DStY

— Highlights —
0:00:50 – Install Samba/SMB
0:01:37 – Add User for File Share
0:02:10 – Configure Samba/SMB Service for File Sharing
0:04:45 – How to Access Rapberry Pi Network Share
0:05:16 – How to Map Raspberry Pi Samba Share

— Commands Used —
Get Latest Packages: sudo apt-get update
Install Samba: sudo apt-get install samba samba-common-bin
Modify Samba Config: sudo nano /etc/samba/smb.conf
Restart Samba Service: sudo /etc/init.d/smbd restart
Reboot Raspberry Pi: sudo reboot

#RaspberryPI .

Comments are closed.