| Previous | Next |
| ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED | ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED |
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC (0xC0380003) is a Windows Volume Manager HRESULT. The configuration recorded on the disk differs from the configuration currently held in memory by Volume Manager.
What to check for ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC
- Rescan the storage devices and confirm that no disk was removed, reattached, or changed during the operation.
- Check for stale copies of a dynamic disk or a recently moved foreign disk set.
- Complete one configuration action at a time and verify the updated state before issuing another change.
REM Diagnostic context: ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC
diskpart
list disk
select disk <number>
detail disk
list volume
Capture the current layout and back up data before changing a dynamic-disk configuration.
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.
