$ 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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2022-01-09
  • 2022-01-07
  • 2021-11-22
  • 2022-12-23
  • 2020-01-22
猜你喜欢
  • 2021-12-18
  • 2022-01-25
  • 2022-01-04
  • 2021-12-17
  • 2021-11-21
  • 2021-12-29
相关资源
相似解决方案