View previous topic :: View next topic |
Author |
Message |
Anon5710 Apprentice


Joined: 23 Jul 2004 Posts: 232 Location: Belgium
|
Posted: Wed Aug 20, 2008 6:58 pm Post subject: Dma? |
|
|
Alright,
I find that my system is slow and not as fast as usual.
After replacing a crashed HD, recompiled gentoo with the same make file as before.
MY laptop does complain about this hard drive not being suited for use (in my laptop)
But it states that i can continue at my own risk of data-loss.
Anyways here's an intresting error.
Code: |
laptop kevin # hdparm -d /dev/sda
/dev/sda:
HDIO_GET_DMA failed: Inappropriate ioctl for device
|
|
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55297 Location: 56N 3W
|
Posted: Wed Aug 20, 2008 7:23 pm Post subject: |
|
|
Anon5710,
DMA is required on SATA or SCSI devices. You cannot turn it on/off.
If your /dev/sda is really a PATA device with the libata driver, DMA is on. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Aug 20, 2008 8:19 pm Post subject: |
|
|
Hi, can you post the result of this plz :
Code: |
# hdparm -Tt /dev/sda
|
|
|
Back to top |
|
 |
|