stefanb
Patron
- Joined
- Dec 12, 2014
- Messages
- 200
Hi,
I had an issue with slow browsing CIFS shares.
I tried to fix it with the additional parms from cyberjock:
I took a look into the smb4.conf. There are now two entries for "ea support/store dos attributes".
First both values are set to yes, and in the second entry to no.
Will this be a problem? How can I fix it? I think the UI will recreate the smb4.conf so manually changing has no "stable" effect.
Regards
Stefan
I had an issue with slow browsing CIFS shares.
I tried to fix it with the additional parms from cyberjock:
Code:
ea support = no
store dos attributes = no
map archive = no
map hidden = no
map readonly = no
map system = no
veto files = /._*/.DS_Store/
delete veto files = yes
hide dot files = yesI took a look into the smb4.conf. There are now two entries for "ea support/store dos attributes".
First both values are set to yes, and in the second entry to no.
Code:
...
ea support = yes
store dos attributes = yes
lm announce = yes
time server = yes
acl allow execute always = true
dos filemode = yes
multicast dns register = yes
domain logons = no
local master = yes
idmap config *: backend = tdb
idmap config *: range = 90000001-100000000
server role = standalone
netbios name = FILER
workgroup = THAVIS
security = user
pid directory = /var/run/samba
create mask = 0660
directory mask = 0770
client ntlmv2 auth = yes
dos charset = CP850
unix charset = UTF-8
log level = 1
ea support = no
store dos attributes = no
map archive = no
map hidden = no
map readonly = no
map system = no
veto files = /._*/.DS_Store/
delete veto files = yes
hide dot files = yesWill this be a problem? How can I fix it? I think the UI will recreate the smb4.conf so manually changing has no "stable" effect.
Regards
Stefan