solus-project / os-installer

Solus Installer
https://solus-project.com/
GNU General Public License v2.0
16 stars 11 forks source link

Redundancy on TRIM support on SSDs #29

Closed palasso closed 7 years ago

palasso commented 7 years ago

A fresh Solus installation on an SSD will add the option discard on \etc\fstab and enable the fstrim.timer. This seems redundant as adding any of the two will enable TRIM on SSDs.

According to the ArchWiki (and some references there) there are cases where fstrim.timer is preferred over the discard option.