You are not logged in.
Pages: 1
My harddrive is very slow :
hdparm -tT /dev/hda :
/dev/hda:
Timing cached reads: 468 MB in 2.00 seconds = 233.74 MB/sec
Timing buffered disk reads: 188 MB in 3.00 seconds = 62.62 MB/sec
DMA is ok:
hdparm -iv /dev/hda | grep dma :
using_dma = 1 (on)
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 udma3 udma4 udma5 *udma6
With the Ubuntu Live CD I get more than the double of 468MB. Why?
Offline
I tried to find the difference between the settings in Archlinux and Ubuntu. The only thing I found:
hdparm -I /dev/hda
Archlinux:
Configuration:
Logical max current
cylinders 16383 65535
heads 16 1
sectors/track 63 63
Ubuntu:
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
What does this mean?
Offline
Forget about "cached reads" and just run 'hdparm -t' (and maybe try --direct too).
More than 60 MB/s are certainly not 'slow'.
1000
Offline
Thank you byte, oder besser Danke
Schöne Grüße aus Hannover
Offline
Pages: 1