Created
November 19, 2020 03:51
-
-
Save mcotton/3ce8c8cab98805b04b4ca16c819b8b15 to your computer and use it in GitHub Desktop.
fix for smb shares disconnecting on Big Sur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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