Can connect to Samba share in Windows, but not in Linux.
I'm trying to network two computers. System 1 is an AMD box running Mandriva 10.2, and system 2 is a P4 box with a dual boot of Win XP and Mandriva 10.2. I've shared a folder on the AMD box, and am able to map a drive letter to it from the P4 box in XP, and everything works. However, I'm not able to connect to the share when I boot into Mandriva.
SWAT Status Excerpts from AMD machine (printer and PDF related sections ommitted for space):
Quote:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/09/03 23:09:12
# Global parameters
[global]
workgroup = FAMILY
netbios name = AMD
server string = Samba Server %v
map to guest = Bad User
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap cache time = 60
printcap name = cups
dns proxy = No
printer admin = @adm
[amdshare]
path = /home/redbeard/shared
read only = No
guest ok = Yes
To mount the share on the P4 box, I've added the following line to fstab:
Code:
//Amd/amdshare /mnt/amd smbfs noauto,user 0 0
This doesn't mount the share automatically, and when I tried to manually mount it I received the following error message: Quote:
[root@localhost redbeard]# mount //AMD/amdshare
10534: Connection to AMD failed
SMB connection failed
Does anyone have any suggestions? I feel like I'm very close to making this work, but must be overlooking some detail somewhere. Sorry for the long post, I just wanted to provide the details in case that helps. Any assistance would be greatly appreciated!