OpenWrt Forum Archive

Topic: Samba

The content of this topic has been archived on 19 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I install Samba on OpenWrt Asus Wl-500gP and it works fine:).

Below my config:

[global]
syslog = 0
syslog only = yes
workgroup = WORKGROUP
server string = OpenWrt Samba Server
security = share
encrypt passwords = yes
guest account = nobody
local master = yes
name resolve order = lmhosts hosts bcast

[ASUS HDD]
comment = /hdd/download/completed
path = /hdd/download/completed
browseable = yes
public = yes
writeable = yes
guest ok = yes

I added user to file "passwd" and and group to "group". Now I have access to Samba share in Windows environment I can add, copy, delete in /hdd/dowload/completed folder, bus if I create another folder inside (/hdd/dowload/completed) in example /hdd/download/completed/XXX I do not have permission to do something in this folder (copy, past, delete) and the same situation is with all created folders in main shared folder (/hdd/dowload/completed) and files in this folders

Please help

(Last edited by natash on 28 Aug 2007, 21:25)

Make the folders "chmod ugoa+w folder" to give full permissions. How do I create  user and group in passwd. If possible give me your configuration. I need that because I can't access to my share. Windows ask for user and password.
Please help

(Last edited by pbernardino on 6 Sep 2007, 09:14)

The discussion might have continued from here.