Prerequisite
You must install the followwing package:
apt-get install smbclient
apt-get install cifs-utils
From console
mount -t cifs //server_ip_address/shared_name /mount_path --verbose -o user=user_samba,password=password_samba
To mount automaticaly this directory at the startup, you mu...