ssd
This is an old revision of the document!
Per eseguire il TRIM di un disco ssd in debian, uso il comando fstrim:
Here you have simple script to run fstrim on the /, /boot and /home partitions, which can be programmed to be executed periodically by anacron
$ cat /etc/cron.weekly/dofstrim #! /bin/sh for mount in / /boot /home; do fstrim $mount done
ssd.1406215621.txt.gz · Last modified: 2014/07/24 17:27 by francesco