| Previous | Next |
| MUST_SUCCEED_POOL_EMPTY | NO_SUCH_PARTITION |
ATDISK_DRIVER_INTERNAL
ATDISK_DRIVER_INTERNAL is bug check 0x42. Microsoft classifies it as very infrequent and does not publish meanings for the four bug-check parameters. The symbolic name identifies an internal stop-code category; it is not, by itself, proof that a physical disk failed or that a particular ATA command was rejected.
Do not diagnose from the historical name alone
The useful evidence is the dump from the exact failing Windows build. Keep all four raw arguments, load matching symbols, and inspect the stack and modules active at the stop. A storage filter, controller path, or unrelated corruption may be visible in the dump, but those are findings to establish from evidence rather than meanings assigned to 0x42.
What to preserve
- Record the Windows build and all four arguments exactly as displayed.
- Run
!analyze -show 0x42to see debugger-known information for that build, then use!analyze -von the dump. - Compare repeated crashes by stack and module version before replacing storage hardware.
References
- Microsoft: Bug Check 0x42 ATDISK_DRIVER_INTERNAL
- Microsoft: bug check code reference and !analyze -show
- Microsoft: analyze a kernel-mode dump with WinDbg
Looking for a different code? Search another status or error code.