manjaro開啟sdd trim

c3tc3tc3t發表於2018-11-15
 

  

$ 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

相關文章