What does NTSTATUS 0xC0380006 (STATUS_VOLMGR_DISK_DUPLICATE) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_DISK_DUPLICATEHRESULTWindows
Previous Next
STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME STATUS_VOLMGR_DISK_DYNAMIC

STATUS_VOLMGR_DISK_DUPLICATE

Identity collision is different from a missing disk

This status signals that the pack sees more than one disk with an identity that should be unique. It is not the same as a disk being absent, and forcing both candidates online can create contradictory views of the same dynamic-disk metadata.

Preserve provenance before import or repair

Record physical device paths, disk signatures or identifiers, pack identifiers, connection history, and whether one device is a clone, snapshot, restored image, or accidentally attached copy. Use an isolated read-only inspection path where possible; do not initialize or convert a suspected duplicate disk before its provenance is understood.

References


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