|
|
|
|
|
by cmurf
1079 days ago
|
|
ZFS and Btrfs have demonstrated devices have a variety of transient failures including maintaining write order implied by fsync or fua. This will thwart any filesystem. SSDs do not reliably report UNC read errors when data can't be retrieved. Garbage or zeros are returned instead. There's a reason why ext4 and XFS added journal and metadata checksumming. Storage devices just aren't as reliable at informing the kernel when it suspects the data returned is bad. |
|