Passer l'AHCI en SATA (au lieu de IDE)
Recherche driver Samsung SSD 840 PRO SATA
Max: 10 Go
–> Plus d'actualité.
Choisir une partition en ext4 et laisser 10Go non patitionnés
Note: don't select the BTRFS file system! Because under certain circumstances, BTRFS causes a huge amount of write actions.
With “noatime” in '/etc/fstab', you disable the write action “access time stamp”, that the operating system puts on a file whenever it's being read by the operating system. For an SSD “noatime” is much better.
sudo apt-get install gksu leafpad
gksudo leafpad /etc/fstab
Modifier le fichier /etc/fstab
pour ajouter la noatime (mais pas pour la ligne de la partition de swap).
Exemple:
UUID=f0ae2c59-83d2-42e7-81c4-2e870b6b255d / ext4 noatime,errors=remount-ro 0 1
Le TRIM est nécessaire pour que le SSD conserve de bonne performances sur le long terme.
sudo mv -v /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla /
Pour remettre en place l'hibernation :
sudo mv -v /com.ubuntu.enable-hibernate.pkla /etc/polkit-1/localauthority/50-local.d
Il existe une option dans le paramétrage du disque pour dire qu'il fonctionne sur un SSD.
Set the cache to 0: Firefox menu button (with the three dashes on it) - Preferences - Advanced Tab Network section “Cached Web Content”: tick Override automatic cache management and set the cache to 0 MB.
The write actions of Google Chrome and Chromium can be limited as follows.
- Launch Chrome / Chromium.
- Now press the F12 key, in order to open the developers' console. Click on the little gear wheel in the panel of the console, in order to open the settings.
In the settings window you tick: Disable cache (while DevTools is open).