Click to earn websites...




How To: Detect what process is thrashing your hard drive



Every once in a while you notice that your hard drive is working extra hard for what seems like no reason.  A background process has taken your hard drive hostage, forcing it to thrash loudly as it struggles to keep up with the high rate of reads and writes.  Your computer responds slowly as the process overloads the physical limitations of your drive. What are you to do?
The solution is simple, although a little tricky at times: identify and stop the process that is killing your drive.  There are two methods and tools that you can use to identify the process.
Method 1
  1. Click on the Start Button and key in perfmon.exe /res and hit Enter. This should launch the Resource Monitor on Windows 7 and Windows Vista.
  2. On the overview screen click on the Disk section down arrow to see a list of all processes and the files they are writing or reading from your drives.
  3. Click on the Read, Write or Total headings to sort all disk operations to identify which process and file is currently using the disk the most.

Method 2
  1. Visit Microsoft’s Sysinternals web site and download Process Explorer.
  2. After you have started Process Explorer, click on the View menubar item and then Select Columns.
  3. Click on the Process I/O tab and check:
    • Reads
    • Read Bytes
    • Writes
    • Write Bytes
  4. Hit OK.
  5. You will now see the new columns listed for each process. To identify what process is killing your hard drive, just look for the process with the highest number of Reads or Bytes.

0 comments: