Raspberry Pi5 Samba Setup

Опубликовано: 01 Июнь 2026
на канале: LetsDoIt
128
0

Follow-up from the previous video in this list, we will be installing and setting up the samba server to allow us to access the javascript files we will be creating on the pi for the video server.

Equipment:
Pi Setup of previous video.


Pi Setup:
1. Assuming you have ssh into the Pi.

2. sudo apt update && upgrade -y

3. sudo apt install -y samba

4. sudo mkdir /home/pi/[YourCustomFolder] && sudo chmod 777 /home/pi/[YourCustomFolder]

5. sudo nano /etc/samba/smb.conf

6. Add the following code to the end of the file.
[[YourCustomFolder]]
comment=[YourCustomFolder]
path = /home/pi/[YourCustomFolder]
browseable=yes
writeable=Yes
create mask=0777
directory mask=0777
public=yes
read only=no
force user=pi

7. sudo smbpasswd -a pi
Follow the screen prompts

8. sudo systemctl restart smbd

9. hostname -I

10. You should be anle to login from windows explorer by using the above hostname "\\[hostname]"


Subscribe Button
MrNumber112    • Free Download: Subscribe Button + Notifica...  
Inspired by LeBouseuh    / @levraibouseuh  
& Liam    • Subscribe Button Green Screen  
Soundfx:
Mouse click (by THE_bizniss)
https://freesound.org/people/THE_bizniss/s...
https://creativecommons.org/licenses/by/3....

Unfa's Menu Sounds (by unfa)
https://freesound.org/people/unfa/sounds/2...
https://creativecommons.org/licenses/by/3.0/

BronzeBell2 (by Zabuhailo)
https://freesound.org/people/Zabuhailo/sou...
https://creativecommons.org/licenses/by/3.0/
Font:
https://www.dafont.com/fr/roboto.font
Tuto SVP - How to enable a transparent video (by UltraTuts)
   • Tutorial Sony Vegas Pro - How to enable a ...