Site icon EfmSoft

What does NTSTATUS 0xC03A000C (STATUS_VHD_BITMAP_MISMATCH) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_BITMAP_MISMATCHHRESULTWindows
Previous Next
STATUS_VHD_INVALID_BLOCK_SIZE STATUS_VHD_PARENT_VHD_NOT_FOUND

STATUS_VHD_BITMAP_MISMATCH

STATUS_VHD_BITMAP_MISMATCH concerns the bitmap associated with a virtual-disk data block. The bitmap participates in deciding whether data for a virtual sector is present in the current file or must be obtained through another part of the layout, which is especially important for differencing disks.

Unlike STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT, the provider has reached an allocated block but the block-level validity information does not agree with what it finds. Unlike STATUS_VHD_PARENT_VHD_NOT_FOUND, this is an inconsistency in data mapping, not merely an unavailable parent path.

Do not guess which sector wins

References


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

Exit mobile version