Site icon EfmSoft

What does HRESULT 0x8004243B (VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS) mean?

 
Previous Next
VDS_E_LEGACY_VOLUME_FORMAT VDS_E_MIGRATE_OPEN_VOLUME

VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS

VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS means a GPT disk has basic-data partitions separated by a partition of another type. The requested migration or layout operation requires a supported partition arrangement.

What to check

Get-Partition -DiskNumber <number> | Format-Table PartitionNumber,DriveLetter,Type,Size,Offset

Virtual Disk Service is a legacy COM API. On Windows 8 and Windows Server 2012 and later, inspect and manage supported storage through the Storage Management API and the Storage PowerShell cmdlets.

Microsoft: Get-Partition

Microsoft: VDS error codes


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

Exit mobile version