| Previous | Next |
| ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS | ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED |
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES (0xC0380018) is a Windows Volume Manager HRESULT. A disk is assigned to more than one plex in the proposed volume layout.
What to check for ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES
- Check the planned volume topology and the disk list passed to the operation.
- Avoid assigning the same physical disk to multiple redundancy copies.
- Validate the configuration with the intended capacity and failure-domain design before creating the volume.
REM Diagnostic context: ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES
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.
