Site icon EfmSoft

What does HRESULT 0x8004243F (VDS_E_VOLUME_SPANS_DISKS) mean?

 
Previous Next
VDS_E_VOLUME_NOT_HEALTHY VDS_E_REQUIRES_CONTIGUOUS_DISK_SPACE

VDS_E_VOLUME_SPANS_DISKS

VDS_E_VOLUME_SPANS_DISKS means the volume spans multiple disks. VDS models “spanned” as a volume type and also represents volume members through disk extents, so this code describes topology rather than insufficient free space or a missing drive letter.

A multi-disk volume has multiple failure dependencies

Microsoft’s VDS status rules state that a spanned volume is failed whenever a contributing disk is missing. An operation that assumes a single-disk layout can therefore be unsafe or unsupported for this volume. The correct inventory is the complete set of contributing disks and extents, not whichever disk hosts the first visible partition.

What to verify

References


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

Exit mobile version