Site icon EfmSoft

What does HRESULT 0xC038000C (ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONSNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_LAYOUT_INVALID ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED

ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS

ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS (0xC038000C) is a Windows Volume Manager HRESULT. The MBR layout places a non-basic partition between basic partitions, which Volume Manager considers invalid for the operation.

What to check for ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS

REM Diagnostic context: ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS
diskpart
list disk
select disk <number>
detail disk
list partition

Do not use clean to diagnose a layout problem: it removes partition information from the selected disk.

This result reference: Microsoft: Basic and Dynamic Disks.

This result reference: Microsoft: DiskPart command reference.

This result reference: Microsoft: Convert a disk type to Dynamic or Basic.


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

Exit mobile version