Hard Disk Drive Sector
Sector is the area of the data on a magnetic disk, created by low level formatting during hard disk drive production. It is a minimal information quantity at record or data reading from the magnetic disk by the magnetic head. The sector structure of different models of hard disks differs and is defined by the type of the controller in use and its firmware, but usually it consists of the data accessible to the user (usually 512 bytes) and the secondary information accessible only to a hard disk drive controller:
- The address marker, allowing defining the sector beginning at magnetic disk rotation.
- The unique physical address of sector in format CHS (Cylinder\Head\Sector).
- Reading error correction code (ECC).
- The cyclic redundancy check (CRC) used for checking the data integrity and informing the error correction system about the data corruption.