Raspberry Pi 4 NAS Drive
Luke'sTech
In this video I show how to turn your Raspberry Pi 4 into a functional NAS Drive. I would recommend using a big hard drive with this project so you can have lots of space for files. It works flawlessly if you have a good internet connection. It's a great project to do with a spare Raspberry Pi!
1- sudo apt-get update sudo apt-get upgrade
2- sudo apt-get install samba samba-common-bin
3- mkdir /home/pi/nas
4- sudo nano /etc/samba/smb.conf
5- Add this to the bottom of the text [pi] path = /home/pi/nas writeable=Yes create mask=0777 directory mask=0777 public=no
6- sudo smbpasswd -a pi
7- sudo systemctl restart smbd
8- hostname -I
9-Enjoy your NAS Drive!
If you would like better videos, more stuff reviewed, and personal support think about supporting me-- https://www.patreon.com/user?u=37336457
This discord server is about ApplePiOS, Pi and tech related stuff!----https://discord.gg/hNkdtbH
This discord server is mainly about coding! --https://discord.gg/t3vT5p9 ... https://www.youtube.com/watch?v=X6YN2mKokgY
40786140 Bytes