View previous topic :: View next topic |
Author |
Message |
lroy1978 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 28 Jan 2006 Posts: 189 Location: Lille, France
|
Posted: Tue Feb 14, 2006 6:28 pm Post subject: Hard disk performance |
|
|
Hi All,
My hard disk performance seems less than perfect. I have tried the following commands:
tux lee # hdparm /dev/hda
/dev/hda:
multcount = 0 (off)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 24792/255/63, sectors = 203928109056, start = 0
tux lee # hdparm -Tt /dev/hda
/dev/hda:
Timing cached reads: 1756 MB in 2.00 seconds = 877.95 MB/sec
Timing buffered disk reads: 2 MB in 3.75 seconds = 546.39 kB/sec
tux lee # hdparm -c 1 -d 1 /dev/hda
/dev/hda:
setting 32-bit IO_support flag to 1
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
IO_support = 1 (32-bit)
using_dma = 0 (off)
tux lee # hdparm -Tt /dev/hda
/dev/hda:
Timing cached reads: 1752 MB in 2.00 seconds = 875.95 MB/sec
Timing buffered disk reads: 4 MB in 3.97 seconds = 1.01 MB/sec
Is this normal?
Thanks,
Lee |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tost Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/174494332243ce86b649820.jpg)
Joined: 10 Dec 2005 Posts: 506
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bollucks l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 27 Oct 2004 Posts: 606
|
Posted: Wed Feb 15, 2006 12:38 am Post subject: Re: Hard disk performance |
|
|
lroy1978 wrote: | /dev/hda:
setting 32-bit IO_support flag to 1
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
IO_support = 1 (32-bit)
using_dma = 0 (off)
|
hdparm doesn't fix lack of dma support in your kernel. You need to build the correct IDE chipset driver into your kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|