Site icon EfmSoft

What does HRESULT 0x80042573 (VDS_E_SHRINK_SIZE_LESS_THAN_MIN) mean?

 
Previous Next
VDS_E_PROVIDER_INTERNAL_ERROR VDS_E_SHRINK_SIZE_TOO_BIG

VDS_E_SHRINK_SIZE_LESS_THAN_MIN

VDS_E_SHRINK_SIZE_LESS_THAN_MIN means the reclaimable amount does not satisfy the minimum shrink parameter. The extended shrink API accepts desired and minimum reclaimable byte counts and rounds them to filesystem cluster boundaries.

Compare requested and actually reclaimable bytes

The maximum estimate can exceed what is available at execution time because immovable files and transient placement matter. Therefore a previously acceptable minimum can still fail later. This error is not fixed by requesting a larger desired value while leaving an impossible minimum unchanged.

Shrink · QueryMaxReclaimableBytes · IVdsVolume::Shrink


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

Exit mobile version