IIRC, "everybody" in the NT/2K/XP world doesn't really mean "everybody" but rather all users on the machine / domain. Its Guest that's really "everybody".
So, if you are trying to mount an "everybody" share as root on your box without specifiying a user on the machine / domain, you're probably not going to have much luck.
So two options...
- make the share readable by guest (and enable guest on that machine)
- do something like :
mount -t smbfs -o username=user,password=foobar //192.168.10.6/share /mnt/mountpoint
and use an actual username and password valid on the machine.
-- G
"Eh, good's okay. Great would be good. But awesome would be great."