this post was submitted on 18 Oct 2023
216 points (97.0% liked)

linuxmemes

20703 readers
1771 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 11 months ago* (last edited 11 months ago) (1 children)

The way I understand it, it’s an automated job that sends the “trim” command to SSDs to discard all the blocks that have been marked as unused by the filesystem. My knowledge is a little patchy so I’m probably missing some important details…

When you go to delete something on an SSD, it’s simply just marked as being deleted. The file still technically occupies space on the SSD and the SSD will never simply overwrite space that has a deleted file on it.

So… by enabling the service, systemd will automatically send the trim command that tells the SSD to empty out all the space occupied by files marked as deleted which allows the SSD to reuse said space.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

So why not do something like

sudo crontab -e

And add

0 10 * * 1 root the funy command

Assuming your PC is always on at 10 am on mondays?

[–] [email protected] 12 points 11 months ago (1 children)

Nothings stopping you. It achieves the same thing. Some people might just prefer this since it’s easier and gets logged in the systemd journal? The Arch wiki lists some nice benefits of using systemd timers as a replacement to cron jobs.

[–] [email protected] 5 points 11 months ago

Phew, I thought it would trigger the Cron Goblin