Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/doc
In directory usw-pr-cvs1:/tmp/cvs-serv5167
Modified Files:
tunable_settings
Log Message:
Update to latest docs.
Index: tunable_settings
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/doc/tunable_settings,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tunable_settings 2001/01/28 05:49:57 1.1
--- tunable_settings 2001/03/02 15:04:24 1.2
***************
*** 2,10 ****
\Registry\Machine\System\CurrentControlSet\Control\FileSystem.
! NtfsDisable8dot3NameCreation
! NtfsAllowExtendedCharacterIn8dot3Name
! NtfsDisableLastAccessUpdate
! NtfsMftZoneReservation
--- 2,25 ----
\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.
+
+ 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 ?
|