 norwegian Premium join:2005-02-15 Outback
·WestNet Broadband
1 edit | Re: Kaspersky, You lost me at ISwift.. Presently I have no answer, but seeing as this topic has started, maybe we can bring it to the devs attention, as long as we are specific to the needs required
Doing a google finds this
»webtools.live2support.com/windows/fsutil.php
quote: Sparse files provide a method of saving disk space for files that contain meaningful data as well as large sections of data composed of zeros. If an NTFS file is marked as sparse, then disk clusters are allocated only for the data explicitly specified by the application. e.g. The Indexing Service, stores it's catalogs as sparse files.
With 8.3 filennames disabled you'll notice a performance improvement only with a large number of files (over 300,000) in relatively few folders where a lot of the filenames start with similar names. Not having 8.3 filenames available will prevent the use of old applications such as Word 2.0 and Excel 4.0 FSUTIL behavior query disable8dot3 1
If you have a lot of small files, you may need a larger Master File Table to avoid MFT fragmentation: FSUTIL behavior set mftzone 2 will reserve 25 % of the volume for the MFT. 1 = 12.5 %(default), 3 = 37.5%, 4 = 50%
The last access time attribute of NTFS can really slow performance, if you disable it, the time set will simply be the Creation Time. FSUTIL behavior set Sparse files provide a method of saving disk space for files that contain meaningful data as well as large sections of data composed of zeros. If an NTFS file is marked as sparse, then disk clusters are allocated only for the data explicitly specified by the application. e.g. The Indexing Service, stores it's catalogs as sparse files.
With 8.3 filennames disabled you'll notice a performance improvement only with a large number of files (over 300,000) in relatively few folders where a lot of the filenames start with similar names. Not having 8.3 filenames available will prevent the use of old applications such as Word 2.0 and Excel 4.0 FSUTIL behavior query disable8dot3 1
If you have a lot of small files, you may need a larger Master File Table to avoid MFT fragmentation: FSUTIL behavior set mftzone 2 will reserve 25 % of the volume for the MFT. 1 = 12.5 %(default), 3 = 37.5%, 4 = 50%
The last access time attribute of NTFS can really slow performance, if you disable it, the time set will simply be the Creation Time. FSUTIL behavior set disablelastaccess 1
Particularly the last comment
Edit: this has been linked at the topic for this issue, which can be found here - »forum.kaspersky.com/index.php?sh···ic=14995 -- The only thing necessary for the triumph of evil is for good men to do nothing - Edmund Burke |