Samba can be used to allow connectivity between Linux and Windows. Samba can be used to share printers, share directories, connect to an windows domain, and many other useful features.In order to mount your samba share to your Linux client open up the /etc/fstab file and insert the following line into this file//172.19.12.137/Music /mnt/samba cifs credentials=/etc/accessfile 0 0Now create a new file: /etc/accessfile with following contentsusername=Suhailpassword=some_passwordSave the above file and restart your Linux client (or type command mount...