What does HRESULT 0xC0380006 (ERROR_VOLMGR_DISK_DUPLICATE) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_DUPLICATENTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME ERROR_VOLMGR_DISK_DYNAMIC

ERROR_VOLMGR_DISK_DUPLICATE

ERROR_VOLMGR_DISK_DUPLICATE (0xC0380006) is a Windows Volume Manager HRESULT. The same disk was supplied more than once to a migration or configuration request.

What to check for ERROR_VOLMGR_DISK_DUPLICATE

  • Review the disk identifiers used by the management tool or automation.
  • List the disks and verify that each intended physical disk is selected once.
  • If disks were moved between systems, check their unique identifiers and dynamic pack membership.
REM Diagnostic context: ERROR_VOLMGR_DISK_DUPLICATE
diskpart
list disk
rescan
list volume

When dynamic disks were moved between computers, keep all related disks connected until the complete volume layout has been identified.

This result reference: Microsoft: Basic and Dynamic Disks.

This result reference: Microsoft: DiskPart command reference.

This result reference: Microsoft: Move disks to another computer.


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