Voxel
Part of the Furniture
Bonjour ;-)I do not understand how you could format ext4, and nit me. Do you have any idea ?
Well, you are right. I've checked now. It is because of upgraded e2fsprogs. Kernel is changed and e2fsprogs too. C'est la vie. Currently (since version 1.44.x I suppose) e2fsprogs supports some extra features by default, not available for the kernel 3.4.103 used in R7800. Namely metadata_csum (kernel 3.6 and above):
https://ext4.wiki.kernel.org/index.php/Ext4_Metadata_Checksums
Try to format your USB using option to disable this feature:
Code:
mkfs.ext4 -L optware -O ^metadata_csum /dev/sda1
Please let me know results,
Merci,
P.S. I have to upgrade my README.
Voxel.
Last edited: