| Previous | Next |
| ERROR_SEEK | ERROR_SECTOR_NOT_FOUND |
ERROR_NOT_DOS_DISK
The medium is not recognized as the expected disk format
ERROR_NOT_DOS_DISK is a legacy-named status indicating that Windows cannot access the disk using the filesystem or media assumptions made by the operation. The medium may be unformatted, corrupted, use an unsupported format, expose damaged boot metadata, or simply be the wrong device.
What to inspect
- Confirm the physical device and volume selected by the user.
- Check whether Windows Disk Management recognizes its partitions and filesystem.
- Avoid initializing or formatting media before preserving needed data.
- For disk images, verify completeness, geometry, and byte order.
Recovery
If the media should contain data, use read-only diagnostics and restore from backup or specialist recovery tools. If it is intentionally blank, initialize and format it through an explicit user-approved workflow. Do not treat the error as permission failure.
References
Looking for a different code? Search another status or error code.