Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any difference b/w checksum in ZFS as compared to few other filesystems which also provide 64 bit checksum ?

0
Posted

Is there any difference b/w checksum in ZFS as compared to few other filesystems which also provide 64 bit checksum ?

0

Data is protected by 256 bit checksum in ZFS – Only FileSystem to have 256 Bit Checksum. ZFS checksums both metadata and data blocks. Additionally they are cryptographic hashes, SHA-256 .Which allows for neat tricks where one top level checksum can be used to essentially give a hash of the entire block tree. This can be combined with PGP sigs. And add to that that the checksum in ZFS is always store with the indirect block not with the data, the only time ZFS stores data and checksum in the same block is in the uberblock as there are no indirect blocks pointing to it This I believe is major difference between ZFS and other filesystems that does checksums.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123