What does NTSTATUS 0xC0000166 (STATUS_FLOPPY_WRONG_CYLINDER) mean?

 
Previous Next
STATUS_FLOPPY_ID_MARK_NOT_FOUND STATUS_FLOPPY_UNKNOWN_ERROR

STATUS_FLOPPY_WRONG_CYLINDER

The floppy sector ID reports a different cylinder

The controller found a sector header, but its recorded cylinder value did not match the track position maintained for the request. This can happen with misformatted media, incorrect geometry, seek or head-alignment faults, or stale controller position after an error.

Recalibrate and retry only through the driver, then compare results in another drive. A consistent mismatch on one disk suggests incorrect formatting or damaged ID fields; mismatches across known-good disks point toward the drive, cable, or controller.

What to inspect

  • Capture requested and reported cylinder, head, sector, and data rate.
  • Recalibrate the drive and test known-good media without writing.
  • Use another compatible drive to separate media formatting from mechanical alignment.

References


Looking for a different code? Search another status or error code.