| Previous | Next |
| VDS_E_CANNOT_CLEAR_VOLUME_FLAG | VDS_E_DISK_NOT_CONVERTIBLE |
VDS_E_DISK_BEING_CLEANED
VDS_E_DISK_BEING_CLEANED is a destructive-operation lifecycle conflict. IVdsAdvancedDisk::Clean removes partition information and uninitializes a basic or dynamic disk; a second incompatible operation cannot safely run while that process is active.
Wait for and verify completion of the original clean
- Track the asynchronous result returned by the first disk-management operation.
- Do not start conversion, partition creation or another clean on the same disk.
- After completion, re-enumerate and query disk properties before continuing.
Because clean is destructive, never resolve this error by switching to another disk selected only by enumeration order. Preserve device identification data from before the clean. If the original operation appears stuck, inspect provider and storage logs; forceful service restarts can leave application state stale even when the disk layout has changed.
Clean · IVdsAdvancedDisk · Reenumerate
Looking for a different code? Search another status or error code.
