Tuesday, July 10, 2007

Speed Up The File System (Windows XP)

NTFS is a great file system, but its feature-set comes at a slight cost in performance. You can negate this a little with the following tips:

* By default NTFS will automatically update timestamps whenever a directory is traversed. This isn’t a necessary feature, and it slows down large volumes. Disable it by going to Run and type regedit:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\FileSystem and set ‘DisableNTFSLastAccessUpdate’ to 1.

* NTFS uses disparate master file control tables to store filesystem information about your drives. Over time these core MFT files grow and become fragmented, slowing down all accesses to the drive. By setting aside a little space, MFT’s can grow without becoming fragmented.

In the same key where you disabled the last access feature creat a new DWORD value called ‘NtfsMftZoneReservation‘ and set it to 2.

No comments:

eXTReMe Tracker