What does HRESULT 0xC0380005 (ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUMENTSTATUSWindows
Previous Next
ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED ERROR_VOLMGR_DISK_DUPLICATE

ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME

ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME (0xC0380005) is a Windows Volume Manager HRESULT. The requested operation requires a disk with simple volumes, but the disk participates in a spanned, striped, mirrored, or RAID-5 layout.

What to check for ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME

  • Inspect the volume type and all member disks before changing the disk.
  • Do not treat one member disk as independent storage while it belongs to a multi-disk volume.
  • Use a workflow supported for that volume type, or move data to separate storage before restructuring it.
REM Diagnostic context: ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME
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.