- Open the terminal
- Install samba with the following command:
sudo apt-get install samba smbfs
- Configure samba typing:
sudo nano /etc/samba/smb.conf
- Set your workgroup (if necesary). Go down the bottom of the file :
- Set your share folders. Do something like this (change your path and comments)
# Shared Folder
[shared]
comment = YOUR COMMENTS
path = /home/user/shared
read only = no
guest ok = yes
- Restart samba. type:
/etc/init.d/smbd restart
- Create the shared folder:
mkdir /home/user/shared
- Set the permissions:
sudo chmod 0777 /home/user/shared
- check the folder in network