Site icon EfmSoft

What does NTSTATUS 0xC0380015 (STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALIDHRESULTWindows
Previous Next
STATUS_VOLMGR_DISK_REVECTORING_FAILED STATUS_VOLMGR_DISK_SET_NOT_CONTAINED

STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID

STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID means that the target disk's reported sector geometry is incompatible with the requested Volume Manager operation. It does not say that a filesystem allocation unit is wrong, and it should not be "fixed" by choosing a different cluster size.

The geometry seen by Windows may be exposed through a virtual disk, RAID controller, USB bridge, or storage array rather than directly by the physical media. A copied layout can fail when its offsets and lengths were prepared for a different logical-sector model.

What to check

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