MacOS High Sierra 10.13.2 causing Finder crash

Since updating to MacOS High Sierra 10.13.2 (from 10.13.1), I cannot connect to my NAS unit or other computers on the network, and in attempting to do so, Finder crashes and will not relaunch. I cannot find a fix to this problem, and as a consequence, my MacBook Pro (with TouchPad 2016) has become an island. I share files between computers on the network as part of my work process so this is a pretty big issue.

MacBook Pro (15-inch, Late 2016), iOS 10.3.2

Posted on Dec 7, 2017 9:05 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 9, 2018 9:02 AM

The problem seems to stem from defaulting the connection to SMB version 3, which is somehow broken. Changing the connection string to CIFS:// reverts to the much slower SMB version 1. The solution to maintain relatively speedy connections and avoid the bug is to set the default connection to SMB version 2, instead. This will also maintain compatibility with Windows servers where SMB1 is disabled.


This answer from the JAMF forums seems to do the trick. Enter these two lines in the terminal. You will be asked for your admin password:

sudo echo "[default]" >> /etc/nsmb.conf sudo echo "protocol_vers_map=2" >> /etc/nsmb.conf

157 replies

Dec 15, 2017 2:12 AM in response to lfuller105

Had the same issue after installing the 10.13.2 update... I should have listen to my intuition not to install it after failing twice! It has been real headache to install the said update which has messed up big time and apparently many users...


Now I've seen some of the answers here below and you could also install macOS High Sierra 10.13.3 beta update, it worked out for me and stabilized the entire OS High Sierra system, but you need to subscribe to the Apple Beta program first! here is how:


Subscribe to Apple Beta:

Apple Beta Software Program

AppleConnect Sign In

enroll your Mac

Download Feedback Assistant:

Feedback Assistant

Do another backup with Time Machine:

How to use Time Machine to back up or restore your Mac - Apple Support


Once done then go to App Store and update the above mentioned update!


Let me know if it was helpful and more importantly, in a later stage if you have resolved this issue, as it seems that there are a high volume of issue with the 10.13.2 update, and it would be important to inform other users of a way to resolve it!


Good luck!

Dec 18, 2017 5:44 AM in response to andy72

Alredy try, but dosn't work


Without /etc/nsmb.conf

Command smbutil statshares -m /Volumes/Serverfolder/ report:

================================================================================ ==================

SHARE ATTRIBUTE TYPE VALUE

================================================================================ ==================

Serverfolder

SERVER_NAME ILDOM

USER_ID 2133810752

SMB_NEGOTIATE SMBV_NEG_SMB1_ENABLED

SMB_NEGOTIATE SMBV_NEG_SMB2_ENABLED

SMB_NEGOTIATE SMBV_NEG_SMB3_ENABLED

SMB_VERSION SMB_3.02

SMB_SHARE_TYPE DISK

SIGNING_SUPPORTED TRUE

SIGNING_REQUIRED TRUE

EXTENDED_SECURITY_SUPPORTED TRUE

LARGE_FILE_SUPPORTED TRUE

CLIENT_REQUIRES_SIGNING TRUE

FILE_IDS_SUPPORTED TRUE

DFS_SUPPORTED TRUE

FILE_LEASING_SUPPORTED TRUE

MULTI_CREDIT_SUPPORTED TRUE

DIR_LEASING_SUPPORTED TRUE

ENCRYPTION_SUPPORTED TRUE

SIGNING_ON TRUE


-------------------------------------------------------------------------------- ------------------


After the creation of /etc/nsmb.conf whith that content:


[default]

signing_required=no


Unmount, mount again.


Command smbutil statshares -m /Volumes/Serverfolder/ report:

================================================================================ ==================

SHARE ATTRIBUTE TYPE VALUE

================================================================================ ==================

Serverfolder

SERVER_NAME ILDOM

USER_ID 2133810752

SMB_NEGOTIATE SMBV_NEG_SMB1_ENABLED

SMB_NEGOTIATE SMBV_NEG_SMB2_ENABLED

SMB_NEGOTIATE SMBV_NEG_SMB3_ENABLED

SMB_VERSION SMB_3.02

SMB_SHARE_TYPE DISK

SIGNING_SUPPORTED TRUE

SIGNING_REQUIRED TRUE

EXTENDED_SECURITY_SUPPORTED TRUE

LARGE_FILE_SUPPORTED TRUE

FILE_IDS_SUPPORTED TRUE

DFS_SUPPORTED TRUE

FILE_LEASING_SUPPORTED TRUE

MULTI_CREDIT_SUPPORTED TRUE

DIR_LEASING_SUPPORTED TRUE

ENCRYPTION_SUPPORTED TRUE

SIGNING_ON TRUE


-------------------------------------------------------------------------------- ------------------


Exactly the same.

Dec 19, 2017 3:39 PM in response to lfuller105

I have the same issue. I am the lead IT Admin at my organization. I have followed the previous suggestions in this thread to switch to the CIFS protocol temporarily (very thankful for that suggestion), but as a much slower protocol, it has ground my entire marketing department, and any other media dependent users, to a halt.


This cannot go un-addressed. As a company we decided years ago to use Macs because of their bug-free nature, but lately our decision has really been challenged.

Dec 24, 2017 3:42 PM in response to Sefari

After several finder crashes and lockups, my system became unstable, coupled with a new issue - my Mac would no longer charge (the inability to charge has since been resolved). After several attempts at getting the OS back on my Mac with a clean build (it would hang with a critical error message, preventing installation) and loading my data back (no restore from Time Machine, simply copying of data), I am once again having the same Finder crashes when trying to connect via SMB to my NAS unit and/or other servers. This has been going on since December 8th after the update to 10.13.2. It is disappointing that I still see no viable solution on this thread or from Apple. I can transfer data using a Windows machine, but this option is hardly convenient.

Jan 3, 2018 7:19 AM in response to lfuller105

For reference to everyone using Windows:

SMB 1.0 – The version used in Windows 2000, Windows XP, Windows Server 2003 and Windows Server 2003 R2

SMB 2.0 – The version used in Windows Vista (SP1 or later) and Windows Server 2008

SMB 2.1 – The version used in Windows 7 and Windows Server 2008 R2

SMB 3.0 – The version used in Windows 8 and Windows Server 2012

SMB 3.02 – The version used in Windows 8.1 and Windows Server 2012 R2

SMB 3.1.1 – The version used in Windows 10 and Windows Server 2016

Jan 3, 2018 2:43 PM in response to Rayk217

How do you connect via cifs:// from the Finder? Shares that come up via smb:// produce the error "There was a problem connecting to the server 'Server'. Check the server name or IP address, and then try again."


smb:// mounts the share but replacing the prefix with cifs:// produces the error. Does cifs require mounting from the command line or can it be done from the Finder?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

MacOS High Sierra 10.13.2 causing Finder crash

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.