How can I find out what's blocking my device? (Sysinternals Process Explorer didn't help)

Amelio Vazquez-Reina

I have an eSATA docking station like the one in this picture:

                                                  enter image description here

Every now and then, when I try to eject my drive, Windows complains with the following message:

                  enter image description here

Things I tried:

  1. I followed the instructions in this thread: Can Windows tell me what is using my USB drive? and I have Sysinternals Process Explorer installed, but when I search for the drive letter (F:\ in my case) nothing pops up.

  2. Following Oliver Salzburg's suggestion I run mountvol on cmd and got the unique drive identifier that widnows reports is associated with F:\. I then searched for any handles referring to this identifier in Sysinternals Process Explorer but again nothing popped up.

  3. Following Alan's suggestion I tried Sysinternals handle, ahd this is what I got:

Handle v3.46 Copyright (C) 1997-2011 Mark Russinovich Sysinternals - www.sysinternals.com

svchost.exe pid: 1020 type: File 594: F:

svchost.exe pid: 1020 type: File 5C4: F:\$Extend\$ObjId

svchost.exe pid: 1020 type: File 604: F:\System Volume Information\tracking.log

I can see that svchost is blocking my process, which technically answers my question. Now, would anybody mind helping me figure out how, knowing this, I can unblock the device?

Alan B

Try the command line Handle utility, also from SysInternals.

At the prompt, issue:

handle f:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I find out what's wrong with my RAM?

From Dev

How do I find out what this unknown device is on my network?

From Dev

Can't find my app data on my device's file explorer

From Dev

How do I find out which process is using a file when Process Explorer and Handle doesn't work?

From Dev

How can I find out what motherboard is in my computer?

From Dev

How can I find out what my default gateway should be?

From Dev

How can I find out what this icon in my taskbar is?

From Dev

How can I find out more about this device in my wifi network?

From Dev

I didn't find my erroe anywhere

From Dev

Can I find out what process is generating certificate error popups?

From Dev

How can I figure out what process is constantly accessing my hard drive in Windows XP?

From Dev

Getting Runtime Error(SIGSEGV) on SPOJ , can't find out what's wrong in my code

From Dev

How can I find out what jQuery functions I use in my scripts?

From Dev

How can I find out the COM number of a serial device?

From Dev

Equivalent to Sysinternals Process Explorer on Linux

From Java

How can I find out what projection my pre-projected GeoJSON is using?

From Dev

How can I find out what thread is using CPU in my android application

From Dev

How can I find out what Wifi networks my iPhone knows about?

From Dev

How can I find out what nameservers have been assigned to my DNS?

From Java

my d3 line chart looks weird, I can't figure out what's wrong

From Dev

How to Find my App's /data/data using Android Device Monitor's File Explorer

From Dev

How do I figure out why my systemctl service didn't start on CentOS 7?

From Dev

How can I find out what "undo copy" will undo? I don't remember

From Dev

How do I find out what's linked to my Excel Worksheet?

From Dev

How do I find out what my ssh-key's finger print is?

From Dev

How can I find out the Screen server process?

From Dev

Can i find out symbolic link of opened device, when process IRP_MJ_READ?

From Dev

Can't figure out what's wrong with my if statement in JavaScript [Update Sept 1st It appears my for loop is running twice, how do I fix?]

From Dev

Can't find the Performance Explorer in my VS

Related Related

  1. 1

    How can I find out what's wrong with my RAM?

  2. 2

    How do I find out what this unknown device is on my network?

  3. 3

    Can't find my app data on my device's file explorer

  4. 4

    How do I find out which process is using a file when Process Explorer and Handle doesn't work?

  5. 5

    How can I find out what motherboard is in my computer?

  6. 6

    How can I find out what my default gateway should be?

  7. 7

    How can I find out what this icon in my taskbar is?

  8. 8

    How can I find out more about this device in my wifi network?

  9. 9

    I didn't find my erroe anywhere

  10. 10

    Can I find out what process is generating certificate error popups?

  11. 11

    How can I figure out what process is constantly accessing my hard drive in Windows XP?

  12. 12

    Getting Runtime Error(SIGSEGV) on SPOJ , can't find out what's wrong in my code

  13. 13

    How can I find out what jQuery functions I use in my scripts?

  14. 14

    How can I find out the COM number of a serial device?

  15. 15

    Equivalent to Sysinternals Process Explorer on Linux

  16. 16

    How can I find out what projection my pre-projected GeoJSON is using?

  17. 17

    How can I find out what thread is using CPU in my android application

  18. 18

    How can I find out what Wifi networks my iPhone knows about?

  19. 19

    How can I find out what nameservers have been assigned to my DNS?

  20. 20

    my d3 line chart looks weird, I can't figure out what's wrong

  21. 21

    How to Find my App's /data/data using Android Device Monitor's File Explorer

  22. 22

    How do I figure out why my systemctl service didn't start on CentOS 7?

  23. 23

    How can I find out what "undo copy" will undo? I don't remember

  24. 24

    How do I find out what's linked to my Excel Worksheet?

  25. 25

    How do I find out what my ssh-key's finger print is?

  26. 26

    How can I find out the Screen server process?

  27. 27

    Can i find out symbolic link of opened device, when process IRP_MJ_READ?

  28. 28

    Can't figure out what's wrong with my if statement in JavaScript [Update Sept 1st It appears my for loop is running twice, how do I fix?]

  29. 29

    Can't find the Performance Explorer in my VS

HotTag

Archive