sudo apt-get update
sudo apt-get install samba
mkdir /home/pi/sambashare/
Then
sudo vim /etc/samba/smb.conf
[sambashare]
comment = Samba on Ubuntu
path = /home/pi/sambashare
read only = no
browsable = yes
sudo smbpasswd -a # Choose a username and a password for the NAS
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.