diff --git a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl index f25d860..5c1b461 100644 --- a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl +++ b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl @@ -120,7 +120,7 @@ sure you're using _anacron_ on desktop): {% highlight bash caption=/etc/cron.weekly/fstrim %} #!/bin/bash -/usr/bin/ionice -c 3 /sbin/fstrim -a +/usr/bin/ionice -c 3 /sbin/fstrim -v -a {% endhighlight %}