What does HRESULT 0xC03A0028 (ERROR_VHD_METADATA_FULL) mean?

 
Could be also:
ConstantTypeOS
STATUS_VHD_METADATA_FULLNTSTATUSWindows
Previous Next
ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE ERROR_VHD_INVALID_CHANGE_TRACKING_ID

ERROR_VHD_METADATA_FULL

ERROR_VHD_METADATA_FULL means the virtual disk has no available metadata space for the requested item. This is about VHD/VHDX structural metadata, not ordinary free capacity inside the guest file system.

What to check

  • Identify the application or management workflow that attempted to add or change virtual disk metadata.
  • Avoid modifying metadata manually or using unsupported tools to remove entries.
  • If the disk was produced by a third-party tool, verify format compatibility and restore or recreate the disk when the metadata layout cannot support the required feature.

Microsoft: VHDX file format specification

Microsoft: Get-VHD

Microsoft: Manage virtual hard disks


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