timppu: I guess I originally got a bit interested into FreeBSD due to ZFS. I wonder if ZFS would be a good filesystem for my GOG installers, keeping them safe from bitrot from here to eternity?
Hurricane0440: You could use Fedora too. It comes with BTRFS which also has the "copy-on-write" feature.
I've been dabbling with btrfs a bit in Linux for that reason, so yeah I guess it would be either that or OpenZFS. IIRC OpenZFS can be used in Linux too, even if it can't be included in the kernel as the license in incompatible with GPL, or something like that... At work I've used ZFS a bit too.
Maybe the main impediment so far has been that I'd like the filesystem to be at least readable, but preferably also writable, also on Windows. There's e.g. WinBTRFS but I am unsure what is its state at the moment. Currently I use NTFS because I can easily and securely read and write it both in Linux and Windows.
IIRC Windows has also gotten some COW filesystem, but apparently reserved for Windows Server, not home use?
The thing is, I am not really interesting in e.g. data dedup or different RAID-levels and whatnot in e.g. btrfs or ZFS; I'd just want their ability to track the files against e.g. bitrot. So maybe btrfs or OpenZFS are an overkill to me if I am interested in them for one feature only, but then as journaling filesystems like NTFS or ext4 or xfs don't seem to offer the same...
EDIT: Correction, I might be a bit interested in the RAID capability, if it easily lets me combine several smaller hard drives into a bigger pool. Not sure, I'd have to test and think how usable it would be for me.