What is bit rot, and how is your favourite file system dealing with it?
1–6 of 6 posts
Re: What is bit rot, and how is your favourite file system dealing with it?
#2- ext4: same as XFS
- btrfs: can with checksums detect bit rot, not heal it by itself it seems
- ceph: can detect bit rot, not repair. Ceph is for networked systems, no local file system like xfs/ext4/btrfs.
Re: What is bit rot, and how is your favourite file system dealing with it?
#3Re: What is bit rot, and how is your favourite file system dealing with it?
#4That was a fun read and I was a bit shocked that they didn't have any suggestions on remediations. Not saying they should have as the topic was bit rot not how to fix it.
Setups with RAID1 could help fixing bit rot, but I think these setups are not full stack tested, so one would have to play and test by oneself (and after soft ware updates verify the whole stack again..).
Maybe easiest remedy is to keep all files in a second directory, and hope that when bit rot invalidates one version of the file the second one is ok. rsync could in cycles sync the 2 directory trees.
Re: What is bit rot, and how is your favourite file system dealing with it?
#5It’s a real pity that there is no competitors in this space. Every time I read about btrfs, I am sad that they don’t seem to consider it an important feature at all.
Re: What is bit rot, and how is your favourite file system dealing with it?
#6Can confirm that bitrot is real, especially with cheaper devices. And as far as I know, only ZFS in RAID configuration can detect and fix it today. It’s a real pity that there is no competitors in this space. Every time I read about btrfs, I am sad that they don’t seem to consider it an important feature at all.