Linux Lite Forums
SSD Trim test fails - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26)
+--- Thread: SSD Trim test fails (/showthread.php?tid=1768)



SSD Trim test fails - jcoles - 04-24-2015

The test_trim.sh test doesn't return the all-zeros result that it should. The sector data are unchanged.
I double-checked my fstab modifications, rebooted and retried the test script.

The SSD drive is a Kingston sv300s3. I'm running the 32-bit version of Linux Lite 2.4 on an Asus X101CH eeePC.

McDivot may be right that trimming doesn't happen automatically, you have to request it. I probably won't bother. The idea that my SSD might last longer was the motivation for trying the fstab mod.

Linux Lite is a fine distro, by the way.


Re: SSD Trim test fails - Wirezfree - 04-24-2015

Hi,

Take a look at my reply to McDivot

https://www.linuxliteos.com/forums/hard-drives-and-ssd's/(solved)-trim-on-ssd/msg6653/#msg6653

Dave


Re: SSD Trim test fails - Valtam - 05-25-2015

The Trim tutorial has been re-written with new information and will appear in the new Help Manual when it is released.


Re: SSD Trim test fails - Wirezfree - 05-25-2015

Thanks... Dave


Re: SSD Trim test fails - m654321 - 05-26-2015

I don't use the automatic fstrim, I do it manually.
To clean junk I use the terminal every now and then and enter the following,
e.g:

for root partition:      sudo fstrim -v  /
for home partition:  sudo fstrim -v  /home

You can adapt this for any other partitions, e.g. data partitions..
I picked this up from Quidsup on Youtube.

Regards
Mike