From 6793494c496f48aab9f648db01861f66e40ab85f Mon Sep 17 00:00:00 2001 From: !antona Date: Thu, 22 Aug 2002 18:09:47 +0000 Subject: [PATCH] Added cvs Id header. 2001/03/02 15:04:24-00:00 !antona Update to latest docs. 2001/01/28 05:49:57-00:00 !antona More header development. AttrDef description. (Logical change 1.5) --- doc/tunable_settings | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/tunable_settings b/doc/tunable_settings index e69de29b..8181d290 100644 --- a/doc/tunable_settings +++ b/doc/tunable_settings @@ -0,0 +1,31 @@ +The following settings can be tuned in Windows NT in the registry under the key +\Registry\Machine\System\CurrentControlSet\Control\FileSystem. + +NtfsDisable8dot3NameCreation default is to enable 8.3 creation + +NtfsAllowExtendedCharacterIn8dot3Name default is to disallow extended chars + +NtfsDisableLastAccessUpdate default is enable the last acc. update + +__u32 NtfsMftZoneReservation: + If not present set the variable _NtfsMftZoneMultiplier to 1. + If = 0 or > 4, again set the variable _NtfsMftZoneMultiplier to 1. + Otherwise, set the variable _NtfsMftZoneMultiplier to the value of + NtfsMftZoneReservation. + + Value = Space % of volume reserved for MftZone + 1 = 12.5% + 2 = 25% + 3 = 37.5% + 4 = 50% + +The zone multiplier is ONLY read accessed when mount_volume is called and +when deallocate_clusters is called. +The zone multiplier is ONLY write accessed when the driver initializes. + +Win2k adds: + +NtfsQuotaNotifyRate ? + +NtfsEncryptionService ? +