What does NTSTATUS 0xC0380001 (STATUS_VOLMGR_DATABASE_FULL) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_DATABASE_FULLHRESULTWindows
Previous Next
STATUS_VID_VTL_ACCESS_DENIED STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED

STATUS_VOLMGR_DATABASE_FULL

Configuration metadata, not ordinary free space

This status concerns the Logical Disk Manager metadata database used by a dynamic-disk configuration. It is different from a full NTFS or ReFS volume: deleting files from a dynamic volume does not necessarily create room for another LDM configuration record.

Measure the metadata operation before changing the pack

Record the requested create, grow, mirror, stripe, or import operation; the disk-group identity; current pack membership; and the LDM database occupancy reported by the storage-management tooling. Preserve a backup or image before changing metadata. Dynamic disks are deprecated for new data deployments, so a migration plan can be safer than repeatedly attempting operations that enlarge the legacy configuration.

References


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