What does NTSTATUS 0x80000020 (STATUS_MEDIA_CHECK) mean?

 
Could be also:
ConstantTypeOS
RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVERHRESULTWindows
Previous Next
STATUS_BEGINNING_OF_MEDIA STATUS_SETMARK_DETECTED

STATUS_MEDIA_CHECK

The device requests media revalidation before continuing

This warning is another media-change indication used by removable-storage paths. The operation should not continue using assumptions made before the event, even when the cartridge or disk appears physically unchanged.

Revalidate the medium through the appropriate class-driver or file-system path. For tape, query position and partition data; for block media, refresh geometry, layout, and volume recognition. Suppressing the check can direct an I/O request to a newly inserted volume at an old offset.

What to inspect

  • Record the triggering command and any preceding reset or door event.
  • Re-read media identity and device parameters through supported interfaces.
  • Require explicit confirmation before destructive operations on the revalidated medium.

References


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