NT becomes unresponsive during an NTFS disk operation such as a dir.
January 8, 2000
A. When you perform a large NTFS disk operation such as adir/s *.* or a ntbackup :*.* NT can sometimes become unresponsive because NTupdates NTFS files with a last access stamp and if viewing thousands of filesthe NTFS log file can become full and waits to be flushed to the hard disk,this can cause NT to become unresponsive. To stop NTFS updating the last accessstamp perform the following:
Start the registry editor (regedit.exe)
Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem
From the Edit menu select New - DWORD value
Enter a name of NtfsDisableLastAccessUpdate and click OK
Double click the new value and set to 1. Click OK
Close the registry editor
Reboot the machine
This should improve the performance of your NTFS partitions.
Below is an example or a .reg file that can be used to automate this:
REGEDIT4
;
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem]
"NtfsDisableLastAccessUpdate"=dword:1
About the Author
You May Also Like