
NTFS also creates and keeps track of another timestamp called Accessed. The timestamp lists the date on which the file was last accessed and whether the file was opened and read or changed and saved. Each time NTFS updates a file’s Properties sheet, an accompanying disk read/write operation occurs. Since the Accessed timestamp does not add much useful information, you may consider the read/write operation incurred to record it wasteful.
If you have an application, such as a search tool, that frequently accesses many files for a simple read operation, the operation required to update each file’s Accessed timestamp can drain your system’s performance. Fortunately, you can use disable the Accessed timestamp using the FSUtil command. Here’s how:
1. Open a Command Prompt window.
2. Type the following command line:
FSUTIL behavior set disablelastaccess 1
If you wish to turn the Accessed attribute back on, simply repeat the command and replace 1 with 0.
Note: This tip applies only to Windows XP Professional.
No comments:
Post a Comment