This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

For those of you using SSD's - TRIM support..

I added the following lines to my /etc/crontab to run SSD TRIM cleanup on the primary mount points in my UTM weekly.  The fstrim command is included with the OS and does not appear to run automatically from what I could tell.  If someone know better, let me know..

@weekly  root /sbin/fstrim /
@weekly root /sbin/fstrim /boot
@weekly root  /sbin/fstrim /opt/inst
@weekly root /sbin/fstrim /var/log
@weekly root /sbin/fstrim /tmp

Thought I'd share..

Bryan


This thread was automatically locked due to age.
Parents
  • You might find your crontab entries are gone.  /etc/crontab appears to be regenerated every ~5 minutes.

    Creating /etc/crontab.local (or another new crontab.* name) with the desired entries should get them spun into the frequently regenerated /etc/crontab.

    (Based on 9.1)
Reply
  • You might find your crontab entries are gone.  /etc/crontab appears to be regenerated every ~5 minutes.

    Creating /etc/crontab.local (or another new crontab.* name) with the desired entries should get them spun into the frequently regenerated /etc/crontab.

    (Based on 9.1)
Children
No Data