What does HRESULT 0xC0380045 (ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISKNTSTATUSWindows
Previous Next
ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE ERROR_VOLMGR_VOLUME_ID_INVALID

ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK

ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK (0xC0380045) is a Windows Volume Manager HRESULT. The selected volume depends on at least one disk that is currently missing.

What to check for ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK

  • Identify the missing member before performing any layout or repair operation.
  • Check whether the volume is simple, spanned, mirrored, striped, or RAID-5; the recovery options differ by type.
  • Back up accessible data and avoid deleting members while the volume is degraded.
REM Diagnostic context: ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK
diskpart
list disk
list volume
rescan

Do not initialize, format, or clean a disk while its data and membership are still being investigated.

ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK reference: Microsoft: Basic and Dynamic Disks.

ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK reference: Microsoft: DiskPart command reference.

ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK reference: Microsoft: Troubleshoot Disk Management.


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