<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									macOS - See what applications are locking your disk (cannot unmount) - Apple/Mac Hardware				            </title>
            <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 15 Jun 2026 20:38:52 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: macOS - See what applications are locking your disk (cannot unmount)</title>
                        <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-2276</link>
                        <pubDate>Wed, 08 Jul 2020 11:54:12 +0000</pubDate>
                        <description><![CDATA[Thanks brownelon258 😊 - I very much appreciate the feedback, and apologies for the late response. For some reason I overlooked you post 😔]]></description>
                        <content:encoded><![CDATA[<p>Thanks <a href="https://www.tweaking4all.com/forum/profile/brownelon258/">brownelon258</a> 😊 - I very much appreciate the feedback, and apologies for the late response. <br />For some reason I overlooked you post 😔</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/applemac-hardware/">Apple/Mac Hardware</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-2276</guid>
                    </item>
				                    <item>
                        <title>RE: macOS - See what applications are locking your disk (cannot unmount)</title>
                        <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-2089</link>
                        <pubDate>Tue, 07 Apr 2020 06:43:21 +0000</pubDate>
                        <description><![CDATA[Hi,Thank you so much for sharing this informative and helpful answer. I must say,the way you elobrate the idea is an incredible, I&#039;m really imaze the way that you describe the things. Please...]]></description>
                        <content:encoded><![CDATA[<p>Hi,Thank you so much for sharing this informative and helpful answer. I must say,the way you elobrate the idea is an incredible, I'm really imaze the way that you describe the things. Please keep doin..</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/applemac-hardware/">Apple/Mac Hardware</category>                        <dc:creator>brownelon258</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-2089</guid>
                    </item>
				                    <item>
                        <title>macOS - See what applications are locking your disk (cannot unmount)</title>
                        <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-565</link>
                        <pubDate>Sat, 16 Nov 2019 08:39:08 +0000</pubDate>
                        <description><![CDATA[Sometimes your Mac doesn&#039;t like to let go of a disk and unmounting somehow fails.Often this is because some applications is &quot;locking&quot; the disk and refuses to let it go for an unmount.Now how...]]></description>
                        <content:encoded><![CDATA[<p>Sometimes your Mac doesn't like to let go of a disk and unmounting somehow fails.</p><p>Often this is because some applications is "locking" the disk and refuses to let it go for an unmount.<br>Now how do we find out what application this is?</p><p>First step; determine where the disk is mounted - in Terminal.<br>Quite often this is a directory in /Volumes/, for example /Volumes/MyDisk.</p><p>Next step we use <b>lsof</b>&nbsp; (<b>l</b>i<b>s</b>t <b>o</b>pen <b>f</b>iles) in Terminal, but we do need sudo (admin) rights for that.</p><pre>sudo lsof /Volumes/MyDisk</pre><p>This should display a list, for example something like this:</p><pre>COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME<br>mds         180 root   23r   DIR   53,2    16384    2 /Volumes/MyDisk<br>mds         180 root   27r   DIR   53,2    16384    2 /Volumes/MyDisk<br>Finder    11722 hans   51r   DIR   53,2    16384    2 /Volumes/MyDisk
QuickLook <b>11732</b> has    9r    REG   52,3  1143491 7862 /Volumes/MyDisk/SomePicture.JPG</pre><p>Here we see that "mds" and "Finder" are currently accessing your disk.<br>In this care it's very unlikely that either of these "lock" your disk.</p><p>"<b>QuickLook</b>" on the other hand seem to have a file open - and is most likely the case the one locking your disk.</p><p>To stop this, you can "kill" that particular task as such - <b>CAUTION</b>&nbsp;when killing a task, unsaved data in the application will be lost!<br>First determine the PID, the Process ID. So here that would be "<b>11732</b>".<br>Next kill it:</p><pre>sudo kill 11732</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/applemac-hardware/">Apple/Mac Hardware</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/applemac-hardware/macos-see-what-applications-are-locking-your-disk-cannot-unmount/#post-565</guid>
                    </item>
							        </channel>
        </rss>
		