idk what happend but smb speed got from 30~mb/sec to 11mb/sec. I restartet smb and the router.. nothing changed.
smb.cfg
edit: clean install fixed the issue
smb.cfg
Code:
[global]
workgroup = WORKGROUP
netbios name = Routinka
server string = Routinka
unix charset = UTF8
display charset = UTF8
log file = /var/log.samba
log level = 0
max log size = 5
security = USER
guest ok = no
map to guest = Bad User
encrypt passwords = yes
pam password change = no
null passwords = yes
force directory mode = 0777
force create mode = 0777
max connections = 5
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE SO_RCVBUF=65536 SO_SNDBUF=65536
obey pam restrictions = no
disable spoolss = yes
host msdfs = no
strict allocate = No
wide links = no
bind interfaces only = yes
interfaces = lo br0 192.168.1.1/255.255.255.0
use sendfile = yes
map archive = no
map hidden = no
map read only = no
map system = no
store dos attributes = yes
dos filemode = yes
oplocks = yes
level2 oplocks = yes
kernel oplocks = no
enable core files = no
deadtime = 30
load printers = no
printable = no
max protocol = NT1
smb encrypt = disabled
min receivefile size = 16384
passdb backend = smbpasswd
smb passwd file = /etc/samba/smbpasswd
[Media (at WD)]
comment = WD's Media in WD My Passport 0830
path = /tmp/mnt/WD/Media
dos filetimes = yes
fake directory create times = yes
valid users = magenta
invalid users =
read list = magenta
write list = magenta
[skynet (at WD)]
comment = WD's skynet in WD My Passport 0830
path = /tmp/mnt/WD/skynet
dos filetimes = yes
fake directory create times = yes
valid users = magenta
invalid users = magenta
read list =
write list =
[entware (at WD)]
comment = WD's entware in WD My Passport 0830
path = /tmp/mnt/WD/entware
dos filetimes = yes
fake directory create times = yes
valid users = magenta
invalid users = magenta
read list =
write list =
edit: clean install fixed the issue
Last edited: