On Sat, Dec 30, 2017 at 12:56:58PM +0100, J. Fahrner wrote:
> Some recent CPUs (Intel and SPARC) provide a hardware accelerated CRC32c
> implementation. For best performance you should ensure that these
> modules load before any ext4 filesystems with checksums.
>
> doing a lsmod on my system, I s
Am 2017-12-29 21:35, schrieb Adam Borowski:
> resize2fs -b $DEV
> tune2fs -O metadata_csum $DEV
> fsck.ext4 -D $DEV
One thing is unclear to me. Reading this wiki:
https://ext4.wiki.kernel.org/index.php/Ext4_Metadata_Checksums
They say:
* Install Linux 3.6+ and e2fsprogs 1.43-WIP.