What does NTSTATUS 0xC021002A (STATUS_FVE_INVALID_DATUM_TYPE) mean?

 
Previous Next
STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG STATUS_FVE_VOLUME_TOO_SMALL

STATUS_FVE_INVALID_DATUM_TYPE

Meaning and context of STATUS_FVE_INVALID_DATUM_TYPE

A BitLocker management datum is structured metadata, not a user file. This status says the reader encountered a type it does not recognize, which makes version compatibility, malformed metadata, and unsupported management information more relevant than ordinary access permissions.

Record the Windows build, BitLocker version reported by the volume, management tool, and whether the volume was created or modified on another Windows release. Do not edit the volume at sector level or remove protectors simply because an older tool cannot interpret a datum.

Use a supported current management interface to inspect the volume, then preserve recovery material before attempting migration or recovery. The WMI provider and manage-bde -status reveal the high-level state without requiring raw metadata changes.

Win32_EncryptableVolume | BitLocker status | NTSTATUS reference

Native status interpretation

STATUS_FVE_INVALID_DATUM_TYPE is 0xC021002A, an NTSTATUS error value. AllStat describes it as “The management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.”


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