Quote:
Originally Posted by Electro
Post the print of 'hdparm -v /dev/hda'.
|
Code:
/dev/hda:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 1024 (on)
geometry = 16383/255/63, sectors = 156301488, start = 0
Quote:
Keep in mind that hdparm is not a benchmark tool. There are many variables that changes the throughput of a hard drive.
|
All the changes in the settings practically have no effect on productivity of HDD. The main thing is that it's impossible to set UDMA mode with higher productivity then udma2.
Quote:
Seagate IDE/SATA hard drives are slow (high latency) and should not be used as an OS drive. I suggest using Western Digital or Hitachi hard drives because they make low latency hard drives.
|
Yes, but I was told that on Seagates normal speed is about 38 MB/sec.
Quote:
BTW, in Linux there is no such thing as driver. It is called module. There are no modules for chipsets because the software is built into the kernel.
|
May kernel recompiling help me there?