Site icon EfmSoft

What does HRESULT 0x8004242C (VDS_E_VOLUME_TOO_SMALL) mean?

 
Previous Next
VDS_E_IO_ERROR VDS_E_VOLUME_TOO_BIG

VDS_E_VOLUME_TOO_SMALL

VDS_E_VOLUME_TOO_SMALL is a VDS formatting result stating that the volume is too small to format. It is distinct from VDS_E_CLUSTER_SIZE_TOO_SMALL: one rejects the target volume size, while the other rejects the allocation-unit size supplied to the format method.

Identify which size VDS rejected

IVdsVolumeMF::Format receives the file-system type and cluster size as explicit inputs but operates on an already selected volume. Keeping those values together in diagnostics prevents a client from “fixing” the cluster size when the volume itself is below the supported format boundary.

What to verify

References


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

Exit mobile version