How do I trim the drive?
Hi,
a little Google search would have help you : How to Install and Configure TRIM in Linux | Baeldung on Linux
1 Like
I looked but I’m new to Arch and wondered if it was different. Turns out that I just needed to:
sudo fstrim -v /
It does automatically
1 Like
Oh yes! Didn’t know that.