What does HRESULT 0xC0380036 (ERROR_VOLMGR_PARTITION_STYLE_INVALID) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_PARTITION_STYLE_INVALIDNTSTATUSWindows
Previous Next
ERROR_VOLMGR_PACK_WITHOUT_QUORUM ERROR_VOLMGR_PARTITION_UPDATE_FAILED

ERROR_VOLMGR_PARTITION_STYLE_INVALID

ERROR_VOLMGR_PARTITION_STYLE_INVALID (0xC0380036) is a Windows Volume Manager HRESULT. The disk has an unsupported partition style for this Volume Manager operation; Windows supports MBR and GPT styles in this context.

What to check for ERROR_VOLMGR_PARTITION_STYLE_INVALID

  • Inspect the partition style with Disk Management, DiskPart, or PowerShell.
  • Confirm that the disk was not presented by a tool or device with an unsupported or damaged layout.
  • Back up data before any partition-style conversion.
REM Diagnostic context: ERROR_VOLMGR_PARTITION_STYLE_INVALID
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.