U-Boot ext4 warning: Difference between revisions

From embeddedTS Manuals
(Changed wording)
No edit summary
 
Line 1: Line 1:
{{Note|The ext4 filesystem can be used instead of ext3, but it may require additional options.  U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4.  If using e2fsprogs 1.43 or newer, the options "-O ^64bit,^metadata_csum" must be used.  Older versions of e2fsprogs do not need these options passed.}}
{{Note|The ext4 filesystem can be used instead of ext3, but it may require additional options.  U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4.  If using e2fsprogs 1.43 or newer, the options "-O ^64bit,^metadata_csum" must be used with ext4 for proper compatibility.  Older versions of e2fsprogs do not need these options passed nor are they needed for ext3.}}

Latest revision as of 11:35, 20 December 2017

Note: The ext4 filesystem can be used instead of ext3, but it may require additional options. U-Boot does not support the 64bit addressing added as the default behavior in recent revisions of mkfs.ext4. If using e2fsprogs 1.43 or newer, the options "-O ^64bit,^metadata_csum" must be used with ext4 for proper compatibility. Older versions of e2fsprogs do not need these options passed nor are they needed for ext3.