How can I find out what is using the hard disk?

17

3

Possible Duplicates:
hard drive activity by program?
What is causing hard drive grinding?

Once or twice a day my computer starts writing significantly hard to the hard drive, the HD led is ON and the performance hit is noticeable. A strange observation is that the Task Viewer does not show I/O activity - even Process Explorer shows no CPU activity and no I/O bytes read or written.

Is there a way to know which application is using the hard drive and how much data is it reading or writing?

Ignacio Soler Garcia

Posted 2010-01-20T07:55:30.287

Reputation: 1 729

Question was closed 2011-08-19T12:20:24.253

3

This has been asked before. You can find more info here: http://superuser.com/questions/69326/hard-drive-activity-by-program or here: http://superuser.com/questions/13192/what-is-causing-hard-drive-grinding

– alex – 2010-01-20T08:46:48.450

3The answers there does not apply to my question as I said that the Process Explorer is not showing anything. – Ignacio Soler Garcia – 2010-01-20T09:32:10.813

4@Ivo - this is not a duplicate, as he tried the solutions on the other questions, and they are not working for him, as he explained. This is a different problem. Commenting over the other question won't help him, as he can't describe his problem, he would only be able to post an answer... And this is not an answer, it's a question. Voting to reopen. – Gnoupi – 2010-01-20T09:38:31.717

Voila :) Though I hope someone will actually solve his problem here then! – Ivo Flipse – 2010-01-20T10:06:07.897

Answers

14

Windows 7 and 8 has a nice and improved Resource Monitor that shows some nice stats about the current disk activity.

Resource monitor screen shot

Svish

Posted 2010-01-20T07:55:30.287

Reputation: 27 731

Thanks! For me 'Resource Monitor' shows the I/O as belonging to "System" - I wonder if procexp isn't accounting for it because of that (though procexp does account for CPU use by 'System"). Anyway, 'Resource Monitor' also shows the file(s) that are accounting for the I/O , so it's clear that Firefox is responsible. Time to restart my browser. – Michael Burr – 2013-11-21T05:33:59.057

2

I find it really strange that Process Explorer is not showing it. It should show all processes, normally, and you should see the culprit in it.

Try eventually with Process Monitor. It will be more messy and will require filtering, but at least you should find for sure what is using your hard-drive.

procmon screenshot

Gnoupi

Posted 2010-01-20T07:55:30.287

Reputation: 7 909

As far as I know ProcessExplorer does not show system HD activity. Maybe I can try with Process Monitor but will be hard to diagnotic anyway due to the fact that when this happens the performance degradation is really heavy. – Ignacio Soler Garcia – 2010-01-20T09:33:28.000

0

I agree that Process Monitor is far too bulky and burdensome both in usage and resources.

Since you are running Windows XP, you can still use FileMon. However, you’ll have to find a copy since Mark pulled it once he released ProcMon (even though RegMon/FileMon are much faster and easier to use).

For an even lower-level view, you can use DiskMon, though it does not show process information.

Synetech

Posted 2010-01-20T07:55:30.287

Reputation: 63 242