Sometimes errors go unnoticed and not detected by the hard disk firmware or the Linux/Unix operating system. Such errors are known as silent data corruption. To avoid such errors, one should use a file system that can detect those errors.
From the blog post:
Here’s something you never want to see:
ZFS has detected a checksum error: eid: 138 class: checksum host: alexandria time: 2017-01-29 18:08:10-0600 vtype: diskThis means there was a data error on the drive. But it’s worse than a typical data error — this is an error that was not detected by the hardware. Unlike most filesystems, ZFS and btrfs write a checksum with every block of data (both data and metadata) written to the drive, and the checksum is verified at read time. Most filesystems don’t do this, because theoretically the hardware should detect all errors. But in practice, it doesn’t always, which can lead to silent data corruption. That’s why I use ZFS wherever I possibly can.
- Read more:Silent Data Corruption Is Real
Comments on this entry are closed.
you are missing solaris in your blog tags… don’t forget where it comes from 🙂
It’s a good article, but one thing it doesnt cover much is the causes. I actually wrote something about this last year… cosmic rays are a common cause, believe it or not!!!
http://tekhead.it/blog/2016/06/data-corruption-the-silent-killer/
Hope this is of interest?