[Samba] big share problem

Stefan Kania stefan at kania-online.de
Sat Nov 30 13:53:05 UTC 2019



Am 25.11.19 um 19:12 schrieb Tom via samba:
> 
> socket options = TCP_NODELAY TCP_KEEPIDLE=240 TCP_KEEPCNT=4
> TCP_KEEPINTVL=15

This is the next thing you should remove. The kernel is handling
everything with sockets and performance. By setting this parameter the
kernel can't set the optimal settings.

The parameter "store dos attributes is default depending of your samba4
version.

Don't user any parameters regarding permission, because you use "vfs
objects = acl_xattr" and "inherit permission = yes" so you set alle the
permissions in Windows and not on the commandline

Did you check the linux-filepermissions?
Can you write into the file when you log in to the linux-System?
Do you get any error when doing a "testparm"?

Normally a share looks like this:
[share_one]
path = /data/dir1/
read only = no
browseable = no
vfs objects = acl_xattr
inherit acls = yes

Everything else is handled via Windows-securitysettings of the folder.


-- 
Stefan Kania
Landweg 13

25693 St. Michaelisdonn


Signieren jeder E-Mail hilft Spam zu reduzieren und schützt Ihre
Privatsphäre. Ein kostenfreies Zertifikat erhalten Sie unter
https://www.dgn.de/dgncert/index.html






More information about the samba mailing list