#310 — Jul 31, 2026 by Evan Chen
Oh heck apparently fstrim.timer was disabled on my device for years.
$ sudo fstrim -av
/home: 923.6 GiB (991699480576 bytes) trimmed on /dev/nvme0n1p4
/boot: 644.2 MiB (675508224 bytes) trimmed on /dev/nvme0n1p1
/: 419.7 GiB (450605842432 bytes) trimmed on /dev/nvme0n1p3
Okay, sudo systemctl enable fstrim.timer it is.
Maybe this will actually fix the hard drive issues now?
(I celebrated too early in #266.)