What does BSOD 0x10B (DFSC_FILE_SYSTEM) mean?

 
Could be also:
ConstantTypeOS
ERROR_DIRECTORYWin32 errorWindows
STATUS_NOTIFY_CLEANUPNTSTATUSWindows
Previous Next
APP_TAGGING_INITIALIZATION_FAILED FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION

DFSC_FILE_SYSTEM

DFS client file-system failure for DFSC_FILE_SYSTEM

DFSC_FILE_SYSTEM is bug check code 0x0000010B.

This bug check is a DFS client-side counterpart to DFS namespace handling. It points to client referral/cache/path state, redirector interaction, or filters in the UNC namespace path.

How to read it in a dump

  • Use the stack to distinguish DFS client, MUP, SMB redirector, WebDAV, and third-party file-system filters.
  • The failing workload can be target failover, referral cache update, reconnect, cleanup, or namespace traversal.
  • It is not enough to test the server; the client-side namespace path can be the failing component.

What to check

  • Check DFS namespace targets, referral timeouts, SMB redirector events, and file-system filters.
  • Reproduce with a specific UNC path and compare behavior when bypassing DFS to a direct target.
  • Correlate with network transitions and offline/online state.

References


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