What are the hdparm -Tt results?
Currently for one of my ATA disks it is:
Code:
hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 938 MB in 2.00 seconds = 468.36 MB/sec
Timing buffered disk reads: 116 MB in 3.01 seconds = 38.51 MB/sec
And it is a Seagate 80Gigs drive:
Code:
hdparm -i /dev/sda
/dev/sda:
Model=ST380023A , FwRev=3.33 , SerialNo=3KB125H9
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=?16?
CurCHS=4047/16/255, CurSects=16511760, LBA=yes, LBAsects=156301488
IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 udma3 udma4 *udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6
For an ATA-100 drive in UDMA5 mode, I've always thought it was pretty slow... Compared to my other 80Gig S-ATA Seagate:
Code:
hdparm -i /dev/sdd
/dev/sdd:
Model=ST3808110AS , FwRev=3.AAH , SerialNo= 5LR4A3D2
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=unknown, BuffSize=8192kB, MaxMultSect=16, MultSect=?16?
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156301488
IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: Unspecified: ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6 ATA/ATAPI-7
hdparm -tT /dev/sdd
/dev/sdd:
Timing cached reads: 986 MB in 2.00 seconds = 492.35 MB/sec
Timing buffered disk reads: 204 MB in 3.01 seconds = 67.85 MB/sec
But from what I can make out of these tests you've run, it would seem that CF has a clear advantage when it comes to overall latency.