Comment by ryao

Comment by ryao 6 months ago

4 replies

To give an answer that nobody else has given, ZFS is great for storing Steam games. Set recordsize=1M and compression=zstd and you can often store about 33% more games in the same space.

A friend uses ZFS to store his Steam games on a couple of hard drives. He gave ZFS a SSD to use as L2ARC. ZFS automatically caches the games he likes to run on the SSD so that they load quickly. If he changes which games he likes to run, ZFS will automatically adapt to cache those on the SSD instead.

chillfox 6 months ago

The compression and ARC will make games load much master than they would on NTFS even without having a separate drive for the ARC.

bmicraft 6 months ago

As I understand, L2ARC doesn't work across reboots which unfortunately makes it almost useless for systems that get rebooted regularly, like desktops.

  • olavgg 6 months ago

    L2ARC has had persistence support for a few years now.

    • bmicraft 6 months ago

      Wow thanks for pointing that out, apparently it's been around for four years since with the first 2.0 release without me noticing.