Data-Corrupting ext3 Bug In Linux 2.4.20 27
linuxjack55 writes "Kerneltrap is reporting a data-corrupting bug in the ext3 code of kernel 2.4.20. The scope of the problem (and workarounds) are described in the article, which also includes a link to an interesting interview with kernel hacker Andrew Morton. In it, he states that the '2.4.x core has only stabilized very recently' and the 2.4.x kernel is 'even now...in a late beta state.' He was also asked when the 2.4 kernel could be considered stable. His reply: 'Six months, perhaps?' If that prediction is accurate, 2.6.x could arrive before a 'stable' version of 2.4.x does." (The interview with Morton is from last February -- how stable you consider 2.4 right now is up to you.)
Duplicate. (Score:3, Insightful)
Mod me down if you must, but I have a good point here.
http://developers.slashdot.org/article.pl?sid=0
Re:Duplicate. (Score:4, Insightful)
But writing a simple filter to check past stories for the same hyperlinks shoudln't be too hard, i wouldn't think.
Ah well.
Re:Duplicate. (Score:1)
Re:Duplicate. (Score:2)
There are thousands of submissions, but much much much fewer make it as stories. Surely people that get paid to do this can keep track of just the stories.
Dupe (Score:2, Redundant)
Re:Dupe (Score:2)
Re:Mod down (Score:2)
first post haiku! (Score:4, Funny)
the editor's are on crack again
let's beat the dead horse
Does it fix buggy code? (Score:1)
Well, it would be nice....
Does /. run 2.4.20 (Score:4, Funny)
Because, the corruption of the databases would explain the duplicate story postings. Come on guys, ride this one for all it's worth.
FULL Interview (Score:3, Funny)
It was a disaster. 'The problem was with syncing during unmount. When the people at Slashdot upgraded, their databases became corrupted. Suddenly, duplicate stories began to appear!'
Added Andrew, 'Wow, duplicate stories. There's a shocker'
The full interview will be availible soon on The Onion [theonion.com]
Journaling (Score:1)
How can you verify that this option is not enabled? What, if it is enabled, can be done about it now - can you change the filesystem type (e.g. revert to ext2) or is all hope lost?
Re:Journaling (Score:1)
Re:Journaling (Score:4, Informative)
Journalled mode journals everything, including file data and metadata. This is the uber-reliable (well, when it doesn't have corruption-causing bugs) mode that most filesystems don't bother with because of the speed hit.
How can you verify that this option is not enabled
You can look for options in
If you're using 2.4.20 right now, I think I'd reboot into your older kernel right now.
Re:Journaling (Score:2)
This bug is in 2.4.20-pre5+, and Stephen and Andrew have both proposed workarounds. Ultimately, it might just be "more" "worth it" to switch to data=ordered if you've been using data=journal after syncing, dropping to single user, and remounting your ext3 partitions as data=ordered.
Or you could just back out the offending diff.
Re:Journaling (Score:2)
So... (Score:1)
Re:So... (Score:2)
Interestingly enough so does shutdown on Linux. So what's the problem?
Re:So... (Score:1)
Running `sync` before a `umount` should be redundant -- if `umount` is working correctly.
Still? (Score:1)
You think they'd have fixed it by now.