When I was connecting to a XP box with Service Pack 1 and a FAT32 drive, smbclient worked just fine out of the box. Now when I try to get to a XP box with Service Pack 2 (SP2) with both a FAT32 and a NTFS partition, I get the following error message after it prompts me for a password:
Quote:
"tree connect failed: NT_STATUS_BAD_NETWORK_NAME"
|
The full dialog looks like:
Code:
added interface ip=192.168.0.5 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
To be honest, I don't even think there was an smb.conf, but here is the one I have now (that was created after I first started receiving the error):
Code:
# Samba config file created using SWAT
# from psibur (192.168.0.5)
# Date: 2005/08/06 20:05:42
# Global parameters
[global]
netbios name = PSIBUR
security = SHARE
[data]
comment = Data
path = /export
read only = No
guest ok = Yes
hosts allow = 192.168.0.
Is there some issue with SP2 that wants to be fussy with Samba? Here's some info about the XP box:
[] I have the Winderz Firewall turned off to keep that quiet.
[] I don't have the Guest account turned on.
[] The workgroup on the XP box is named WORKGROUP
[] I do not have a user account named PSIBUR. Should I have one?
TIA.
--Psibur