• 1 Post
  • 179 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle





  • The longest outage I’ve had in a decade is when my primary SSD died a 2 months ago and I had to reinstall using config backups. It was down for around a day.

    I’ve thrown a UPS on it and flown overseas for a week or two. It’s basically just email for me and the kids.

    I’ve had longer outages on hosted services, TBH.


  • I host my own mail. When it’s down, the mail just gets delivered after I get online again. Almost all mail servers are configured to retry over a period of several days before giving up.

    Once my health insurer sent me mail by post to tell me that my mail server was down. That was kinda funny.











  • pHr34kY@lemmy.worldtoLinux Gaming@lemmy.worldBTRFS for Linux gaming?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I wrote a blog about it last year with my method of deduplicating. I really need to update that bit because steam keeps writing files that don’t uphold the group permissions, and others get permission errors that need to be fixed by admin. Steam also failed to determine free space on a drive when symlinks were involved.

    I even found recently that steam would write files in /tmp/ as one user, and fail when you logged in as another user and tried to write the same file. Multi-user breaks even without messing around.

    My current solution doesn’t use symlinks. I just add two libraries for each user. One in their respective home directory, and another shared in /mnt/steam. It means that any user can update a game in /mnt/steam, and it cleanly updates for all users at once.



  • Btrfs is amazing for a steam library. The single best feature is the compression. Games tend to have lot of unoptimized assets which compress really well. Because decompression is typically faster than your disk, it can potentially make games load faster too.

    I put a second dedicated nvme drive in my PC just for steam. It’s only 512GB but it holds a surprisingly large library.