Hi,
I have a newbie question
I read in an external forum that after installing Manjaro I have to enable TRIM, and that Manjaro has it disabled altough it should be enabled.
Is this really the case?
…it is suggesting to run the command
sudo systemctl enable fstrim.timer
Should I do it?
If it is so, how can I check if TRIM is enabled or disabled and if my SSD supports TRIM.
Thank you,
systemctl status fstrim.timer
… will tell you whether it’s active. If it’s not, then just issue…
sudo systemctl enable --now fstrim.timer
6 Likes
If I use a discard=async in fstab (default btrfs after installation), do I also need to turn on the fstrim.timer?
Personally, I would advise against using discard
in the fstab
, and only have trims issued weekly (via the timer mentioned by @Aragorn.)
If you want to see for yourself if trims will be issued:
sudo fstrim -va
3 Likes
system
Closed
7
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.