To list shares hosted by host:
smbclient -L host
To mount one of those shares:
sudo mount -t cifs //host/aShare /targetDirectory -o user=username,rw