I'm reading the ext4 superblock, but its s_checksum (offset 0x3FC) is always zero. Also the s_checksum_type (offset 0x175) field is zero as well, however according to https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout#The_Super_Block
it should be 1.
Why is that?
(I'm on Ubuntu VM, which is hosted by VMWare Fusion on MacPro)