Site icon EfmSoft

What does NTSTATUS 0xC03A0028 (STATUS_VHD_METADATA_FULL) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_METADATA_FULLHRESULTWindows
Previous Next
STATUS_CTLOG_INCONSISTENT_TRACKING_FILE STATUS_VHD_INVALID_CHANGE_TRACKING_ID

STATUS_VHD_METADATA_FULL

STATUS_VHD_METADATA_FULL means the virtual disk cannot accommodate an additional metadata item in the space reserved for metadata. It is not the same as a full guest filesystem and does not mean that the virtual disk's payload capacity has been exhausted.

This differs from STATUS_VHD_BLOCK_ALLOCATION_FAILURE, which concerns extending data blocks for guest writes, and from STATUS_VHD_METADATA_WRITE_FAILURE, which can occur for a failed write even when metadata capacity exists. Here the limiting resource is metadata-region space or its allocation policy.

Identify the metadata operation

References


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

Exit mobile version