Site icon EfmSoft

What does HRESULT 0x8004255D (VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED) mean?

 
Previous Next
VDS_E_DRIVE_LETTER_NOT_FREE VDS_E_INVALID_DRIVE_LETTER

VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED

VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED means the requested extension would add extents from more than one disk, but the provider or current volume layout does not support that operation. Extend requests are expressed as explicit disk extents, not merely a target size.

Plan the extension against provider and layout capability

A large amount of aggregate free space does not prove the provider can span it. Simple/basic volumes and third-party providers can impose different rules. Preserve the exact extent list in diagnostics, because the error is about placement across disks rather than filesystem free space inside the volume.

Extend · QueryExtents · Volume types


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

Exit mobile version