PC Review


Reply
Thread Tools Rate Thread

Constant hard drive activity on new XP Pro install

 
 
Justin
Guest
Posts: n/a
 
      25th Nov 2007
The HDD light blinks every 1 to 2 seconds while idle on the new box I just
built and installed XP Pro SP2 on. The motherboard has the NVIDIA 570
chipset (SATA and PATA controllers) and 2GB of RAM. This is what I've
learned about the situation:
- it doesn't matter if I install XP on a PATA or SATA drive
- it doesn't matter if the disks have write caching enabled
- the HDD light will blink even during an idle period (like waiting on user
input) during install of the OS
- the light does not blink if using Win98 or booted into DOS
- it doesn't matter if I have the system drivers installed or not
- installed XP three times (using different drives) and get same results

This machine hasn't been on any network or the web (but did a virus scan on
a previous install, but no probs). Right now it is as bare as it can get so
it can't be third-party prgs or junk running in the background. I don't see
anything unusual in Task Mgr except the OS activation notification and I have
all the Windows Security stuff turned off (so I get the neat red shield in
the sys tray). I ran Sysinternals utils trying to track down the HDD hits
and the best I can see there is nothing atypical going on.

I work on several modern XP Pro boxes at work and haven't noticed this. I'd
like to get this resolved before I move to this new box.

What is causing this constant HDD activity on idle and how do I stop it!?!?

Thanks,
Justin
 
Reply With Quote
 
 
 
 
VanguardLH
Guest
Posts: n/a
 
      25th Nov 2007
"Justin" wrote in message
news:0BA1E884-5B83-4687-8666-(E-Mail Removed)...
> The HDD light blinks every 1 to 2 seconds while idle on the new box
> I just
> built and installed XP Pro SP2 on. ...
> What is causing this constant HDD activity on idle and how do I stop
> it!?!?


Turn of indexing.
Start -> Search -> For Files or Folders
Click chevron next to "Search Options" to expand the list.
Check if "Indexing Service" is enabled or not.
If enabled, disable it.

Open Task Manager.
Go to the Processes tab.
View -> Select Columns.
Add the I/O Reads and I/O Writes columns.
Might show you which process is doing all the hard disk activity.

Or use SysInternals' FileMon to monitor file activity.

 
Reply With Quote
 
Justin
Guest
Posts: n/a
 
      25th Nov 2007
Vangaurd,
Indexing was never turned on (it must be off by default). The only process
I see with I/O activity in Task Mgr is lsass.exe and one of the
svchost.exe's. I've seen similar activity on other boxes but there is no HDD
activity.

Justin

"VanguardLH" wrote:

> "Justin" wrote in message
> news:0BA1E884-5B83-4687-8666-(E-Mail Removed)...
> > The HDD light blinks every 1 to 2 seconds while idle on the new box
> > I just
> > built and installed XP Pro SP2 on. ...
> > What is causing this constant HDD activity on idle and how do I stop
> > it!?!?

>
> Turn of indexing.
> Start -> Search -> For Files or Folders
> Click chevron next to "Search Options" to expand the list.
> Check if "Indexing Service" is enabled or not.
> If enabled, disable it.
>
> Open Task Manager.
> Go to the Processes tab.
> View -> Select Columns.
> Add the I/O Reads and I/O Writes columns.
> Might show you which process is doing all the hard disk activity.
>
> Or use SysInternals' FileMon to monitor file activity.

 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
 
      25th Nov 2007
"Justin" wrote in message
news:5ADC92C2-7F2C-46D0-88F8-(E-Mail Removed)...
> Vangaurd,
> Indexing was never turned on (it must be off by default). The only
> process
> I see with I/O activity in Task Mgr is lsass.exe and one of the
> svchost.exe's. I've seen similar activity on other boxes but there
> is no HDD
> activity.



You'll need to use SysInternals' Process Explorer to see what NT
services are rolled into the svchost.exe that has the high disk
activity.

 
Reply With Quote
 
Justin
Guest
Posts: n/a
 
      25th Nov 2007
Vanguard,
There are no children attached to either lsass.exe or the particular
svchost.exe that is producing I/O activity.

I appreciate the info!

Justin

"VanguardLH" wrote:
>
> You'll need to use SysInternals' Process Explorer to see what NT
> services are rolled into the svchost.exe that has the high disk
> activity.


 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
 
      26th Nov 2007
"Justin" wrote in message
news:E6365019-F65A-4016-94A9-(E-Mail Removed)...
>
> "VanguardLH" wrote:
>>
>> You'll need to use SysInternals' Process Explorer to see what NT
>> services are rolled into the svchost.exe that has the high disk
>> activity.

>


> There are no children attached to either lsass.exe or the particular
> svchost.exe that is producing I/O activity.


svchost.exe is not itself a service. By itself, svchost.exe doesn't
do anything. At least one NT service has to be rolled under an
instance of svchost.exe.

In Process Explorer and when you hover the mouse cursor over an
instance of svchost.exe, a popup window should show what services got
rolled into that instance of svchost.exe. Alternatively, right-click
on the instance of svchost.exe, select Properties, and look under the
Services tab.

 
Reply With Quote
 
Justin
Guest
Posts: n/a
 
      26th Nov 2007
I get DcomLaunch and TermService. They look like core OS services.

"VanguardLH" wrote:
> In Process Explorer and when you hover the mouse cursor over an
> instance of svchost.exe, a popup window should show what services got
> rolled into that instance of svchost.exe. Alternatively, right-click
> on the instance of svchost.exe, select Properties, and look under the
> Services tab.

 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
 
      26th Nov 2007
"Justin" <(E-Mail Removed)> wrote in message
news:07609771-A9A5-4CCA-B820-(E-Mail Removed)...
>I get DcomLaunch and TermService. They look like core OS services.
>
> "VanguardLH" wrote:
>> In Process Explorer and when you hover the mouse cursor over an
>> instance of svchost.exe, a popup window should show what services
>> got
>> rolled into that instance of svchost.exe. Alternatively,
>> right-click
>> on the instance of svchost.exe, select Properties, and look under
>> the
>> Services tab.



You sure that instance of svchost.exe is generating all the drive
activity? Doesn't seem those services would do that (although
DcomLaunch might be running something else).

Drive activity go away if you yank the network cable from the host?

 
Reply With Quote
 
Justin
Guest
Posts: n/a
 
      26th Nov 2007
"VanguardLH" wrote:

> "Justin" <(E-Mail Removed)> wrote in message
> news:07609771-A9A5-4CCA-B820-(E-Mail Removed)...
> >I get DcomLaunch and TermService. They look like core OS services.
> >
> > "VanguardLH" wrote:
> >> In Process Explorer and when you hover the mouse cursor over an
> >> instance of svchost.exe, a popup window should show what services
> >> got
> >> rolled into that instance of svchost.exe. Alternatively,
> >> right-click
> >> on the instance of svchost.exe, select Properties, and look under
> >> the
> >> Services tab.

>
> You sure that instance of svchost.exe is generating all the drive
> activity? Doesn't seem those services would do that (although
> DcomLaunch might be running something else).
>
> Drive activity go away if you yank the network cable from the host?


Note from the original post that this computer is not on a network, thus
there is no cable to yank. I can't say for sure if this process is causing
the activity, but I do know both the I/O changes and the HDD light flicker
every second, so they are at least the same frequency.
 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
 
      26th Nov 2007
Did you ever see what files were getting written and by what process
by using Filemon? With the poll interval used by Task Manager, you
might not ever see the process go up in CPU usage that is causing the
short drive activity.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Constant hard drive activity on new XP Pro install Justin Windows XP Help 14 26th Nov 2007 10:40 PM
Constant Hard Drive Activity - Can't Stop Blinking Seagate Windows XP General 9 5th Mar 2007 03:58 AM
Constant Hard Drive Activity Driving Me CRAZY Nick Mercardante Windows XP Hardware 3 22nd Apr 2005 04:15 AM
Constant Hard drive activity? K&JG Windows XP General 4 24th Oct 2003 06:27 PM
Re: Constant hard drive activity. Bill Crocker Windows XP General 0 3rd Sep 2003 02:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:42 AM.