Do you have smbclient on your system? What happens if you type
smbclient -L //[ip address] -U username
e.g. for me, I get the following
Code:
jules@vengeance:~$ smbclient -L //192.168.1.102
Password:
Domain=[MINERVA] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
E$ Disk Default share
IPC$ IPC Remote IPC
I$ Disk Default share
Stuff Disk
ADMIN$ Disk Remote Admin
C$ Disk Default share
shared Disk
session request to 192.168.1.102 failed (Called name not present)
session request to 192 failed (Called name not present)
Domain=[MINERVA] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Server Comment
--------- -------
Workgroup Master
--------- ------- The error you're getting suggests to me that the share name isn't quite what you expect it to be.