What does HRESULT 0xC03A000F (ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH) mean?

 
Could be also:
ConstantTypeOS
STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCHNTSTATUSWindows
Previous Next
ERROR_VHD_CHILD_PARENT_ID_MISMATCH ERROR_VHD_METADATA_READ_FAILURE

ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH

ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH means a differencing disk sees a parent whose timestamp no longer matches the value recorded when the child was created. The parent may have been modified, replaced, or recovered from the wrong generation.

What to verify

  • Trace the checkpoint or backup chain and restore parent and child files from one consistent recovery point.
  • Compare the recorded parent path, disk identity, and virtual size before considering any repair operation.
  • Do not dismiss the mismatch as harmless; reads may otherwise combine blocks from different disk generations.

Microsoft: Get-VHD

Microsoft: Set-VHD

Microsoft: Merge-VHD


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