Setting up a Samba Nas Server on a Raspberry PI

sudo apt-get update
sudo apt-get install samba
mkdir /home/pi/sambashare/

Then

sudo vim /etc/samba/smb.conf

Add this at the end of the file

[sambashare]
    comment = Samba on Ubuntu
    path = /home/pi/sambashare
    read only = no
    browsable = yes

Add a user account

sudo smbpasswd -a  # Choose a username and a password for the NAS

References

About Me

My name is Omar Qunsul. I write these articles mainly as a future reference for me. So I dedicate some time to make them look shiny, and share them with the public.

You can find me on twitter @OmarQunsul, and on Linkedin.

And btw, if you like playing chess, please give my personal multiplayer Chess Website ChessDuo a try.


Homepage