Jonathan Jordan
Cadet
- Joined
 - Jul 6, 2016
 
- Messages
 - 6
 
Every since I upgraded to 9.10 my CIFS speeds have started maxing at 20MBps when I connect from OS X (10.11). The same clients can reach speeds of 90MBps when connected via AFP.
I've looked at every post I can find related to CIFS performance on OS X and cannot find a solution. I have even tried a complete reinstall and nothing helps. Below is my smb4.conf.
	
		
			
		
		
	
			
			I've looked at every post I can find related to CIFS performance on OS X and cannot find a solution. I have even tried a complete reinstall and nothing helps. Below is my smb4.conf.
Code:
[global]
    server max protocol = SMB3
    interfaces = 127.0.0.1 10.0.8.107
    bind interfaces only = yes
    encrypt passwords = yes
    dns proxy = no
    strict locking = no
    oplocks = yes
    deadtime = 15
    max log size = 51200
    max open files = 470216
    logging = file
    load printers = no
    printing = bsd
    printcap name = /dev/null
    disable spoolss = yes
    getwd cache = yes
    guest account = nobody
    map to guest = Bad User
    obey pam restrictions = yes
    directory name cache size = 0
    kernel change notify = no
    panic action = /usr/local/libexec/samba/samba-backtrace
    nsupdate command = /usr/local/bin/samba-nsupdate -g
    server string = FreeNAS Server
    ea support = yes
    store dos attributes = yes
    lm announce = yes
    hostname lookups = 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 = FREENAS
    workgroup = WORKGROUP
    security = user
    pid directory = /var/run/samba
    create mask = 0666
    directory mask = 0777
    client ntlmv2 auth = yes
    dos charset = CP437
    unix charset = UTF-8
    log level = 1
  
[Media]
    path = /mnt/vol1/media
    printable = no
    veto files = /.snapshot/.windows/.mac/.zfs/
    writeable = yes
    browseable = yes
    vfs objects = zfs_space zfsacl aio_pthread streams_xattr
    hide dot files = yes
    guest ok = no
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = true
    zfsacl:acesort = dontcare