| Previous | Next |
| VDS_E_CONFIG_LIMIT | VDS_E_DISK_CONFIGURATION_NOT_IN_SYNC |
VDS_E_DISK_CONFIGURATION_CORRUPTED
This HRESULT is a volume-manager configuration failure, not a generic file-system corruption message. VDS models disks, extents, packs, volumes, and plexes from storage metadata plus provider state. If the configuration data is internally inconsistent or unreadable, the provider cannot safely reconstruct that topology and rejects operations that depend on it.
Why this state matters
Diagnosis should preserve the raw disk layout and provider events before making repairs. IVdsDisk::QueryExtents exposes free, data, OEM, ESP, MSR, LDM metadata, and unusable extents; that view is useful for comparing what VDS can still enumerate with the intended configuration. Avoid immediately cleaning or converting the disk, because those operations destroy metadata that may explain the corruption boundary.
Diagnostic focus
- Capture VDS/LDM and storage-driver events before any destructive operation.
- Dump the current extent map and partition properties, including offsets, sizes, and partition style.
- Compare failures across all disks in the same dynamic pack; configuration metadata can be replicated across members.
- Do not use
Cleanas a diagnostic step when recovery of the existing layout is still required.
Technical references
IVdsDisk · IVdsDisk::QueryExtents · IVdsAdvancedDisk::QueryPartitions · VDS_PARTITION_PROP · MS-VDS error codes
Looking for a different code? Search another status or error code.
