What does HRESULT 0xC0380011 (ERROR_VOLMGR_DISK_MISSING) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_MISSINGNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS ERROR_VOLMGR_DISK_NOT_EMPTY

ERROR_VOLMGR_DISK_MISSING

ERROR_VOLMGR_DISK_MISSING (0xC0380011) is a Windows Volume Manager HRESULT. The selected disk is missing, so Volume Manager cannot complete the operation.

What to check for ERROR_VOLMGR_DISK_MISSING

  • Check cabling, enclosure power, SAN pathing, VM attachment, and controller health.
  • Rescan disks only after the underlying storage path is stable.
  • If the disk belongs to a mirror, RAID-5, or spanned volume, assess the complete volume before making changes.
REM Diagnostic context: ERROR_VOLMGR_DISK_MISSING
diskpart
list disk
list volume
rescan

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

This result reference: Microsoft: Basic and Dynamic Disks.

This result reference: Microsoft: DiskPart command reference.

This result reference: Microsoft: Troubleshoot Disk Management.


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