lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 Mar 2009 09:09:23 -0400
From:	Theodore Tso <tytso@....edu>
To:	"J.D. Bakker" <jdb@...tmaker.nl>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: Once more: Recovering a damaged ext4 fs?

On Sat, Mar 28, 2009 at 01:53:35PM +0100, J.D. Bakker wrote:
> At 08:30 -0400 28-03-2009, Theodore Tso wrote:
>> Can you verify exactly what kernel version you are using? This issue
>> is being discussed at:
>>
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/330824
>>...
>
> Had the problem with 2.6.28, 2.6.28.4 and 2.6.29-rc6. After yesterday's 
> crash I've upgraded to 2.6.29. For completeness' sake, my ext4 RAID had 
> been created from scratch, not upgraded from ext3.

Thanks, I've updated your information on the Launchpad bug site.  If
we can get indpendent confirmation, it appears the bug was fixed
sometime between 2.6.28-rc6 and 2.6.28-rc8.

> Should I still apply the oneliner you posted yesterday on 2.6.29?

Yeah, it's definitely a god fix to have in hand.

> In the meantime I've tried mkfs -S, this complained about "File exists 
> while trying to create journal". fsck -y is running (has been for a few 
> hours) and appears to cycle through

Oops, I need to fix mke2fs to handle this case better.  (I assume you
were doing "mke2fs -S -t ext4 /dev/XXX", or something like that,
right?)

You should be able to work around the "File exists..." error via this
command:

	debugfs -w /dev/XXXX -R "clri <8>"

... and then retrying the mke2fs -S command.

Regards,

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ