| Previous | Next |
| ERROR_VOLMGR_DISK_REVECTORING_FAILED | ERROR_VOLMGR_DISK_SET_NOT_CONTAINED |
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID (0xC0380015) is a Windows Volume Manager HRESULT. The disk reports a sector size that is invalid or unsupported for the requested operation.
What to check for ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID
- Check physical and logical sector size as exposed by the storage stack.
- Verify controller, enclosure, virtual disk, and driver compatibility.
- Do not combine disks with incompatible sector characteristics in one dynamic volume.
REM Diagnostic context: ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID
diskpart
list disk
list volume
rescan
Do not initialize, format, or clean a disk while its data and membership are still being investigated.
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.
