Aug
How manipulations done to improve disk performance using MFT (Master File Table)
How manipulations done to improve disk performance using MFT (Master File Table)
MFT (Master File Table) manipulations to improve disk performance:
Do you know NTFS occupies 12.5% of your free diskspace for MFT(Master File Table)?? Because of this reason it is highly recommended not to use NTFS format. MFT fragmentation causes signigicant slow down your disk. MFT utilization will be very high if you install tonnes of programs in your hard drive.Under such situation, it may be beneficial to increase this percentage to say 25%. There is small trick to do this. Open registry by going in start menu then run and then enter REGEDIT.
Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem. In right pane, Add one more key by the name “NtfsMftZoneReservation” with the REG_DWORD value of 2. DWORD value of 1 is interpreted as 12.5%, 2 as 25% and so on…..
Related posts: