Hi, I'm a pretty new user but I've been searching for info on this for two days with no luck.
I'm using an Asus WL-500gP and trying to access the samba share I've setup. I've followed both the USBHowTo and SAMBAHowTo tutorials in the Wiki; USB is working, my external HDD is recognized and auto-mounted to /mnt/disc0_1 and I successfully installed and setup SAMBA. Well, perhaps not so successfully. The samba server is running I can see it appears in my Network but I'm completely unable to access it. I'm using Windows Vista Home Premium when trying to access it and I get this error.
Heres the contents of my smb.conf:
workgroup = LOL
server string = OpenWRT Samba Server
wins support = no
dns proxy = no
name resolve order = lmhosts hosts bcast
log file = /opt/var/log/samba/log.%m
max log size = 1000
syslog = 0
security = share
encrypt passwords = true
obey pam restrictions = yes
guest account = nobody
passwd program = /usr/bin/passwd %u
load printers = no
[AudioNAS]
comment = /mnt/disc0_1
path = /mnt/disc0_1
browseable = yes
public = yes
guest ok = yes
writeable = yesIs there perhaps something i've overlooked? Is there some kind of samba conflict with the version running on OpenWRT and Vista? I'd really appreciate any help here, its driving me crazy trying to get this to work.
