What does HRESULT 0xC0380017 (ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERSNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_SET_NOT_CONTAINED ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES

ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS

ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS (0xC0380017) is a Windows Volume Manager HRESULT. A disk contributes extents to more than one member in the proposed plex layout.

What to check for ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS

  • Review the requested mirror or RAID layout for duplicate disk use.
  • Ensure each member uses independent disks where the volume type requires that separation.
  • Correct the design or automation input before retrying the operation.
REM Diagnostic context: ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS
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.