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 filesystems are kind of an emotional topic i feel like, temper your expectations of results accordingly.
my personal opinion: ext4 and xfs do not store checksums of file data, only metadata. btrfs and zfs store checksums of the file data itself too. so btrfs and zfs will detect bit flips in the file data, while ext4 and xfs will not. because of this i prefer btrfs and zfs