Site icon EfmSoft

What does NTSTATUS 0xC03A0032 (STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE) mean?

 
Previous Next
STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE

STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE

STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE means the provider cannot calculate the smallest safe virtual capacity for a shrink operation. That calculation depends on being able to understand relevant disk and partition information, so it can fail when required layout information is missing or inconsistent.

This is different from STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA, where a particular requested size is known to be unsafe. It also differs from STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE, which requires a successfully computed floor. Here the safe floor itself is unknown.

Do not substitute a guessed minimum

References


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

Exit mobile version