I am Nas4free server. (i3-3220, asus P8Z77-V LX, 8Gb memory Kingston NonECC, and 4 hard drive WD Red 2Tb). I have Gigabit Ethernet. Gateway is Mikrotik.
Nas4Free is 9.2.0.1 - Shigawire (revision 972)
I create Raidz-2 array:
And i setup CIFS Share.zpool status
pool: pool1
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
pool1 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
ada0 ONLINE 0 0 0
ada1 ONLINE 0 0 0
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
errors: No known data errors
cat /vat/etc/smb.conf
[global]
encrypt passwords = yes
netbios name = storageserver
workgroup = WORKGROUP
server string = NAS4Free Server
security = user
max protocol = SMB2
dns proxy = no
# Settings to enhance performance:
strict locking = no
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
deadtime = 15
getwd cache = yes
socket options = TCP_NODELAY SO_SNDBUF=64240 SO_RCVBUF=64240
# End of performance section
unix charset = UTF-8
store dos attributes = yes
local master = no
domain master = no
preferred master = no
os level = 0
time server = no
guest account = ftp
map to guest = Bad User
display charset = LOCALE
max log size = 100
syslog only = yes
syslog = 3
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log level = 3
dos charset = CP1251
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
passdb backend = tdbsam
idmap config * : backend = tdb
idmap config * : range = 10000-39999
aio read size = 4096
aio write size = 4096
[CommonShare]
comment = commshare
path = /mnt/pool1/WinShare/CommonShare/
writeable = yes
printable = no
veto files = /.snap/.sujournal/
hide dot files = yes
guest ok = yes
inherit permissions = yes
vfs objects = zfsacl
veto files = /.zfs/
[ParolShare]
comment = WithPassword
path = /mnt/pool1/WinShare/ParolShare/
writeable = yes
printable = no
veto files = /.snap/.sujournal/
hide dot files = yes
guest ok = no
inherit permissions = yes
vfs objects = zfsacl
veto files = /.zfs/
I have client Windows 7 Ultimate. Copy speed with Windows 7 to Nas4free very good (70-90 Mbs) but authorization/authentication very slow.
Example:
1. Double click on the icon server --> wait over 30 seconds --> the icon opened
2. Double click on the folder (acces without password) --> wait over 30 seconds --> the folder opened
3. Double clibck on the folder (access with password) --> wait over 30 seconds --> password request
What could be the problem? Why samba is slow work?
Thank for help


