I recently installed an SSD and AFAIK Ubuntu makes a weekly FSTrim on SSD's that support it.
Is there a log file of this trims?
I recently installed an SSD and AFAIK Ubuntu makes a weekly FSTrim on SSD's that support it.
Is there a log file of this trims?
No, there is no special log file and the command
fstrim
has usually no output without the-v
switch if there is no error./sbin/fstrim --all
is started via cron and the only thing you can see are the messages thatcron
writes into/var/log/syslog
.You could change the configuration in
/etc/cron.weekly/fstrim
.Open the file in your editor:
Add the
-v
switchand you will have an output like this
in your
syslog