Site icon EfmSoft

What does HRESULT 0x8004242D (VDS_E_VOLUME_TOO_BIG) mean?

 
Previous Next
VDS_E_VOLUME_TOO_SMALL VDS_E_CLUSTER_SIZE_TOO_SMALL

VDS_E_VOLUME_TOO_BIG

VDS_E_VOLUME_TOO_BIG is listed by IVdsVolumeMF::Format as a format result: the volume size is too large to format. That context is more precise than a general statement about disk capacity and should be preserved when the HRESULT is diagnosed.

Do not assume that free space is the limiting value

The format method receives a file-system type and allocation-unit size, and its return table separately identifies oversized volumes, oversized clusters, and cluster counts that exceed a 32-bit representation. The rejected size can therefore be part of a file-system or format combination even when the disk itself supports the capacity.

What to verify

References


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

Exit mobile version