which is "better", XFS or BTRFS? i only care about file system resilience on shitty SSDs, so like, which one is going to be slower at letting my photos be randomly destroyed by bit flips? #linux
@aeva@dotstdy not true for btrfs? btrfs dup can be used for a raid configuration or on a single disk if you want, although obviously that won't help you if the whole device goes bad
@glyph@aeva I mean you can set up lots of wild configurations yea. I just mean without having some form of parity or raid they're not going to be any different in themselves (and you can do raid with either one). And you can potentially just store parity data with the files you want to archive if you just want a single disk option.
@aeva@glyph yeah the fun thing with ssds is they are constantly doing error detection and recovery because of how close to the wire the actual storage is running. its all failing all the time