Hi!
After I move my /root to reiserfs, problem started and I get the following message during boot-up (edited):
Code:
hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdf: DMA disabled
ide2: reset: success
I would think this has to do with reiserfs which was formatted under 2.4.26 during installation AND then I moved on to 2.6.7 after installation.
I did google the error, Linus was answering some question on in but not a fix.
I don't understand exactly what is the problem which causes this. And yes, I don't have DMA on either my /dev/hde or /dev/hdf. And it can switch in between and suddenly both can loose DMA. And I will get SUCKY read time:
Code:
root@mtop:~# hdparm -t /dev/hdf2
/dev/hdf2:
Timing buffered disk reads: 158 MB in 3.01 seconds = 52.46 MB/sec
root@mtop:~# hdparm -t /dev/hde1
/dev/hde1:
Timing buffered disk reads: 6 MB in 3.75 seconds = 1.60 MB/sec
root@mtop:~#
Ok, I want to know, how can I avoid this if I want to use reiserfs.
If I can't avoid it, how can I avoid it, if I just use ext3?
And also what causes the problem, so I can fix it and avoid it.