Bad sector detected Bad track detected Unsupported track Invalid number of sectors on format Control data address mark detected DMA arbitration level out of range Bad CRC/ECC on disk read CRC/ECC corrected data error Controller has failed No media in drive Incorrect drive type stored in CMOS

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

In both of these functions, the data is read into and written from buffer at 512 bytes per sector that is the logical size of sector of a hard disk and the value returned by both functions is the value of the AX register set by the INT 0x13H BIOS call.

If the function is successful, High byte = 0, that means the successful completion and low byte contains the number of sectors read, written or verified and so on.

But if there is any error and function is not successful, the value of High byte will be one of the following error codes which are described in the following table:


Value

Description

0x00

Successful completion (Not an Error!!)

0x01

Bad command

0x02

Address mark not found

0x03

Attempt to write to write-protected disk

0x04

Sector not found

0x05

Reset failed (hard disk)

0x06

Disk changed since last operation

0x07

Drive parameter activity failed

0x08

Direct memory access (DMA) overrun

0x09

Attempt to perform DMA across 64K boundary
(data Boundary error or >80H sectors)

0x0A

Bad sector detected

0x0B

Bad track detected

0x0C

Unsupported track

0x0D

Invalid number of sectors on format (PS/2 hard disk)

0x0E

Control data address mark detected (hard disk)

0x0F

DMA arbitration level out of range (hard disk)

0x10

Bad CRC/ECC on disk read

0x11

CRC/ECC corrected data error (Not an error actually)

0x20

Controller has failed

0x31

No media in drive (IBM/MS INT 13 extensions)

0x32

Incorrect drive type stored in CMOS (Compaq)


Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20


page 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor