apt-get install samba4
to get the latest version of Samba.
apt-get install cifs-utils
to get necessary files/utils required to mount Windows shares.
Then do the following:
mkdir /mnt/shareType the following command to mount the share:
mount -t cifs //windowsmachineip/sharename -o username=user,password=urPassword /mnt/share