Site icon EfmSoft

What does NTSTATUS 0xC03A0007 (STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSIONHRESULTWindows
Previous Next
STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH STATUS_VHD_SPARSE_HEADER_CORRUPT

STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION

STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION is specific to the header used by legacy dynamic or differencing VHDs. The provider located a sparse-layout header but will not interpret it under the version stated in that header.

The result is different from STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: here the version field is the compatibility boundary, not a failed integrity check. It is also narrower than STATUS_VHD_FORMAT_UNSUPPORTED_VERSION, which applies before the provider has narrowed the issue to this particular legacy sparse header.

Use a compatible reader first

References


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

Exit mobile version