Site icon EfmSoft

What does HRESULT 0x8004245D (VDS_E_VOLUME_PERMANENTLY_DISMOUNTED) mean?

 
Previous Next
VDS_E_VOLUME_TEMPORARILY_DISMOUNTED VDS_E_VOLUME_HAS_PATH

VDS_E_VOLUME_PERMANENTLY_DISMOUNTED

VDS_E_VOLUME_PERMANENTLY_DISMOUNTED has a precise VDS dismount meaning. The volume is already permanently dismounted, so a request for a temporary dismount cannot proceed until the volume becomes mountable. It is not a generic indication that the file system has been permanently damaged.

Permanent and temporary dismount are different states

IVdsVolumeMF::Dismount accepts a bPermanent flag; a permanent dismount takes the volume offline after dismounting it. VDS volume properties represent an offline volume with both offline status and the permanently-dismounted volume flag. A client should refresh those properties instead of repeatedly issuing the temporary dismount request.

What to verify

References


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

Exit mobile version