Site icon EfmSoft

What does NTSTATUS 0xC038001C (STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGIONHRESULTWindows
Previous Next
STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED

STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION

STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION means that the requested extent is not in the allocatable public region of the dynamic disk. It is not safe to reinterpret this as ordinary unallocated space: the surrounding area may be a metadata, boot, partitioning, or otherwise non-volume region.

Windows VDS distinguishes a dynamic disk public region from other extent types. The correct response is to discover which region contains the proposed offset, not to move the extent boundary until the error disappears.

What to check

Microsoft: VDS disk extent types

Microsoft: Basic and Dynamic Disks

Microsoft: Volume Manager error codes


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

Exit mobile version