Elektrine lite

← Feed

@vortexal@lemmy.ml

Post #1705579

2026-04-26 23:45 UTC

I don’t need it for my OS, I have a full 512 GB hard drive for my Linux Mint installation. I need this for specifically running games on old storage devices that hold less than 32 GB and have terrible read and write speeds.

Replies (2)

  • Probably been mentioned already, but ZFS and BTRFS have options for full disk compression. Though there is cpu overhead with higher compression settings.

    Open ##1706231

  • @utopiah@lemmy.ml 2026-04-27 14:41

    running games on old storage devices that hold less than 32 GB and have terrible read and write speeds. I’m confused. How about copying that to newer storage devices? Also typically game assets are VERY well compressed so I would suggest doing a comparison with/without compression before a full on migration. Compression tools help but aren’t magical. If your assets are e.g. .jpg or .mp4 or .mp3 or a combination of that (as typically game assets are, including 3D models with their textures) then you can test yourself to .zip them (or bzip2 or whatever you prefer) and you will seem some gains but they’ll be nearly negligible, e.g. < 10% reduction.

    Open ##1738881