Make sure the required software is installed
sudo apt-get install smbfs
Make a place to mount the drive to – it must be an empty folder
mkdir ~/mnt
Mount the share to that folder
sudo smbmount //10.10.10.10/ShareName ~/mnt -o username=yourname,password=yourpassword
When you have finished,
sudo smbumount ~/mnt