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

  • Map the full GPT layout, including EFI, MSR, recovery, OEM, and basic-data partitions.
  • Do not move or remove system partitions simply to make data partitions adjacent.
  • Use a tested disk-layout plan and backup before any partition relocation or conversion.
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.