JSI Tip 2709. Manage the size of the Master File Table Reserved Zone on Windows 2000.

Jerold Schulman

August 13, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

I described the MFT and MFT Reserved Zone in tip 0487.

In Windows NT 4.0, the size of the MFT Reserved Zone is fixed, once established. In Windows 2000, the MFT Reserved Zone is dynamically created every time the partition is mounted.

To manage the size of the MFT Reserved Zone, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlFileSystem

Edit or Add Value name NtfsMftZoneReservation, as a REG+_DWORD data type. The valid data value range is 1 - 4, where 1 sets the minimum and 4 sets the maximum.

After I set the NtfsMftZoneReservation to 1 and restarted my laptop, the size of the MFT Reserved Zone was dramatically reduced, but still sufficently large to handle any conceivable file object additions.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like