Skip to content

Instantly share code, notes, and snippets.

@mcotton
Created November 19, 2020 03:51
Show Gist options
  • Save mcotton/3ce8c8cab98805b04b4ca16c819b8b15 to your computer and use it in GitHub Desktop.
Save mcotton/3ce8c8cab98805b04b4ca16c819b8b15 to your computer and use it in GitHub Desktop.
fix for smb shares disconnecting on Big Sur
https://www.reddit.com/r/MacOSBeta/comments/im0unc/smb_in_big_sur_beta_6/g3zevaf/
HI, these 2 commands in the terminal have fixed my SMB problem with the beta 6:
Open Terminal and type:
sudo sh -c 'echo "[default]\nsigning_required=no" > /etc/nsmb.conf'
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Quit terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment