What does BSOD 0x83 (OFS_FILE_SYSTEM) mean?

 
Could be also:
ConstantTypeOS
ERROR_NEGATIVE_SEEKWin32 errorWindows
ECONNRESETerrnoSolaris
EOTHERerrnoWindows
Previous Next
DFS_FILE_SYSTEM RECOM_DRIVER

OFS_FILE_SYSTEM

Legacy OFS file-system failure for OFS_FILE_SYSTEM

OFS_FILE_SYSTEM is bug check code 0x00000083.

This is a historical Windows file-system bug check name. It should be interpreted through the actual stack and loaded file-system/filter drivers; the name alone is not enough to diagnose a modern NTFS, ReFS, or exFAT volume.

How to read it in a dump

  • Look for file-system, filter-manager, legacy filter, or storage components on the stack.
  • The code name is legacy; modern systems may only expose it as a defined bug-check value.
  • Do not assume the failed volume uses OFS unless the dump proves it.

What to check

  • Identify the crashing file-system module and volume type.
  • Check file-system filters, antivirus/encryption/backup drivers, and storage errors.
  • Use a full dump if filter interactions or object lifetime are suspected.

References


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