0

I have a set of external hard disks I'm using for backups, so except for the backup in the middle of the night they shouldn't show any activity. Now on one of the drives the LED has been blinking for hours, indicating some activity.

Is there a way to find which program/process is accessing the drive?

I'm using Windows 7 Home Premium.

stevenvh
  • 1,199

1 Answers1

3

Yes there is. Open Resource Monitor from Windows Task Manager's Performance tab and go to Disk tab. You can simply type "resource monitor" in the start menu also.

Under the Disk tab all the processes with disk activity are listed down along with their PID and read/write speed. You can kill a process from there directly by right clicking it and then End Process or End Process Tree.

enter image description here

Ayan
  • 3,029