SSD trimming as a cron job
Posted: 2016-01-23 Filed under: system | Tags: cron, crontab, ext4, fstrim, fstrimDaemon, SSD, trim, XFS 2 CommentsI use XFS for my SSD and the partitions are mounted with default settings in /etc/fstab
. Instead of using the discard
option, I decided to set the fstrim
command running as a cron
job. As a side note, other filesystems that support trimming listed in the Arch Wiki are: Btrfs, Ext4, JFS.
Read the rest of this entry »