|
|
|
|
|
by londons_explore
1079 days ago
|
|
> as I have had to recreate a 16tb array twice now due to journal corruption on power outages. This isn't a good sign... Journalling should never, if bug-free, lead to data corruption or loss even if there is a power outage. And, even if there was some bug, one would expect a robust filesystem to say "ah, there is some data corruption here, so we're gonna run an fsck and recover every single file on the disk except perhaps the one or two that the bug clobbered." |
|
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.