manjaro开启sdd trim

 

  

$ sudo systemctl enable fstrim.timer;

$ sudo systemctl start fstrim.service;

$ sudo systemctl status fstrim.service;



Check the timer

systemctl cat fstrim.timer    
and look for the

Persistent=true
that will start the fstrim.service next time on boot
原文地址:https://www.cnblogs.com/or2-/p/9966660.html