Site icon EfmSoft

What does NTSTATUS 0xC038001D (STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNEDHRESULTWindows
Previous Next
STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION

STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED

STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED means that either the proposed starting offset, the length, or both do not fall on the sector boundary required by the target disk. It is a byte-range validity error, not an instruction to tune filesystem clusters.

Range calculations should use the sector geometry presented by the target storage stack. Copying decimal-size values or source-disk offsets without checking their sector multiples is a common way to create an invalid request.

What to calculate

Microsoft: DRIVE_LAYOUT_INFORMATION_EX

Microsoft: IOCTL_DISK_SET_DRIVE_LAYOUT_EX

Microsoft: Volume Manager error codes


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

Exit mobile version