What does HRESULT 0xC0380019 (ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED) mean?

 
Could be also:
ConstantTypeOS
STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTEDNTSTATUSWindows
Previous Next
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES ERROR_VOLMGR_EXTENT_ALREADY_USED

ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED

ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED (0xC0380019) is a Windows Volume Manager HRESULT. The current Windows edition, platform, or storage scenario does not support dynamic disks for the requested operation.

What to check for ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED

  • Confirm the Windows edition and the storage technology involved before planning the volume.
  • Use a supported basic-disk, Storage Spaces, hardware RAID, or other storage design where appropriate.
  • Do not try to bypass the platform restriction by editing disk metadata.
REM Diagnostic context: ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED
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.