Cookie Consent byPrivacyPolicies.comaccélaration accès disque dur NTFS - Eugenol

accélaration accès disque dur NTFS

Blason dql7mj - Eugenol
growler

12/04/2012 à 00h02

depuis un moment j'avais un problème de temps de latence d'accès de plus en plus important aux fichiers dicom stockés sur le PC de mon cone beam (du genre 10 à 15 secondes avant que le dossier s'affiche dans le logiciel de visualisation)

j'ai effectué la manip suivante sur ce PC:


commande executer, taper: fsutil behavior set disablelastaccess 1

valider

immédiatement le problème a été réglé et désormais l'accès est quasi instantané! le rêve.

cette fonction supprime apparemment le fait que la date d'accès à chaque fichier soit mémorisée sur le disque ce qui ralenti le système.

merci à adhoc, cyber ou autre féru d'informatique de valider cette manip afin que je ne vous fasse pas faire ne connerie.


X ray 03 medium zvq18j - Eugenol
cyber_quenottes

12/04/2012 à 08h42

je ne connaissai pas

j'ai trouvé ces explications ici

http://commandwindows.com/fsutil.htm

et en particulier ce paragraphe
===============================
Disable timestamp for last access to a file to speed up Windows

Another frequently seen recommendation is to disable the setting that keeps track of the last time a file. was accessed.

Removing the necessity for the system to keep reading and writing this information may speed up Windows Explorer.

The command is: fsutil behavior set disablelastaccess 1

Note that some backup programs may need this information.

fsutil behavior set disablelastaccess 0

====================================

qui explique qu'il peut exister certains programmes de backup réclamant cette ancienne compatibilité que tu as désactivé



ensuite le paragraphe suivant
====================================
Disable short file names to speed up Windows

One tweak that is mentioned fairly often disables the creation of short 8,3 format file names.

By default both Windows XP (NTFS) and Vista create file names in the old 8.3 format for all files in addition to whatever the regular name is.

This is to ensure compatibility with some programs that still linger and require the old file naming format from DOS days.

If you are sure that you do not have any 16-bit programs or programs that require the old format, disabling this extra name creation can possibly speed up your system.

The command is:
fsutil behavior set disable8dot3 1

Note that the Windows XP environment variables %TEMP% and %TMP% typically use short names.

Program installations sometimes use these variables If this change causes trouble and you need to restore the short name function, the command is fsutil behavior set disable8dot3 0

===================================
celà peut également accélérer le systeme

mais générer des problemes avec d'autres programmes ( install ou ancien soft 16 bits )