Skip to content

Instantly share code, notes, and snippets.

@fire1ce
Last active March 17, 2018 18:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fire1ce/98dc9220005b90c900d753163d2c51e1 to your computer and use it in GitHub Desktop.
Save fire1ce/98dc9220005b90c900d753163d2c51e1 to your computer and use it in GitHub Desktop.
Fix Slow SMB File Transfers on mac OS

Mount the SMB share. Run the command

smbutil statshares -a

look for "SIGNING_ON TRUE", if "TRUE" run this command:

printf "[default]\nsigning_required=no\n" | sudo tee /etc/nsmb.conf >/dev/null

remount the smb share. run this command again:

smbutil statshares -a

"SIGNING_ON TRUE", should NOT be shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment