Site icon EfmSoft

What does NTSTATUS 0xC03A0010 (STATUS_VHD_METADATA_READ_FAILURE) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_METADATA_READ_FAILUREHRESULTWindows
Previous Next
STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH STATUS_VHD_METADATA_WRITE_FAILURE

STATUS_VHD_METADATA_READ_FAILURE

STATUS_VHD_METADATA_READ_FAILURE means the provider could not retrieve metadata required for the virtual disk. VHDX has a dedicated metadata region and metadata table; this is different from reading guest files stored in a partition inside the virtual disk.

The status differs from STATUS_VHD_METADATA_WRITE_FAILURE, which occurs while persisting an update, and from STATUS_VHD_METADATA_FULL, which means there is no room for a new metadata item. A metadata-read failure can result from damaged metadata, a failed read path, or an unavailable component required by the provider.

Separate metadata from guest content

References


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

Exit mobile version