What does HRESULT 0xC0380009 (ERROR_VOLMGR_DISK_INVALID) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DISK_INVALIDNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_ID_INVALID ERROR_VOLMGR_DISK_LAST_VOTER

ERROR_VOLMGR_DISK_INVALID

ERROR_VOLMGR_DISK_INVALID (0xC0380009) is a Windows Volume Manager HRESULT. The selected disk is in an invalid state and cannot participate in the requested Volume Manager operation.

What to check for ERROR_VOLMGR_DISK_INVALID

  • Inspect the disk state in Disk Management and check device/controller events.
  • Resolve missing, offline, unreadable, or configuration errors before changing the volume layout.
  • Avoid initializing or cleaning a disk until you have confirmed whether it contains recoverable data.
REM Diagnostic context: ERROR_VOLMGR_DISK_INVALID
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.