I currently have a little SSD (32 GB) for /
and another HDD (250 GB) for /home
where I use eCryptfs to encrypt my personal files. I consider buying a big SSD (500 GB) to have all the data on a SSD as well. With the Kubuntu installer, I found the “guided with encrypted LVM” pretty satisfying, I am just not sure whether this would enable TRIM on the SSD.
This seems to pose a bit of a risk, but I assume that the performance will turn bad pretty quickly if I do not use TRIM.
- Does the installer automatically enable TRIM?
- If not, how could I enable it after the installation?
discard
in my/etc/fstab
although it is installed on an SSD.mount
does not show anydiscard
either. Does that mean the OCZ Nocti does not support TRIM in Ubuntu? – Martin Ueding Oct 07 '14 at 07:21discard
will give a bad performance hit. See the answer in the link. Ubuntu opted for a weekly cron job. – Rinzwind Oct 07 '14 at 07:23crypttab
, right? – Martin Ueding Oct 07 '14 at 07:26fstrim
seems to contain the deleted lines (unindented 58 and 59) in the changeset you reference. I suppose it's not what you meant to paste. – Ruslan Jan 12 '18 at 14:21