Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HDD constantly working I have plenty of memory

Status
Not open for further replies.

somi

Technical User
Nov 4, 2001
3
US
About 1 week ago I started hearing my HDD constantly spinning I have 512k memory on a windows XP pro AMD 1.2 Athlon system. I have run scandisk, defrag, and disk cleanup with no results. If I completely shut down my computer it doesn't start to do the constant spin till about 5 minutes after boot up. Any help would be greatly appreciated.
 
A virus can cause this also, or if you have a corrupted swap file.
Something else to look into, if you have a folder with over 2GB of files in it. Not including in subfolders.
Don't ask me why but something that I have noticed with WinME as well as xp. If a folder has close to or more than 2GB of files or programs in it, not includding subfolders, it will cause a lot of hdd activety as well as the system will start moving slowly.
[lightsaber]
 
Just try and hit Ctrl-Shift-Escape (get the taskmanager running) and see which processes are using CPU cycles.. It could be the prefetching process, although that isn't scheduled to run before 30 mins of idle time. (Ofcourse to rule that out, you could force it to run

run:
Code:
rundll32 advapi32.dll,ProcessIdleTasks

so that it won't start for another 30 boots or so, or just disable the prefetcher

registry:
Code:
HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters -> EnablePrefetcher:REG_DWORD=0


Other things to try: did you bluescreen, and is the system still generating the memory dump (process savedump should be active)?

Code:
tasklist /fi "imagename eq savedump.exe"

Are there any scheduled tasks active?

run:
Code:
%SystemRoot%\Tasks

Ofcourse, the indexing service has already been mentioned

run:
Code:
net stop cisvc

Also, a virusscanner could be running a background scan..

And: when looking at the taskmgr, just try and see how much virtual memory is used wrt. the physical memory.. If you're using a *lot* of memory, that could also explain the thrashing you're seeing...

Good luck, and keep us informed...

 
Thanks for all the help everyone, unfortunately I think I got a virus my system started crashing component by component so I wiped out my drive and reloaded win xp. But I can still hear the HD spinning. I'm going to swap it with another one to see if somethings wrong with the HD itself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top