11-01-2014, 11:09 PM
(11-01-2014, 10:17 PM)McDivot link Wrote: I have followed the instructions in the manual to see if trim was working on my ssd.
Instead of o,s i got a screen full of f,s.
Attached is my new fstab file.
Hi,
First thing to do is check if your SSD actually support Trim?
Code:
sudo hdparm -I /dev/sda | grep "TRIM supported"It should return something like this if it does
Code:
dave@asus-mini-1:~$ sudo hdparm -I /dev/sda | grep "TRIM supported" * Data Set Management TRIM supported (limit 8 blocks)
dave@asus-mini-1:~$If it does not return anything, it does not support Trim,
If it does, try
Code:
sudo fstrim -v /Code:
/: 856668590 bytes were trimmedHere are some items on Trim, it appears there are differing opinions
on if should be done in "fstab" or doing it in "Daily" Chron job.
http://ivanblagojevic.com/2014/05/ubuntu...me-on-ssd/
http://www.webupd8.org/2013/01/enable-tr...rives.html
At present I just do it manually with the
Code:
sudo fstrim -v /Dave
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)

