I am experiencing some problems with my samba shares on wl-500GP. I used the standard smb.conf file that came with kamikaze 7.09, with minimal changes to the config to overcome first permission problems I ran upon. That is I changed guest account to root.
Everything works like its supposed to when share is accessed from Windows, but from Linux there are various problems. I am currently using Fedora 9, and when share is mounted by gnome (gvfs) I cant even see the files on share. I can create a file though, but the moment I refresh list it dissapears (although its sucessfuly created on the filesystem).
Ok, I thought that it could be some Gnome things so I went to smbclient. However, it displays uncomplete names of files, with last letter missing, although it works when I add the missing letter. (for example file named "test" would be diplayed as "tes" but "rm test" would work)
Mounting with mount.cifs (tried various options, setting uid, gid etc) diplays files correctly, I can delete files (cant delete dirs that are not empty, not even from windows), but I cant access files (read/write) on mounted dir, even as root. I get permission denied, even though permissions look perfectly fine to me
I'd really appreciate if someone could share his experiences with samba on kamikaze and share his smb.conf.
Perhaps someone had better luck with optware samba3 (though it looks rather heavy)?
smb.conf
-----------
[global]
syslog = 0
syslog only = yes
workgroup = OpenWrt
server string = OpenWrt Samba Server
security = share
encrypt passwords = yes
guest account = root
local master = yes
name resolve order = lmhosts hosts bcast
[download]
comment = download
path = /opt/download
browseable = yes
writeable = yes
public = yes
(Last edited by PinkBunny on 1 Jul 2008, 13:13)