What does HRESULT 0xC0380001 (ERROR_VOLMGR_DATABASE_FULL) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DATABASE_FULLNTSTATUSWindows
Previous Next
ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED

ERROR_VOLMGR_DATABASE_FULL

ERROR_VOLMGR_DATABASE_FULL (0xC0380001) is a Windows Volume Manager HRESULT. The Logical Disk Manager configuration database has no room for the requested dynamic-disk configuration change.

What to check for ERROR_VOLMGR_DATABASE_FULL

  • Record the current disk and volume layout before making changes.
  • Check whether the requested operation creates additional dynamic-volume metadata or members.
  • Plan a supported migration or redesign rather than repeatedly retrying the same configuration operation.
REM Diagnostic context: ERROR_VOLMGR_DATABASE_FULL
diskpart
list disk
select disk <number>
detail disk
list volume

Capture the current layout and back up data before changing a dynamic-disk configuration.

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.