Hello, I have a question, how to execute SSD on demand?
I have already setup the scheduled timer for automatic trim:
sudo systemctl enable --now fstrim.timer
and i started the timer for ssd trim:
sudo systemctl start fstrim.timer
So this is not my concern.
My question is how to execute trim on demand, because i want to trim manually my SSD once, nad after that, the automatic trim will take over.
i tried to look for the command in the forum but was not able to find it.
Thanks