Site icon EfmSoft

What does NTSTATUS 0xC03A000B (STATUS_VHD_INVALID_BLOCK_SIZE) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_INVALID_BLOCK_SIZEHRESULTWindows
Previous Next
STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT STATUS_VHD_BITMAP_MISMATCH

STATUS_VHD_INVALID_BLOCK_SIZE

STATUS_VHD_INVALID_BLOCK_SIZE means a declared virtual-block granularity cannot be accepted for the image layout. Block size is not a cosmetic setting: it affects how many mapping entries are required, where data blocks are expected, and which offsets a provider can safely calculate.

This differs from STATUS_VHD_INVALID_SIZE, which concerns the logical capacity of the virtual disk, and from STATUS_VHD_INVALID_FILE_SIZE, which concerns the host-side container length. A valid logical size cannot compensate for an invalid block geometry.

Validate geometry as a set

References


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

Exit mobile version