Site icon EfmSoft

What does HRESULT 0xC03A0017 (ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH) mean?

 
Could be also:
ConstantTypeOS
STATUS_VHD_CHILD_PARENT_SIZE_MISMATCHNTSTATUSWindows
Previous Next
ERROR_VHD_PARENT_VHD_ACCESS_DENIED ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED

ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH

ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH means the virtual size of the parent disk does not match the value expected by its child. The parent is likely wrong or was modified after the child was created.

How to handle it

Get-VHD -Path "D:\VMs\child.avhdx" | Format-List Path,Size,ParentPath

Microsoft: Get-VHD

Microsoft: Set-VHD

Microsoft: Merge-VHD


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

Exit mobile version