What does HRESULT 0x80042413 (VDS_E_DEVICE_IN_USE) mean?

 
Could be also:
ConstantTypeOS
VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLEHRESULTWindows
Previous Next
VSS_E_ASRERROR_RDISK_FOR_SYSTEM_DISK_NOT_FOUND VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE

VDS_E_DEVICE_IN_USE

VDS_E_DEVICE_IN_USE means that the target device is currently in use. It can be held by an open volume, a mounted file system, another storage operation, or a component that depends on the device, so forcing a retry without identifying the use can risk interruption.

What to check

  • Identify mounted volumes, active operations, and applications or services that may be using the selected disk.
  • Check whether the requested change requires the volume to be offline or dismounted under a supported maintenance procedure.
  • Coordinate with backup, antivirus, indexing, and storage-management tasks before changing device state.

Microsoft: VDS common return codes


Looking for a different code? Search another status or error code.