manjaro开启sdd trim

   $ sudo systemctl enable fstrim.timer;$ sudo systemctl start fstrim.service;

  

$ sudo systemctl enable fstrim.timer;$ sudo systemctl start fstrim.service;$ sudo systemctl status fstrim.service;Check the timersystemctl cat fstrim.timer    
and look for thePersistent=true
that will start the fstrim.service next time on boot

转载于:https://www.cnblogs.com/or2-/p/9966660.html