What does NTSTATUS 0x803A0001 (STATUS_QUERY_STORAGE_ERROR) mean?

 
Could be also:
ConstantTypeOS
ERROR_QUERY_STORAGE_ERRORHRESULTWindows
Previous Next
STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED STATUS_GDI_HANDLE_LEAK

STATUS_QUERY_STORAGE_ERROR

A storage-query path failed in the virtualization stack

This status is returned from virtualization storage queries rather than ordinary file I/O. It points to the virtual disk, virtual storage provider, or host storage layer involved in answering a query.

Record the storage property or query class that failed and the device object receiving it. This separates an unsupported query from a transport or device failure during an otherwise valid request.

What to inspect

  • Identify the virtual disk or VM storage object queried.
  • Check host storage, virtualization, and VHD/VHDX events.
  • Separate query failure from guest file-system corruption.

References for STATUS_QUERY_STORAGE_ERROR


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