| Previous | Next |
| ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION | ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED |
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH (0xC038001F) is a Windows Volume Manager HRESULT. The supplied extent lengths cannot form a volume of the requested total length.
What to check for ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH
- Verify the requested volume size and every member extent length.
- Check unit conversion and sector alignment in scripts or API callers.
- Correct the layout definition before retrying; do not compensate by overlapping extents.
REM Diagnostic context: ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH
diskpart
list disk
select disk <number>
detail disk
list partition
Do not use clean to diagnose a layout problem: it removes partition information from the selected disk.
This result reference: Microsoft: Basic and Dynamic Disks.
This result reference: Microsoft: DiskPart command reference.
This result reference: Microsoft: Convert a disk type to Dynamic or Basic.
Looking for a different code? Search another status or error code.
