Raspberry Pi 4: Samba File Sharing Tutorial

Raspberry Pi 4: Samba File Sharing Tutorial

Channel:
Subscribers:
12,700
Published on ● Video Link: https://www.youtube.com/watch?v=1oXLMtRSpB0



Category:
Tutorial
Duration: 21:21
2,283 views
34


█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█▀█
[Synopsis]

This video shows you how to share files to other computers in your LAN(Local Area Network). Raspberry Pi 4 uses about 3.4 watts of power, I said 5 watts on the video.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
[Video Annotations]

◙ Install Samba and configure Samba on Raspberry Pi 4 ►[ 0:07 to 13:08 ]
◙ Prerequisites for Windows network share ►[ 13:09 to 15:59 ]
◙ Test on another computer ► [16:00 to 18:26 ]
◙ Map share folder on Windows 10 ► [18:27 to 20:36]
◙ Check to see if file test file was received in RP4 ► [20:37 to 21:11]
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
[Code]

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install samba samba-common-bin
mkdir /home/pi/shared
sudo nano /etc/samba/smb.conf

[Name]
path = /home/pi/shared
comment = Pi shared folder
Browseable = yes
Writeable = Yes
create mask = 0777
directory mask = 0777
Public=no

Ctrl x ► Exit
y
Enter

sudo smbpasswd -a pi
service smbd restart
hostname -I
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
[Links]

◙ Raspberry Pi 4 Related Videos
https://he-1000-1975.com/video-directory/#RASP
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
[Sources]

Barnes, Russell. "Samba: Set up a Raspberry Pi as a File Server for your local network." The MagPi Magazine, https://magpi.raspberrypi.org/articles/samba-file-server. Accessed 2 June 2020

Emmett. "How to Setup a Raspberry Pi Samba Server." PiMyLifeUp,
https://pimylifeup.com/raspberry-pi-samba/ . Accessed 2 June 2020
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█▄█







Tags:
Raspberry Pi 4 File Share
Raspberry Pi 4 Windows 10 File Share