How to trim SSD on Linux:
This will trim all partitions that happens to support trim. As well it will display how many bites that have been wiped physically:
-----------------------------------------------------------------
sudo fstrim -a -v
-----------------------------------------------------------------
Source
Researched: January 12th, 2021
Back