xxxxxxxxxx
sudo apt-get install samba samba-common system-config-samba python-glade2
xxxxxxxxxx
sudo apt install samba smbclient cifs-utils
# Now make sure your shared directory exists
sudo nano /etc/samba/smb.conf # -> Add your network drives here
sudo service smb restart
# And access from any Windows device: \\<ip>\<path>