View previous topic :: View next topic |
Author |
Message |
debian n00b
Joined: 24 Jun 2002 Posts: 22
|
Posted: Thu Apr 03, 2003 6:49 am Post subject: Negative hdparm result |
|
|
I got this strange result after I installed Western Digital 1200JB 120G 8M HD:
Code: |
hdparm -Tt /dev/hda
/dev/hda:
Timing buffer-cache reads: -428 MB in 0.00 seconds = -inf kB/sec
Timing buffered disk reads: -214 MB in 0.00 seconds = -inf kB/sec
Hmm.. suspicious results: probably not enough free memory for a proper test.
|
and I'm sure I've enough mem:
Code: | free -m
total used free shared buffers cached
Mem: 502 490 11 0 41 233
-/+ buffers/cache: 215 286
Swap: 964 0 964
|
What's wrong with it? Please kindly help! |
|
Back to top |
|
|
AlterEgo Veteran
Joined: 25 Apr 2002 Posts: 1619
|
Posted: Thu Apr 03, 2003 9:57 am Post subject: |
|
|
downgrade hdparm to 5.2.
it's a bug. |
|
Back to top |
|
|
debian n00b
Joined: 24 Jun 2002 Posts: 22
|
Posted: Thu Apr 03, 2003 10:54 am Post subject: Fixed! |
|
|
Cool! Thanks a lot AlterEgo!!!
Code: | hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 0.50 seconds =256.00 MB/sec
Timing buffered disk reads: 64 MB in 2.27 seconds = 28.19 MB/sec
|
|
|
Back to top |
|
|
|