linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bug when we do an mkfs.ext4 + tune2fs
@ 2009-01-20 13:21 fdbugs
  2009-01-20 14:05 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: fdbugs @ 2009-01-20 13:21 UTC (permalink / raw)
  To: linux-ext4

Hi,

I have an error when I try to mount an ext4 after having changed its
uuid with tune2fs. If I just do an mkfs.ext4 I can mount it, but if I
do an mkfs.ext4 and then an e2label -U on it, it can't be mounted.
Fortunately this bug is quite easy to reproduce.

1) mkfs.ext4 /dev/xxxx  -b 4096  -I 256 -O
has_journal,ext_attr,resize_inode,dir_index,filetype,extent,flex_bg,sparse_super,large_file,huge_file,uninit_bg,dir_nlink,extra_isize,^journal_dev

2) "mount -t ext4 /dev/xxxx /mnt/test" works

3) umount /dev/xxxx

4) tune2fs /dev/xxxx  -U 19ad8325-2e39-4be1-a6b1-a5d2d1015eeb

5) "mount -t ext4 /dev/xxxx /mnt/test" fails

6) we can see the following error in the log messages
EXT4-fs: ext4_check_descriptors: Checksum for group 0 failed (10987!=27579)
EXT4-fs: group descriptors corrupted!


I am running a 64bit 2.6.27.12 kernel with 64bit binaries, and e2fsprogs-1.41.3.

Another user using Ubuntu jaunty alpha3 on a 32bit system has exactly
the same problem, so it sounds that all recent ext4 versions are
impacted.

The mkfs command is quite long just because the list of filesystem
features have been saved by a tool which must recreate the filesystem
with the same attributes.

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-20 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 13:21 bug when we do an mkfs.ext4 + tune2fs fdbugs
2009-01-20 14:05 ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).