Does Ubuntu 11.04 fully support TRIM? And what happens if it doesn't, will my SSD wear out?

link|improve this question
Possible Duplicate Does Ubuntu have TRIM command for use with SSD? – Marco Ceppi Sep 24 '11 at 1:17
feedback

1 Answer

Yes, but you have to enable it manually by adding the discard option to your /etc/fstab like so:

/dev/mapper/faldara-natty /               ext4    discard,noatime,errors=remount-ro 0 1

Also the purpose of TRIM is to prevent a decrease in write throughput of the drive after much use, not to prevent it from wearing out. I have been using a drive for over a year without TRIM and have yet to suffer any performance loss, so IMHO, it is much ado about nothing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.