What does HRESULT 0x80042576 (VDS_E_VOLUME_HIDDEN) mean?

 
Previous Next
VDS_E_UNRECOVERABLE_PROVIDER_ERROR VDS_E_FLAG_ALREADY_SET

VDS_E_VOLUME_HIDDEN

VDS_E_VOLUME_HIDDEN means the operation attempts to expose a volume whose VDS_VF_HIDDEN state prevents access-path assignment. Hidden state can be volume-, partition- or disk-scoped depending on basic/dynamic and MBR/GPT layout.

Determine why the volume is hidden before changing it

  • Read current volume flags and disk partition style.
  • Check whether hidden status is intentional for recovery, system or provider-managed content.
  • Clear the flag only through a supported VDS operation and only when the volume role permits it.

Assigning a drive letter first is not a workaround because hidden state is the blocking policy. On MBR basic disks, some flags can affect the entire disk and future volumes. A management tool should display that scope and avoid exposing protected partitions simply to make an operation succeed.

Volume flags · ClearFlags · AddAccessPath


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