How can I fix slow SMB file transfers on macOS 10.11.5?
Last updated:Jan 28, 2021
How can I fix slow SMB file transfers on macOS 10.11.5?
Purpose
For security reasons, Mac OS X 10.11.5 enables SMB client signing by default, thus impacting the transfer speed of SMB files. If you want to perform SMB file transfers over LAN (we do not recommend you to perform SMB file transfers via the Internet for security purposes), follow the instructions below to disable SMB client signing from the client end via /etc/nsmb.conf file.
Resolution
- Go to Applications > Utilities to open Terminal.
- Create an empty file /etc/nsmb.conf:
- Open /etc/nsmb.conf with vi:
- Modify the value of signing_required by entering the following:
- Press the Esc key and then type"ZZ" to save the changes and exit vi.
- Reboot your MAC.
sudo touch /etc/nsmb.conf
sudo vi /etc/nsmb.conf
[default]
signing_required=no