Process Explorer: How to check what process is holding the external disk

process-explorer

I have an external disk (MyBook) that I always plug in and out of my PC. The problem now is that when I want to stop the MyBook USB device, I get a "cannot be stopped right now" error.

Is there any way, to use the Process Explorer to check what is holding my external disk, and thus preventing me from stopping it?

Best Answer

Hit menu Find -> Handle or DLL... and then put in the drive letter for your external drive, for example, F:\. This should show you a list of all of the processes holding handles (links to files) on that drive.

From @nwboson: Be sure to run procexp.exe as an administrator to ensure you are searching all processes. That is, don't just click on Process Explorer to run it, but instead right click it and do a 'Run as Administrator'.

Related Question