Code:
ant2ne@ant2ne-laptop:~$ sudo mount -t smbfs -o NAME,PASSWORD //cygne1000/TonyShare ~/netmount/cygne1000/tonyshare
mount: wrong fs type, bad option, bad superblock on //cygne1000/TonyShare,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
ant2ne@ant2ne-laptop:~$ dmesg | tail
[62441.872000] ata2: soft resetting port
[62442.356000] ata2.00: configured for UDMA/33
[62442.356000] ata2: EH complete
[75690.968000] smbfs: mount_data version 2037280596 is not supported
[75716.124000] smbfs: mount_data version 2037280596 is not supported
[75821.172000] smbfs: mount_data version 2037280596 is not supported
[75949.540000] smbfs: mount_data version 2037280596 is not supported
[76258.292000] smbfs: mount_data version 1162690894 is not supported
[76288.296000] smbfs: mount_data version 1162690894 is not supported
[76335.260000] smbfs: mount_data version 2037280596 is not supported
ant2ne@ant2ne-laptop:~$

EDIT
Code:
sudo apt-get install smbfs
