Site icon EfmSoft

What does NTSTATUS 0xC0000167 (STATUS_FLOPPY_UNKNOWN_ERROR) mean?

 
Previous Next
STATUS_FLOPPY_WRONG_CYLINDER STATUS_FLOPPY_BAD_REGISTERS

STATUS_FLOPPY_UNKNOWN_ERROR

The floppy controller returned an unclassified failure

The floppy driver received controller status bits that did not match one of its recognized error mappings. The code therefore preserves a hardware failure without claiming a more specific cause. It can follow unusual command combinations, controller emulation bugs, electrical faults, or multiple simultaneous status conditions.

Collect the raw controller result registers and the command parameters. Replacing the status with a generic retry loses the information needed to identify faulty virtualization or legacy hardware. Compare the same disk and command on another drive or emulator.

What to inspect

References


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

Exit mobile version