213
submitted 8 months ago by Devorlon@lemmy.zip to c/linuxmemes@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] DmMacniel@feddit.de 37 points 8 months ago
[-] cjf@feddit.uk 15 points 8 months ago* (last edited 8 months ago)

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.

[-] EuroNutellaMan@lemmy.world 2 points 8 months ago* (last edited 8 months ago)

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?

[-] cjf@feddit.uk 9 points 8 months ago

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.

[-] EuroNutellaMan@lemmy.world 4 points 8 months ago

Phew, I thought it would trigger the Cron Goblin

load more comments (22 replies)
this post was submitted on 18 Oct 2023
213 points (96.9% liked)

linuxmemes

19717 readers
422 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