I am having trouble connecting to a windows share from my fedora box. I would type smbtree and get this:
Connecting to host=BROWNIE
resolve_lmhosts: Attempting lmhosts lookup for name BROWNIE<0x20>
resolve_wins: Attempting wins lookup for name BROWNIE<0x20>
resolve_wins: using WINS server 127.0.0.1 and tag '*'
Negative name query response, rcode 0x03: The name requested does not exist.
resolve_hosts: Attempting host lookup for name BROWNIE<0x20>
resolve_hosts: getaddrinfo failed for name BROWNIE [Name or service not known]
name_resolve_bcast: Attempting broadcast lookup for name BROWNIE<0x20>
cli_start_connection: failed to connect to BROWNIE<20> (0.0.0.0). Error NT_STATUS_BAD_NETWORK_NAME
Here is my smb.conf:
[doctorwhite@localhost ~]$ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[Music]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = KABILITY
netbios name = DOCTORWHITE
server string = Samba Server Version %v
interfaces = lo, eth0
security = SHARE
map to guest = Bad User
smb passwd file = /etc/samba/smbpasswd
passdb backend = tdbsam
guest account = guest
log level = 3
log file = /var/log/samba/log.%m
max log size = 50
load printers = No
os level = 33
preferred master = Yes
wins support = Yes
guest ok = Yes
hosts allow = 127., 192.168.1.0/24
[Music]
comment = Music
path = /media/seadata/depot/Music/Albums
[doctorwhite@localhost ~]$
Any help would be appreciated.