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)edge.strict_endians
parent
40ca008347
commit
6793494c49
|
@ -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 ?
|
||||
|
Loading…
Reference in New Issue