We use cookies on this website. To find out more about cookies and how they are used on this website, see our Privacy Policy.
By clicking ‘Continue’, you hereby agree with our use of cookies.

Knowledge Base

How to Fix Slow File Transfer on Mac Using SMB Signing?

Last modified date: Thu, 24 Oct 2024 15:58:00 GMT+8

Symptoms

If you encounter slow file transfer in SMB connection but the local file transfer speed via AFP is normal, this may be due to the signing-on feature. When SMB is enabled (which is by default), you may encounter slow SMB performance.

Analysis of the Problem

What are the effects of enabling SMB signing? After you enable SMB signing, the network performance of SMB Direct together with the network adapter is significantly reduced.

Solution

To fix SMB file transfer issues, follow these steps:

  • Connect Your Mac to Your GS System Using SMB:
    Ensure that your Mac is connected to the GS system via SMB.
  • Launch Terminal on Your Mac:
    Open the Terminal application on your problematic Mac system.
    Open the Terminal application
  • Check SMB Signing Status:
    1. Enter the command smbutil statshares -a to display the attributes screen.
    2. If SIGNING_ON is shown as TRUE, proceed to the next step to disable this feature.
  • Disable SMB Signing:
    Enter the command
    printf "[default]\nsigning_required=no\n" | sudo tee /etc/nsmb.conf > /dev/null to turn off SIGNING_ON.
  • Confirm SMB Signing Status:
    Enter the command smbutil statshares -a to confirm if SIGNING_ON is no longer displayed. This means that the signing feature has been turned off.
    the signing feature has been turned off
  • Reconnect to the NAS Server:
    Unmount the NAS server and reconnect it via Mac's Finder.
  • Validate SMB File Transfer Performance:
    Check if the SMB file transfer performance has improved.

Was this article helpful?Yes | No

Thank you for your feedback!

Do you have any other feedback for this article?

{{ vm.showErrorMessage }}