How can I improve SMB transfer speeds between macOS and QTS?


Last modified date: 2024-08-07

Applicable Products

QTS, QuTS


Solution

By default, SMB signing is enabled on macOS 10.11.5 to 10.13.3. This setting enhances the security of file transfers. but uses more system resources. You can disable SMB signing with the following process:

Note
Disabling SMB signing can decrease the security of file transfers.
  1. Start the Terminal on your macOS device.
  2. Create the nsmb.conf file.
    ShellShell
    sudo touch /etc/nsmb.conf
  3. Add content to the created conf file.
    ShellShell
    sudo bash -c 'echo "[default]" >> /etc/nsmb.conf' 
    sudo bash -c 'echo "signing_required=no" >> /etc/nsmb.conf'

The system disables SMB signing.

Re-enabling SMB signing

If you need to re-enable SMB signing later, use the following process:

  1. Start the Terminal on your macOS device.
  2. Remove the conf file.
    ShellShell
    sudo rm /etc/nsmb.conf

Further Reading

Was this article helpful?

66% of people think it helps.
Thank you for your feedback.

Please tell us how this article can be improved:

If you want to provide additional feedback, please include it below.

Choose specification

      Show more Less

      Choose Your Country or Region

      open menu
      back to top