Spouse's laptop Asus E406SA which appears to have 64GB eMMC. I wanted to check if trim is enabled, so with sudo systemctl status fstrim.timer I get this:
● fstrim.timer - Discard unused filesystem blocks once a week
Loaded: loaded (/usr/lib/systemd/system/fstrim.timer; disabled; preset: enabled)
Active: active (waiting) since Sun 2026-01-25 07:03:18 EET; 6h ago
Invocation: 01ae279bad6f4a649affd90d0a2b288f
Trigger: Mon 2026-01-26 01:01:30 EET; 11h left
Triggers: ● fstrim.service
Docs: man:fstrim
tammi 25 07:03:18 e406 systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.
I find this confusing when it says loaded, active, disabled, but also active(waiting), Started fstrim.timer.
So which one is it? Do I have to enable trim manually?