This is what i am getting here.
This is my "/etc/hosts" file
[root@mtz ink]# cat /etc/hosts
# generated by drakconnect
127.0.0.1 mtz
127.0.0.1 localhost
192.168.100.150 zulu
with the above "hosts" file(no entry for windows7),this is what "smbtree" gives me
[ink@mtz ~]$ smbtree
Enter ink's password:
MSHOME
\\INK-PC
cli_start_connection: failed to connect to INK-PC<20> (0.0.0.0). Error NT_STATUS_UNSUCCESSFUL
same error you are getting, now, if i change my "hosts" file to this:
# generated by drakconnect
127.0.0.1 mtz
127.0.0.1 localhost
192.168.100.150 zulu
192.168.100.35 INK-PC
The last line represents a windows7 machine and this is what "smbtree" returns
MSHOME
\\INK-PC
The error msg is gone and i dont know why windows7 shares do not show up here but i can access them using smb4k or "smb://" kio in konqueror
Do you still get those error msgs after you have added your vista and windows7 entries in your "hosts" file? what program are you using to try to access those windows shares?