Site icon EfmSoft

What does HRESULT 0x8004292A (VDS_E_SHRINK_UNKNOWN_FILESYSTEM) mean?

 
Previous Next
VDS_E_EXTEND_UNKNOWN_FILESYSTEM VDS_E_VD_DISK_NOT_OPEN

VDS_E_SHRINK_UNKNOWN_FILESYSTEM

VDS_E_SHRINK_UNKNOWN_FILESYSTEM This HRESULT is the shrink-side counterpart to an unrecognized file system. Shrinking is more than reducing a VDS extent boundary: the file system must first relocate or account for data so the released tail region is safe to remove. IVdsVolumeShrink::Shrink explicitly coordinates shrinking the file system and the volume.

What the VDS state means

Microsoft documents additional shrink constraints: immovable files can reduce the reclaimable range, the estimated maximum can exceed what is actually available, and VDS shrink/extend support is limited to documented file-system cases. If the file system is unknown, VDS cannot perform the required file-system phase and should not simply truncate the volume.

Diagnostic focus

Technical references

MS-VDS error codes · IVdsVolumeShrink::Shrink · IVdsVolumeShrink::QueryMaxReclaimableBytes · IVdsAsync::Wait · VDS_VOLUME_PROP


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

Exit mobile version