{"id":3340,"date":"2025-11-18T16:30:06","date_gmt":"2025-11-18T16:30:06","guid":{"rendered":"https:\/\/emojifaces.org\/blog\/?p=3340"},"modified":"2025-11-18T16:42:26","modified_gmt":"2025-11-18T16:42:26","slug":"when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance","status":"publish","type":"post","link":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/","title":{"rendered":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance"},"content":{"rendered":"<p>It started out of nowhere\u2014my macOS Finder would regularly freeze when trying to access a shared network drive. These weren&#8217;t exotic or particularly large drives, just standard Samba (SMB) shares hosted on a reliable NAS in a small office environment. The problem wasn\u2019t immediate; it crept in gradually after a system update, and soon navigating network files became a frustrating, time-wasting ordeal.<\/p>\n<p><strong>TL;DR:<\/strong> If your macOS Finder freezes when accessing SMB network drives, the issue may be related to <em>SMB signing<\/em>. Disabling SMB signing on macOS can significantly improve network file browsing performance, especially when working with older or underpowered NAS devices. This workaround isn\u2019t ideal from a security perspective, so it&#8217;s essential to weigh the trade-offs. Follow the outlined steps carefully to test whether this solution works for your environment.<\/p>\n<h2>Understanding the Issue: Finder Freezes on SMB Access<\/h2>\n<p>macOS Finder is usually responsive, even when working over a local network. So it was particularly jarring when accessing my file server began causing slowdowns, spinning beach balls, and even full-on system freezes. Logging in to a server via <code>Command + K<\/code> and mounting the drive worked\u2014but as soon as I clicked on any folder or drilled into a directory that contained a moderate number of files (say 50 or more), the Finder would lock up for 10\u201320 seconds.<\/p>\n<p>Sometimes, the only fix was to force-quit Finder or even reboot the system. This issue affected daily workflows and made working directly off the network share nearly impossible.<\/p>\n<h3>Initial Troubleshooting Attempts<\/h3>\n<p>I began with a standard set of troubleshooting tactics that are often successful with local network issues:<\/p>\n<ul>\n<li>Restarted both the Mac and the NAS<\/li>\n<li>Tested different macOS user accounts<\/li>\n<li>Mounted the drives using both the server name and IP address<\/li>\n<li>Tested on different local networks (wired and wireless)<\/li>\n<li>Used <code>smbutil statshares<\/code> to check mount stats<\/li>\n<\/ul>\n<p>These steps ruled out network routing issues, user profile corruption, and even Wi-Fi-specific problems. But the problem remained: Finder struggled (and sometimes failed) to list the contents of network directories. Interestingly, accessing the files via the command line using <code>ls<\/code> or using third-party file managers was much faster\u2014clearly pointing to something specific within the Finder + SMB interaction.<\/p>\n<h2>Suspecting SMB Signing<\/h2>\n<p>After diving into macOS documentation and several network-focused forums, I came across multiple users reporting that <strong>SMB signing<\/strong>\u2014a protocol feature that ensures the authenticity of SMB packets\u2014was responsible for similar slowdowns. Although SMB signing provides a layer of security, it comes at a performance cost.<\/p>\n<p>Here\u2019s what I found:<\/p>\n<ul>\n<li>macOS, beginning with Monterey, enforces SMB packet signing more strictly.<\/li>\n<li>Performance issues often occur when the NAS or SMB server has limited resources or incompatible signing configurations.<\/li>\n<li>Disabling client-side SMB signing in macOS can boost file browsing performance significantly\u2014especially for local, trusted networks.<\/li>\n<\/ul>\n<p>The signs pointed toward this being a potential root cause of the Finder freezes. I then decided to test the SMB signing workaround that several users had recommended.<\/p>\n<h2>The SMB Signing Workaround<\/h2>\n<p>To disable SMB signing on macOS, you need to modify the system\u2019s SMB configuration file. Here&#8217;s how I did it:<\/p>\n<h3>Step-by-Step Instructions<\/h3>\n<p><strong>1. Create or edit the SMB configuration file:<\/strong><\/p>\n<pre><code>sudo nano \/etc\/nsmb.conf<\/code><\/pre>\n<p><strong>2. Insert the following lines:<\/strong><\/p>\n<pre><code>[default]\nsigning_required=no<\/code><\/pre>\n<p>This setting tells macOS not to require SMB packet signing for all SMB mounts by default.<\/p>\n<p><strong>3. Save and exit the file:<\/strong> Press <code>Control + X<\/code>, then <code>Y<\/code>, and hit <code>Enter<\/code>.<\/p>\n<p><strong>4. Restart your Mac<\/strong> to apply the changes.<\/p>\n<p>After that, I re-mounted the network shares and started testing folder navigation in Finder.<\/p>\n<h3>The Results<\/h3>\n<p>Almost immediately, the difference was noticeable. Network directories that previously took 15\u201320 seconds to open appeared in under a second. Finder no longer froze. The system remained responsive while switching between folders and listing large image libraries and project directories.<\/p>\n<p>The performance, although not identical to browsing local drives, became acceptable and reliable again\u2014restoring a significant chunk of daily productivity.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2026\/02\/person-using-macbook-pro-on-black-table-digital-marketing-workflow-seo-tools-on-laptop-website-analytics-comparison.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2026\/02\/person-using-macbook-pro-on-black-table-digital-marketing-workflow-seo-tools-on-laptop-website-analytics-comparison.jpg 1080w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2026\/02\/person-using-macbook-pro-on-black-table-digital-marketing-workflow-seo-tools-on-laptop-website-analytics-comparison-300x200.jpg 300w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2026\/02\/person-using-macbook-pro-on-black-table-digital-marketing-workflow-seo-tools-on-laptop-website-analytics-comparison-1024x683.jpg 1024w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2026\/02\/person-using-macbook-pro-on-black-table-digital-marketing-workflow-seo-tools-on-laptop-website-analytics-comparison-768x512.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Security Considerations<\/h2>\n<p>It\u2019s crucial to understand the trade-off involved in disabling SMB signing. SMB signing is a security feature that helps prevent man-in-the-middle attacks by validating the authenticity of the server. Disabling it reduces that verification, which could be a concern in open or hostile networks.<\/p>\n<p>In my case, the NAS and Mac were located within a small, secure office LAN with strong physical and logical security policies in place. If you\u2019re accessing files over VPN or untrusted networks, this workaround may not be appropriate or secure enough for your usage.<\/p>\n<h3>Other Safety Options<\/h3>\n<ul>\n<li>Instead of disabling SMB signing globally, you can configure it for just specific hosts (see additional options in comments of <code>\/etc\/nsmb.conf<\/code>).<\/li>\n<li>If working within a larger organization, consult your IT department before disabling signing.<\/li>\n<li>Ensure your NAS has the latest firmware and supports modern SMB versions (preferably SMBv3).<\/li>\n<\/ul>\n<h2>Alternative Fixes Explored<\/h2>\n<p>Before arriving at the SMB signing workaround, I explored several other options. Some yielded minor benefits, while others gave no improvement. Here are alternatives you might consider depending on your setup:<\/p>\n<ul>\n<li><strong>Change the SMB version:<\/strong> You can force macOS to use a specific SMB version like SMB2\u2014which can help with older NAS devices\u2014but this may impact file compatibility.<\/li>\n<li><strong>Use NFS instead:<\/strong> If your NAS supports NFS and you\u2019re comfortable managing Unix permissions, this protocol often provides better performance than SMB.<\/li>\n<li><strong>Switching File Browsers:<\/strong> Apps like Path Finder or ForkLift handle network shares differently and sometimes more efficiently than Finder.<\/li>\n<\/ul>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"750\" src=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/black-flat-screen-computer-monitor-finder-settings-smb-config-macos-terminal.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/black-flat-screen-computer-monitor-finder-settings-smb-config-macos-terminal.jpg 1080w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/black-flat-screen-computer-monitor-finder-settings-smb-config-macos-terminal-300x208.jpg 300w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/black-flat-screen-computer-monitor-finder-settings-smb-config-macos-terminal-1024x711.jpg 1024w, https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/black-flat-screen-computer-monitor-finder-settings-smb-config-macos-terminal-768x533.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Conclusion<\/h2>\n<p>When Finder starts freezing in macOS as you access network shares, it doesn\u2019t take long before the issue becomes disruptive. After much frustration and testing, I found that disabling SMB signing on macOS resulted in a significant, consistent improvement in performance. This solution may not be ideal for everyone\u2014especially if security policies require SMB signing\u2014but for trusted internal networks, it&#8217;s a workaround worth trying.<\/p>\n<p>Always take a methodical approach\u2014test it in a safe environment first, and consider the broader implications of any system-level changes. For me, this fix brought Finder back to life and made my shared drives usable once again.<\/p>\n<p>If you&#8217;re struggling with a similar issue, I hope this breakdown helps you resolve it with fewer headaches than I endured.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It started out of nowhere\u2014my macOS Finder would regularly freeze when trying to access a shared network drive. These weren&#8217;t &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance\" class=\"read-more button\" href=\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#more-3340\" aria-label=\"Read more about When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance\">Read more<\/a><\/p>\n","protected":false},"author":39,"featured_media":3228,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[485],"tags":[],"class_list":["post-3340","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","resize-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e\" \/>\n<meta property=\"og:description\" content=\"It started out of nowhere\u2014my macOS Finder would regularly freeze when trying to access a shared network drive. These weren&#8217;t ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\" \/>\n<meta property=\"og:site_name\" content=\"EmojiFaces Blog \ud83d\ude0e\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-18T16:30:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-18T16:42:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jame Miller\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jame Miller\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\"},\"author\":{\"name\":\"Jame Miller\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6\"},\"headline\":\"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance\",\"datePublished\":\"2025-11-18T16:30:06+00:00\",\"dateModified\":\"2025-11-18T16:42:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\"},\"wordCount\":1040,\"publisher\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\",\"url\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\",\"name\":\"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e\",\"isPartOf\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg\",\"datePublished\":\"2025-11-18T16:30:06+00:00\",\"dateModified\":\"2025-11-18T16:42:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage\",\"url\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg\",\"contentUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg\",\"width\":1080,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/emojifaces.org\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#website\",\"url\":\"https:\/\/emojifaces.org\/blog\/\",\"name\":\"EmojiFaces Blog \ud83d\ude0e\",\"description\":\"Simple Emoji Keyboard to Copy &amp; Paste\",\"publisher\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/emojifaces.org\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#organization\",\"name\":\"EmojiFaces Blog \ud83d\ude0e\",\"url\":\"https:\/\/emojifaces.org\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png\",\"contentUrl\":\"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png\",\"width\":312,\"height\":63,\"caption\":\"EmojiFaces Blog \ud83d\ude0e\"},\"image\":{\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6\",\"name\":\"Jame Miller\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g\",\"caption\":\"Jame Miller\"},\"description\":\"I'm Jame Miller, a cybersecurity analyst and blogger. Sharing knowledge on online security, data protection, and privacy issues is what I do best.\",\"url\":\"https:\/\/emojifaces.org\/blog\/author\/jamesm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/","og_locale":"en_US","og_type":"article","og_title":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e","og_description":"It started out of nowhere\u2014my macOS Finder would regularly freeze when trying to access a shared network drive. These weren&#8217;t ... Read more","og_url":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/","og_site_name":"EmojiFaces Blog \ud83d\ude0e","article_published_time":"2025-11-18T16:30:06+00:00","article_modified_time":"2025-11-18T16:42:26+00:00","og_image":[{"width":1080,"height":720,"url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg","type":"image\/jpeg"}],"author":"Jame Miller","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jame Miller","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#article","isPartOf":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/"},"author":{"name":"Jame Miller","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6"},"headline":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance","datePublished":"2025-11-18T16:30:06+00:00","dateModified":"2025-11-18T16:42:26+00:00","mainEntityOfPage":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/"},"wordCount":1040,"publisher":{"@id":"https:\/\/emojifaces.org\/blog\/#organization"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/","url":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/","name":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance - EmojiFaces Blog \ud83d\ude0e","isPartOf":{"@id":"https:\/\/emojifaces.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg","datePublished":"2025-11-18T16:30:06+00:00","dateModified":"2025-11-18T16:42:26+00:00","breadcrumb":{"@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#primaryimage","url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg","contentUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2025\/11\/silver-macbook-showing-application-wordpress-plugins-accessibility-ada-compliance.jpg","width":1080,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/emojifaces.org\/blog\/2025\/11\/18\/when-macos-finder-froze-every-time-i-accessed-network-drives-and-the-smb-signing-workaround-that-fixed-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/emojifaces.org\/blog\/"},{"@type":"ListItem","position":2,"name":"When macOS Finder Froze Every Time I Accessed Network Drives and the SMB Signing Workaround That Fixed Performance"}]},{"@type":"WebSite","@id":"https:\/\/emojifaces.org\/blog\/#website","url":"https:\/\/emojifaces.org\/blog\/","name":"EmojiFaces Blog \ud83d\ude0e","description":"Simple Emoji Keyboard to Copy &amp; Paste","publisher":{"@id":"https:\/\/emojifaces.org\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/emojifaces.org\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/emojifaces.org\/blog\/#organization","name":"EmojiFaces Blog \ud83d\ude0e","url":"https:\/\/emojifaces.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png","contentUrl":"https:\/\/emojifaces.org\/blog\/wp-content\/uploads\/2022\/07\/cropped-emojifaces-logo.png","width":312,"height":63,"caption":"EmojiFaces Blog \ud83d\ude0e"},"image":{"@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/a0f9a21c48eb810387960779e71189a6","name":"Jame Miller","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emojifaces.org\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/906d8a8fa6c3e14384c5577430fce80ea6f816e5fc083e2bc39ab04d01d06283?s=96&d=mm&r=g","caption":"Jame Miller"},"description":"I'm Jame Miller, a cybersecurity analyst and blogger. Sharing knowledge on online security, data protection, and privacy issues is what I do best.","url":"https:\/\/emojifaces.org\/blog\/author\/jamesm\/"}]}},"_links":{"self":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/3340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/comments?post=3340"}],"version-history":[{"count":2,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/3340\/revisions"}],"predecessor-version":[{"id":3348,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/posts\/3340\/revisions\/3348"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/media\/3228"}],"wp:attachment":[{"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/media?parent=3340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/categories?post=3340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emojifaces.org\/blog\/wp-json\/wp\/v2\/tags?post=3340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}