home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / ntfsprogs / tunable_settings < prev   
Encoding:
Text File  |  2002-08-22  |  950 b   |  32 lines

  1. The following settings can be tuned in Windows NT in the registry under the key
  2. \Registry\Machine\System\CurrentControlSet\Control\FileSystem.
  3.  
  4. NtfsDisable8dot3NameCreation        default is to enable 8.3 creation
  5.  
  6. NtfsAllowExtendedCharacterIn8dot3Name    default is to disallow extended chars
  7.  
  8. NtfsDisableLastAccessUpdate        default is enable the last acc. update
  9.  
  10. __u32 NtfsMftZoneReservation:
  11.     If not present set the variable _NtfsMftZoneMultiplier to 1.
  12.     If = 0 or > 4, again set the variable _NtfsMftZoneMultiplier to 1.
  13.     Otherwise, set the variable _NtfsMftZoneMultiplier to the value of
  14.     NtfsMftZoneReservation.
  15.  
  16.         Value = Space % of volume reserved for MftZone
  17.         1 = 12.5%
  18.         2 = 25%
  19.         3 = 37.5%
  20.         4 = 50%
  21.  
  22. The zone multiplier is ONLY read accessed when mount_volume is called and
  23. when deallocate_clusters is called.
  24. The zone multiplier is ONLY write accessed when the driver initializes.
  25.  
  26. Win2k adds:
  27.  
  28. NtfsQuotaNotifyRate    ?
  29.  
  30. NtfsEncryptionService    ?
  31.  
  32.