[Buildroot] [PATCH] fs/ext2: explicitly set a NULL UUID

Peter Korsgaard jacmet at uclibc.org
Tue May 28 10:38:51 UTC 2013


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 Yann> From: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 Yann> "tune2fs -U clear" creates an invalid filesystem, that fsck.ext2
 Yann> whines about later:

 Yann>     $ make rootfs-ext2
 Yann>     [--SNIP--]

 Yann>     $ ./host/usr/sbin/fsck.ext4 images/rootfs.ext2
 Yann>     e2fsck 1.42.7 (21-Jan-2013)
 Yann>     Filesystem did not have a UUID; generating one.
 Yann>     images/rootfs.ext2: clean, 4616/5120 files, 53171/131072 blocks

 Yann>     $ ./host/usr/sbin/fsck.ext4 -f images/rootfs.ext2
 Yann>     e2fsck 1.42.7 (21-Jan-2013)
 Yann>     One or more block group descriptor checksums are invalid.  Fix<y>? yes
 Yann>     Group descriptor 0 checksum is 0x4131, should be 0x8bdb.  FIXED.
 Yann>     [--SNIP--]

 Yann> So we set an explicitly NULL UUID instead.

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list