10-11-2017, 11:51 AM
Ubuntu has a cron weekly for fstrim
I have kickstarted it manually and from the delay I think its working but it just doesn't turn up in journalctl.
Anyone know if it will recognise eMMC on the below as a cron weekly.
I have kickstarted it manually and from the delay I think its working but it just doesn't turn up in journalctl.
Anyone know if it will recognise eMMC on the below as a cron weekly.
Code:
#!/bin/sh
# trim all mounted file systems which support it
/sbin/fstrim --all || true