Troubleshooting Stop 0x24 or NTFS_FILE_SYSTEM Error Messages
ID: Q228888
|
The information in this article applies to:
-
Microsoft Windows 2000 Professional
SYMPTOMS
When you run Windows 2000, you may receive either of the following error messages:
- Stop 0x00000024
- NTFS_FILE_SYSTEM
CAUSE
This issue can occur if a problem occurred within the Ntfs.sys file.
The Ntfs.sys file is the driver file that enables your computer to read and write to NTFS partitions. Damage in the NTFS file system, damaged portions of your hard disk, or damaged SCSI or IDE drivers can also cause this issue.
RESOLUTION
To resolve this issue:
- Interpret the error message. The stop error is followed by four parameters defined in order of appearance:
- Source file and line number.
- Optionally contains the address of the exception record.
- Optionally contains the address of the context record.
- Optionally contains the address where the original exception occurred.
All stop errors due to problems with NTFS or FAT have encoded in their first parameter the source file and the line number within the source file that generated the stop error. The high 16 bits (the first four hexadecimal digits after 0x) identify the source file number, and the lower 16 bits (the last four hexadecimal digits of the parameter) identify the source line in the file where the stop occurred.
- Check Event Viewer for error messages from SCSI, FASTFAT (the System Log), or Autochk (the Application Log) that might help determine the device or driver that is causing the error.
- Try disabling any virus scanning programs, backup programs, or disk defragmenter tools that constantly monitor your computer, and if possible, run hardware diagnostics tools supplied by your computer manufacturer.
- Run chkdsk /f /r to detect and resolve any file system structural damage.
- Depletion of non-paged pool memory can cause this issue. If you create a Services for Macintosh (SFM) volume on a large partition (7 gigabytes or larger) with a large number of files (at least 100,000) while the AppleTalk driver Apf.sys is running, the indexing routine consumes a large amount of non-paged pool memory. If the non-paged pool memory is completely depleted, this error can cause your computer to stop responding (hang). However, if the amount of available non-paged pool memory is very low during the indexing process, another kernel-mode driver
requiring non-paged pool memory can also cause this issue. To resolve this issue, increase the amount of installed RAM to increase the quantity
of non-paged pool memory available to the kernel, or reduce the number of files on the SFM volume.
Additional query words:
2000
Keywords : kberrmsg kbtool kbtshoot
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
|