My system is always disk-bound (the disk light is always on). Why is this?

2

1

I have been given a laptop by the good folks at my company on which to do my work (Java development). I usually use eclipse as my primary development platform.

The laptop is a Dell D830 and runs Windows 7 - 32 bit. Although the processor supports a 64 bit instruction-set, licensing limits me to running the 32 bit OS.

The HDD is a WD1600BEVT (Western Digital).

I have noticed that my disk is always very slow.

Windows start up is usually pretty quick, however as soon as I log on, my disk light stays on and usually, the laptop takes about 4 minutes (after logging in -- immediately upon getting the prompt to press Ctrl + Alt + Del to log in) before it's usable.

Questions:

  • Is this expected behavior?
  • What can I do to examine the disk and determine the cause of the problem?
  • What can I do to improve my disk's performance?
  • Any optimizations you may be able to suggest?

Other Questions:

  • Some have suggested running Process Monitor (from sysinternals), but how would i get the log since start up?
  • Instead of trying to fix this myself, should I simply push this onto the system administrator?

Thanks all.

Scoobie

Posted 2010-12-22T20:52:44.520

Reputation: 123

2How much RAM have you got? – user151019 – 2010-12-22T20:54:48.743

have you checked the SMART status of the disk and run ScanDisk? – Xantec – 2010-12-22T21:00:22.580

Instead of trying to fix this myself, should I simply push this onto the system administrator? - you could. I'd agree with @Xantec - get HDTune & do an error check to see if the hdd's going bad – Sathyajith Bhat – 2010-12-22T21:30:18.563

(PS: If you have a 32-bit license - you can always switch over to the 64-bit edition w/o need for an additional license) – Sathyajith Bhat – 2010-12-22T21:31:20.200

I have a D830 as well at work and any time the hard drive is heavily accessed the machine grinds to a halt, it's got plenty of RAM... – Mokubai – 2010-12-22T21:43:06.923

Do you get the same kind of problem starting in safe mode? (press f8 before windows starts) – Pitto – 2010-12-27T17:52:24.317

@Mark -- I have 4G ram (using only 3.46) – Scoobie – 2011-01-03T16:50:43.850

@Xantec -- HDTune says drive status is OK. Will run SCANDISK after weekly virus scan completes. – Scoobie – 2011-01-03T16:51:39.827

@Sathya -- Thanks for the info. I'll have to go to 64 bit. I need that extra 500 M of ram. – Scoobie – 2011-01-03T16:52:28.220

@Mokubai -- that seems to be the problem I have. – Scoobie – 2011-01-03T16:52:51.730

@Scoobie -- depending on how long you'd had the computer it could be that you need to defragment the drive too. if it is severely fragmented then it could simply be that the OS is constantly seeking due to the fact the files are broken into tiny pieces all over the drive. – Xantec – 2011-01-03T23:49:47.563

Answers

4

Moab

Posted 2010-12-22T20:52:44.520

Reputation: 54 203

How would i do so on start-up? I'd like to find out what is bringing my disk to a grinding halt at start-up. – Scoobie – 2011-01-03T16:44:58.240

Good point, you can use another program to enable boot logging, might give some insight to what is going on...check my edit – Moab – 2011-01-03T17:08:09.703

I would also not the system administrator so he can read the performance logs. – surfasb – 2011-02-27T19:21:25.330

2

It's not expected behavior, no.

I would suspect you have some kind of disk maintenance application that's scheduled, probably trying to scan and/or defrag the drive. (I know that Windows Vista did that automatically; it drove my brother nuts because of the constant disk activity.)

goblinbox

Posted 2010-12-22T20:52:44.520

Reputation: 2 414

1

Task Manager / Resource Monitor should show you what's going on.

It may be virus-scanning software, or it may be services that the prior user installed that you don't need (or both). Look in the system services section of the control panel. Or, fire up the Add/Remove Programs utility, and see what's in there.

Mike Dunlavey

Posted 2010-12-22T20:52:44.520

Reputation: 141

0

When you log in, User key processes that are set to run begin. The various widgets and crap that accumulate start to launch and run.

My theory is you start running into seeks all over the disk as each application needs different bits of data. I suppose my theory could be validated using a SSD where seeks are much faster.

I have a 7200 RPM 320GB and Win XP SP3, on a Dell D830 as well and I notice a similar issue.

Boot to the GINA is reasonable. But watch the disk light. It goes on and on for a while even after the GINA is up. Then on login can be 2-3 minutes before the desktop is usable. Then launching apps is a problem as each hits the disk, so a reboot for me is very painful, time wise.

I have paired down services that start and what is starting via Startup menu group, Run Key, etc. Still not much success in speeding it up.

geoffc

Posted 2010-12-22T20:52:44.520

Reputation: 1 113