i have 2 machines running samba on freebsd. I am trying to mount a share using mount_smbfs but it would see that the parameters are being sent incorrectly. I can mount a share using smbclient without a problem. But when I try to mount the share with mount_smbfs, i can see in the logs on the server: [2003/01/05 06:36:03, 3] smbd/reply.c:reply_sesssetup_and_X(858) Domain=[] NativeOS=[AIRYK] NativeLanMan=[7521] [2003/01/05 06:36:03, 3] smbd/reply.c:reply_sesssetup_and_X(868) sesssetupX:name=[] [2003/01/05 06:36:03, 3] smbd/process.c:process_smb(878) Transaction 3 of length 90 [2003/01/05 06:36:03, 3] smbd/process.c:switch_message(685) switch message SMBtconX (pid 75638) it seems that my username is being sent as the NativeOS, and my domain is being sent as NativeLanMan, and nothing is sent at all for the name parameter. Any ideas why it would do this? Erik