| Previous | Next |
| STATUS_NO_EVENT_PAIR | STATUS_SERIAL_NO_DEVICE_INITED |
STATUS_UNRECOGNIZED_VOLUME
The storage is present, but its file-system format was not recognized
The device can be reachable and readable at the block level while the boot sector, superblock, partition selection, encryption layer, or file-system driver does not yield a recognizable volume. Formatting immediately would destroy evidence and existing data.
First distinguish an intentionally raw or encrypted volume from corruption and from a missing driver. The correct next step depends on the expected format and storage stack.
What to inspect
- Confirm the correct partition and device are being examined.
- Inspect signatures, encryption state, filter drivers, and file-system recognition events.
- Do not initialize or format the volume until its expected provenance and recoverability are established.
References
- Microsoft: File System Recognition
- Microsoft: GetVolumeInformation
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.