I have a PIV 3.0 GHz system for my backend that has a hard time plalying back HD content especially when other things are going on. I know this is the low end of what it takes to run HD using the processor but reading some older posts I came back to the subject of dma and sata support for that feature in the linux kernel. Can you set dma on a sata device? What kind of speeds should I be getting out of my sata drives? I have the Intel ICH5 chipset. Running the following commands I get:
<br><br><span style="font-weight: bold;">sudo hdparm -d1 /dev/sda</span><br><div style="margin-left: 40px;">/dev/sda:<br> settign using_dma to 1 (on)<br> HDIO_SET_DMA failed: Inappropriate ioctl for device<br></div><br>and for a speed test I got:
<br><br><span style="font-weight: bold;">sudo hdparm -tT /dev/sda</span><br><div style="margin-left: 40px;">/dev/sda:<br> Timing cached reads: 2604 MB in 2.00 seconds = 1300.90 MB/sec<br> Timing buffered disk reads: 176 MB in
3.02 seconds = 58.29 MB/sec<br>/dev/sdb:<br> Timing cached reads: 2576 MB in 2.00 seconds = 1287.55 MB/sec<br> Timing buffered disk reads: 180 MB in 3.01 seconds = 59.85 MB/sec<br>/dev/sdc:<br> Timing cached reads: 2588 MB in
2.00 seconds = 1293.55 MB/sec<br> Timing buffered disk reads: 190 MB in 3.02 seconds = 62.99 MB/sec<br><br></div>This speed is pretty constant and I wasn't really doing anything on the hard drive when I ran the tests.<br>
<br>I have the following three sata drives:<br><br>allan@mythtv:/proc/scsi$ more scsi<br>Attached devices:<br>Host: scsi0 Channel: 00 Id: 00 Lun: 00<br> Vendor: ATA Model: <span style="font-weight: bold;">HDS722516VLSA80
</span> Rev: V34O<br> Type: Direct-Access ANSI SCSI revision: 05<br>Host: scsi1 Channel: 00 Id: 00 Lun: 00<br> Vendor: ATA Model: <span style="font-weight: bold;">Maxtor 6B300S0</span> Rev: BANC
<br> Type: Direct-Access ANSI SCSI revision: 05<br>Host: scsi3 Channel: 00 Id: 00 Lun: 00<br> Vendor: ATA Model: <span style="font-weight: bold;">WDC WD3200JD-22K</span> Rev: 08.0<br> Type: Direct-Access ANSI SCSI revision: 05
<br><br>I don't know enough about this but my question is: Are my hard drives slowing my system down? Thanks for the help.<br><br>Allan<br>