Skip to content

Instantly share code, notes, and snippets.

@ozke
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozke/54570f5969d7d92e24f9 to your computer and use it in GitHub Desktop.
Save ozke/54570f5969d7d92e24f9 to your computer and use it in GitHub Desktop.
10.9: Switch the SMB stack to use SMB1 as default (from http://hints.macworld.com/article.php?story=20131122083837447)
#If that doesn't help, then there is a way to change all connections that use SMB1 by entering this command in Terminal:
echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
#To restore the default SMB2 you simply need to delete the newly created configuration file (nsmb.conf) with the command:
rm ~/Library/Preferences/nsmb.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment