Page 1 of 1

ATAPI ECC

Posted: Sat Jul 19, 2008 3:43 pm
by Omega
Hi. What the hell is atapi error correction. I am trying to read the MBR of my IDE HDD and it finds the hd on ide 0:0 but fails to read the MBR returning error code 0x04 which is ECC detected. thanks

Re: ATAPI ECC

Posted: Sat Jul 19, 2008 8:34 pm
by bewing
IDE/ATA disks are not ATAPI. The error code that you are getting is probably not what you think it is. (Where are you reading this error code from, anyway?)
Are you doing this in PIO mode?
I suggested at one point that you read my ATA_PIO_Mode article. Did you?

Beyond that, we will need some code.

Re: ATAPI ECC

Posted: Sat Jul 19, 2008 8:52 pm
by Omega
No need. I figured it out, thanks.

Re: ATAPI ECC

Posted: Tue Jul 22, 2008 5:18 am
by jal
Omega wrote:No need. I figured it out, thanks.
Would you care to enlighten us then? Maybe in the future, someone will find this article, and would like to know the solution.


JAL

Re: ATAPI ECC

Posted: Tue Jul 22, 2008 8:02 am
by lukem95
jal wrote:
Omega wrote:No need. I figured it out, thanks.
Would you care to enlighten us then? Maybe in the future, someone will find this article, and would like to know the solution.


JAL