Site icon EfmSoft

What does HRESULT 0x80042937 (VDS_E_VD_IS_BEING_ATTACHED) mean?

 
Previous Next
VDS_E_VD_NOT_ATTACHED_READONLY VDS_E_VD_IS_BEING_DETACHED

VDS_E_VD_IS_BEING_ATTACHED

VDS sets a virtual disk to VDS_VST_ATTACH_PENDING after attach begins and before the corresponding operating-system disk object has been instantiated. This HRESULT means another requested action arrived during that transition. The disk is neither safely detached nor fully available as an attached Windows disk yet.

Why this state matters

Attach can generate VDS and Plug and Play arrival notifications when the disk becomes visible. Management software should follow the asynchronous attach completion and then reacquire disk/volume state. Polling by issuing detach, attach, or metadata operations during the pending interval creates state conflicts and can make logs look like attach itself failed.

Diagnostic focus

Technical references

IVdsOpenVDisk::Attach · VDS_VDISK_STATE · MS-VDS virtual disk state transitions · VDS_VDISK_PROPERTIES · attach vdisk command


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

Exit mobile version