ATAPI ECC

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Omega
Member
Member
Posts: 250
Joined: Sun May 25, 2008 2:04 am
Location: United States
Contact:

ATAPI ECC

Post 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
Free energy is indeed evil for it absorbs the light.
User avatar
bewing
Member
Member
Posts: 1401
Joined: Wed Feb 07, 2007 1:45 pm
Location: Eugene, OR, US

Re: ATAPI ECC

Post 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.
User avatar
Omega
Member
Member
Posts: 250
Joined: Sun May 25, 2008 2:04 am
Location: United States
Contact:

Re: ATAPI ECC

Post by Omega »

No need. I figured it out, thanks.
Free energy is indeed evil for it absorbs the light.
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: ATAPI ECC

Post 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
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Re: ATAPI ECC

Post 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
~ Lukem95 [ Cake ]
Release: 0.08b
Image
Post Reply