What does HRESULT 0xC0380016 (ERROR_VOLMGR_DISK_SET_NOT_CONTAINED) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_SET_NOT_CONTAINEDNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS

ERROR_VOLMGR_DISK_SET_NOT_CONTAINED

ERROR_VOLMGR_DISK_SET_NOT_CONTAINED (0xC0380016) is a Windows Volume Manager HRESULT. The selected disk set is incomplete because one or more volumes extend to disks outside the set.

What to check for ERROR_VOLMGR_DISK_SET_NOT_CONTAINED

  • Identify every disk that contributes extents to the affected dynamic volumes.
  • Move or import the full related set together, not only the disks that appear immediately relevant.
  • Check the volume map before detaching or migrating any member.
REM Diagnostic context: ERROR_VOLMGR_DISK_SET_NOT_CONTAINED
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.