How often do you trim your SSD?
>>109419556Never, I also have my Foreskin untrimmed.
>>109419556I don't know, but I trim your mom every other night.
>>109419556>more furry spamsad life, OP.
Every other week on Sunday after updating my packages
stop posting racist fox.
>>109420273post more racist foxbut with effortful posts
>>109419556Never
>>109419556is manual trimming another Linux-thing?
>>109422552my life is a mess but at least my ssds are trimmed
>>109419556TRIM can't work on my setup because I use full disk encryption.
>>109419556don't you mean defrag?
>>109422872No. Whole different things. Defragmentation is for HDDs. TRIM is for SSDs
>>109422883>he fell for the never defrag a ssd memelmao
>>109422592>TRIM can't work on my setup because I use full disk encryption.I can work, even with FDE.
>>109419556once a week
>>109422933The SSD controller moves blocks around for wear leveling and to improve write speeds. It's actually bad when files are contiguous on SSDs. So even if you "defrag" it they'll still be fragmented on the physical level.
>>109419556I have a script in /etc/cron.weekly that does it once a week.>>109422592>TRIM can't work on my setup because I use full disk encryption.It totally works. I've been doing it since 2014.From the man page for cryptsetup:--allow-discardsAllow the use of discard (TRIM) requests for the device.