Slashdot Mirror


EXT4 Data Corruption Bug Hits Linux Kernel

An anonymous reader writes "An EXT4 file-system data corruption issue has reached the stable Linux kernel. The latest Linux 3.4, 3.5, 3.6 stable kernels have an EXT4 file-system bug described as an apparent serious progressive ext4 data corruption bug. Kernel developers have found and bisected the kernel issue but are still working on a proper fix for the stable Linux kernel. The EXT4 file-system can experience data loss if the file-system is remounted (or the system rebooted) too often."

59 of 249 comments (clear)

  1. Re:Bisected? by Slayne · · Score: 5, Informative

    Nope - bisection is a common technique for tracking down the cause of a bug by doing a binary search through the code history.
    https://en.wikipedia.org/wiki/Code_Bisection

  2. Re:Bisected? by Gothmolly · · Score: 4, Funny

    No this means the kernel has bug-like tendencies from time to time, but is not exclusively buggy. For instance when it's in college, or if its at a bar, and has had a few drinks, well then it might be buggy, but normally at work and at home and to all its friends it acts stable.

    --
    I want to delete my account but Slashdot doesn't allow it.
  3. This is why I stick to Reiser by Anonymous Coward · · Score: 5, Funny

    I know he'd never do anything to harm me or my data.

    1. Re:This is why I stick to Reiser by Anonymous Coward · · Score: 2, Funny

      Or your wife?

    2. Re:This is why I stick to Reiser by localhost8080 · · Score: 2, Funny

      yeah, reiser 4 has some killer features

    3. Re:This is why I stick to Reiser by davester666 · · Score: 2

      That was the problem. Somebody filed a bug report on his wife.

      --
      Sleep your way to a whiter smile...date a dentist!
  4. I don't see the problem then... by Zapotek · · Score: 5, Funny

    The EXT4 file-system can experience data loss if the file-system is remounted (or the system rebooted) too often.

    We're talking about Linux users here...move along.

  5. Really clever... by K.+S.+Kyosuke · · Score: 5, Funny

    The EXT4 file-system can experience data loss if the file-system is remounted (or the system rebooted) too often."

    They're trying to boost the average uptime of all installations by making people keep their machines turned on. It's just a continuation of the uptime war waged with the BSD folks!

    --
    Ezekiel 23:20
  6. Interesting bug, but don't get excited. by dacut · · Score: 5, Informative

    From Ted Ts'o's commentary, it's an optimization ("jbd2: don't write superblock when if its empty") gone awry:

    The reason why the problem happens rarely is that the effect of the buggy commit is that if the journal's starting block is zero, we fail to truncate the journal when we unmount the file system. This can happen if we mount and then unmount the file system fairly quickly, before the log has a chance to wrap.

    Basically, this optimization has the side effect of not updating the transaction log in this rare case. You can end up replaying old transactions after new ones, which will scramble metadata blocks. Given the rather unique conditions needed to hit this one, I'm not going to lose any sleep over any servers running without Ted's fix (though I'll certainly apply it once RedHat releases the patch).

    1. Re:Interesting bug, but don't get excited. by Tough+Love · · Score: 4, Informative

      It means you could get an incorrect replay after a crash and end up needing to do a fsck. Good thing Ext2/3/4 fsck is awesome. Of course, having no replay bug will be much better. Note: the bug was introduced this October 8th. You are not running this kernel on your server or workstation unless you are a dev, it hasn't filtered through to distros yet.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:Interesting bug, but don't get excited. by Shimbo · · Score: 3, Insightful

      There are certainly distributions out there using 3.4 and 3.5 kernels.

      Yes, but not many of them will push kernel updates all the way through to end users in a couple of weeks.

    3. Re:Interesting bug, but don't get excited. by WuphonsReach · · Score: 2

      Note: the bug was introduced this October 8th.

      Probably one of the more informative comments here.

      --
      Wolde you bothe eate your cake, and have your cake?
    4. Re:Interesting bug, but don't get excited. by Anonymous Coward · · Score: 2, Insightful

      The offending commit is present in both Ubuntu's 12.10 and 13.04 generic kernels, though the package version are in proposed repositories.

    5. Re:Interesting bug, but don't get excited. by Anonymous Coward · · Score: 5, Informative

      Ubuntu users are at risk.

      http://www.ubuntuupdates.org/package/core/quantal/main/proposed/linux-image-3.5.0-18-generic

      Look for " jbd2: don't write superblock when if its empty
              - LP: #1066176"

      If any Ubuntu users have proposed repo enabled and they've updated to 3.5.0-18, they're vulnerable.

    6. Re:Interesting bug, but don't get excited. by fatphil · · Score: 4, Informative

      $ git show eeecef0af5e
      commit eeecef0af5ea4efd763c9554cf2bd80fc4a0efd3
      Author: Eric Sandeen <sandeen@redhat.com>
      Date: Sat Aug 18 22:29:40 2012 -0400

              jbd2: don't write superblock when if its empty

      --
      Also FatPhil on SoylentNews, id 863
    7. Re:Interesting bug, but don't get excited. by fatphil · · Score: 2

      That's Linus' tree. This is Greg's:

      linux-stable$ git show 14b4ed22a6
      commit 14b4ed22a6b5fc1549504336131be4f5f6ba1bf4
      Author: Eric Sandeen <sandeen@redhat.com>
      Date: Sat Aug 18 22:29:40 2012 -0400

              jbd2: don't write superblock when if its empty

              commit eeecef0af5ea4efd763c9554cf2bd80fc4a0efd3 upstream.

      --
      Also FatPhil on SoylentNews, id 863
  7. The file system dug too greedily... by Bovius · · Score: 3, Funny

    ...and too deep. It awoke a being of segfaults and kernel panics.

  8. Part of the game by ntropia · · Score: 2

    At first I had mixed feelings of slight disappointment and concern, especially because it is the default filesystem in several distros, (including Android). Although, after some second thoughts, I have come to the following conclusions:

    1) it is part of the game of having a continuous development toward improvement (most of the times) and new features implies some pitfalls. So far, benefits are much larger than costs.

    2) Despite the fact developers are still working on a fix, I wouldn't be surprised if it would be found soon.

    3) ...please, guys, don't do it again!

    1. Re:Part of the game by fatphil · · Score: 3, Informative

      It is *not* 10 days old.

      linux-stable$ git show 14b4ed22a6
      commit 14b4ed22a6b5fc1549504336131be4f5f6ba1bf4
      Author: Eric Sandeen <sandeen@redhat.com>
      Date: Sat Aug 18 22:29:40 2012 -0400

              jbd2: don't write superblock when if its empty

              commit eeecef0af5ea4efd763c9554cf2bd80fc4a0efd3 upstream.

              This sequence:

              # truncate --size=1g fsfile
              # mkfs.ext4 -F fsfile
              # mount -o loop,ro fsfile /mnt
              # umount /mnt
              # dmesg | tail

              results in an IO error when unmounting the RO filesystem:

              [ 318.020828] Buffer I/O error on device loop1, logical block 196608
              [ 318.027024] lost page write due to I/O error on loop1
              [ 318.032088] JBD2: Error -5 detected when updating journal superblock for loop1-8.

              This was a regression introduced by commit 24bcc89c7e7c: "jbd2: split
              updating of journal superblock and marking journal empty".

              Signed-off-by: Eric Sandeen <sandeen@redhat.com>
              Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
              Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

      diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
      index e149b99..484b8d1 100644
      --- a/fs/jbd2/journal.c
      +++ b/fs/jbd2/journal.c
      @@ -1354,6 +1354,11 @@ static void jbd2_mark_journal_empty(journal_t *journal)

                      BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex));
                      read_lock(&journal->j_state_lock);
      + /* Is it already empty? */
      + if (sb->s_start == 0) {
      + read_unlock(&journal->j_state_lock);
      + return;
      + }
                      jbd_debug(1, "JBD2: Marking journal as empty (seq %d)\n",
                                          journal->j_tail_sequence);

      --
      Also FatPhil on SoylentNews, id 863
  9. Re:Bisected? by petermgreen · · Score: 4, Informative

    What they actually split in half is a sequence of changesets (also known as commits).

    The idea is you have a seqence of changesets that take you from the last known good revision to the first known bad revision. By splitting that sequence in half and determining if the revsion in the middle is good or bad you can in principle halve the number of revisions between last known good and first known bad until you find the revision that introduced the bug. Reality is messier because of nonlinear history, because some revisions may be "broken" such that it is not possible to determine if they are "good" or "bad" and because some bugs may be difficult to test for but still bisection is a useful tool for finding problem revisions among a long history relatively easill.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  10. Re:Reiserfs became 'murderfs'... by Anonymous Coward · · Score: 5, Funny

    So clearly the answer is General Tso's FS. Delicious, but you'll lose your data an hour later.

  11. Your Papers Please by Anonymous Coward · · Score: 5, Funny

    grammar nazi's

    grammar Nazis

  12. Summary is wrong by DrJimbo · · Score: 5, Informative

    The EXT4 file-system can experience data loss if the file-system is remounted (or the system rebooted) too often.

    This is wrong. The problem occurs when the fs is unmounted too *soon*. Twice in a row. The bug only appears if the journal buffer does not wrap. You only get catastrophic results if this happens twice in a row.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
    1. Re:Summary is wrong by Anonymous Coward · · Score: 5, Interesting

      This appears to be untrue. My latest tests suggest that it happens if a single unclean umount happens while the fs is mounted in 3.6.3. (At least, I saw corruption in /var after a single boot, followed by a rescue boot into 3.6.1 and fsck: every filesystem that had journal replay invoked also had corruption.)

        -- N., original reporter, not much enjoying his fifteen minutes of fame since it comes with happy fun filesystem corruption attached: captcha is 'contrite', how appropriate

  13. Re:Reinventing the wheel by UnknownSoldier · · Score: 4, Interesting

    I have to agree with you. This is one of the best demos of ZFS around :)
    http://www.youtube.com/watch?v=QGIwg6ye1gE

    ZFS solves 3 problems by taking a wholistic approach:

    * Volume Management
    * File System
    * Data Integrity

    Instead of fragmenting the problem into 3 layers which only have limited access and knowledge by using a unified layer you have more meta-information available to make smarter decisions.

    Some interesting essays:

    https://blogs.oracle.com/bonwick/entry/raid_z
    https://blogs.oracle.com/bonwick/en_US/entry/rampant_layering_violation

  14. Re:Low impact by jedidiah · · Score: 5, Insightful

    > Windows has never had anything as serious as a file system corruption bug.

    That you know of...

    Since the Windows development process isn't open, there's no way for you to tell. You don't get to see Microsoft's development versions and you don't get to see Microsoft's bug database.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  15. Re:Low impact by h4rr4r · · Score: 4, Informative

    http://answers.microsoft.com/en-us/windows/forum/windows_cp-files/bug-report-serious-filesystem-corruption-and-data/17f69e19-92ca-4e1e-b9d5-f78f1ac4e963

    Bugs happen. The difference here is that Linux development is done in the open so people find out about them.

  16. Re:For butts sake by bluefoxlucid · · Score: 2

    I have used BSD. I found it .... quite striking. There's a hell of a lot of performance enhancement in Linux, and it really shows when you try to boot BSD and find it's ass-slow from the get-go. I even tried slapping down Debian-kfreebsd to compare something roughly the same and ... yeah it's just slow as shit. Solaris (both Sun Solaris and Nexenta = Ubuntu/Solaris) wasn't that slow.

  17. Re:Low impact by negRo_slim · · Score: 2

    Source?
    Cuz I'm looking:

    http://en.wikipedia.org/wiki/Ntfs#Microsoft_Windows
    http://www.tomshardware.com/forum/1249-63-ntfs-win7-windows
    http://en.wikipedia.org/wiki/Ntfs#Versions

    And just not seeing "XP is incompatible with the newest version of NTFS"

    --
    On the Oregon Cost born and raised, On the beach is where I spent most of my days
  18. Re:Not defined by h4rr4r · · Score: 2

    This one occurred in october so pretty doubtful since none of the major distros are that up to date.

  19. Re:Bisected? by newcastlejon · · Score: 2

    Perhaps, if disect is a real word, but dissect means "cut up/apart", not specifically into two parts.

    --
    If God forks the Universe every time you roll a die, he'd better have a damned good memory.
  20. Well of course! by Panaflex · · Score: 2

    They're mounting it wrong!

    When you mount your disks, you need to be sure of proper head alignment. Make sure she's spun up properly as well, otherwise the disks could be surprised and jump away causing a crash. Lastly, my geek friends, mounting too often can cause burning friction which can destroy data and cause irritation and discomfort.

    --
    I said no... but I missed and it came out yes.
    1. Re:Well of course! by isorox · · Score: 3, Funny

      Lastly, my geek friends, mounting too often can cause burning friction which can destroy data and cause irritation and discomfort.

      I never had a problem with frequent mounting, however I have now found a side effect from a mount I performed last year. A child-process was forked into existence shortly after the mount, and now we find we're continuously receiving interrupts from the process, which has affected pretty much every aspect of system administration.

      I find that performing the mount is occasionally possible, but having to umount to give resources to deal with the child process (which often core dumps, and needs a lot of user interaction), before ejecting can lead to frustration and cold showers.

      Most of the time my team is simply trying to run sleep whenever we can.

  21. Re:Reinventing the wheel by UnknownSoldier · · Score: 4, Interesting

    > Blame SUN, they choose a license for ZFS to ensure it never had proper in kernel linux support.

    That's a myth / blatant lie.

    Fork Yeah! The Rise and Development of illumos
    http://www.youtube.com/watch?feature=player_detailpage&v=-zRN7XLCRhc#t=1460s

    Why You Need ZFS
    http://www.youtube.com/watch?v=6F9bscdqRpo
    @5:40 I just want to clarify you comment "It would be illegal to ship"
    @5:45 I think there is a perception issue that we need to tackle.
    @5:55 One point that I would like to make because I think said earlier that I think we have much more in common then that separates us.
    @5:58 One of the most important things we all have in common is we are all open source systems.
    @6:02 And we need to end this self inflicted madness of open source licensing compatibility.
    @6:12 I think that it is a boogey man and we letting it us hold us back.
    @6:19 You say it would be illegal to ship. I say no one has standing
    @6:24 The GPL was never ever designed to counter-act other open source licenses.
    @6:33 That is a complete rewrite of history to believe the GPL was designed to be at war with BSD or with Cuddle.
    @6:39 The GPL was at war with properiety softwware. And thank the GPL and Stallman open source won.
    @6:45 That is the whole point. Open source won.
    @6:49 We are pissing on our own victory parade by not allowing these technologies to flow between systems.

  22. Re:Bisected? by FatdogHaiku · · Score: 2

    They split it in half?

    I know it's wrong but I just got this mental image of someone moving all the 0's to one side of a page and all the 1's to the other side...

    --
    You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
  23. Re:Bisected? by EMR · · Score: 3, Funny

    If God forks the Universe every time you roll a die, he'd better have a damned good memory.

    Nah, He only needs the latest SHA1 for each roll outcome commit as that'll point up the GIT tree :-D

  24. Re:Bisected? by CheshireDragon · · Score: 2

    I think YOU are the one who didn't get the joke...

    --
    "That's right...I said it."
  25. Re:Low impact by the_other_chewey · · Score: 4, Insightful

    That isn't a file system bug, that is progress. Would you consider it a bug if a Linux system from 1998 caused corruption on an ext4 volume?

    Hell yeah.

    If it'd tell me it doesn't know the file system and has no idea what do do with it,
    that would be perfectly fine.

    But corrupting a file system just because it is unknown to/unsupported by the
    system trying to read it would be a huge bug.

  26. Re:Low impact by sk999 · · Score: 4, Informative

    Still, for all of the shit that Linux users talk about Windows, WINDOWS has NEVER had anything as serious as a FILE system CORRUPTION bug.

    Finally, someone talking sense ... oh wait.

    http://www.computerworld.com/s/article/9054178/Microsoft_s_Windows_Home_Server_corrupts_files

    "Microsoft's Windows Home Server CORRUPTS FILES"
    "'Don't edit' list includes photos, as well as Quicken and QuickBooks files, warns Microsoft; no word on patch"

    Never mind ...

  27. Wait what? by freman · · Score: 2

    People reboot linux?

  28. Re:Bisected? by Nivag064 · · Score: 3, Funny

    Nah!

    Your'e wrong!!

    The 0's go to the top of the page, and the 1's to the bottom!!!

    (As the 0's have air bubbles that make them float...)

    [An irrelevant irrelevancy?]

  29. Re:Bisected? by Just+Some+Guy · · Score: 4, Informative

    The summary should say "bisected and found" not "found and bisected". Bisecting is a way of finding bugs.

    No. They found the bug, then bisected the commits between "last known working" and HEAD to discover what patch caused it.

    --
    Dewey, what part of this looks like authorities should be involved?
  30. Re:LKML Slashdotted by Score+Whore · · Score: 2

    It was the 486DX that brought the FPU on chip. The 386DX had a 32-bit wide data bus and the 386SX has a 16-bit wide data bus, as well as only 24-bits of the address bus hooked up externally.

  31. Re:Low impact by fatphil · · Score: 2

    >> Windows has never had anything as serious as a file system corruption bug.

    >That you know of...

    So what were all those chkdsk errors after BSODs?

    --
    Also FatPhil on SoylentNews, id 863
  32. Re:Low impact by sk999 · · Score: 4, Informative

    Nice try, but fail. That wasn't a bug in Windows, it was a bug in applications.

    Really? Not according to Microsoft.

    http://support.microsoft.com/kb/946676

    "A BUG has been discovered in the way that the initial release of Windows Home SERVER manages FILE transfer and balancing across multiple hard drives. In certain cases, depending on application use patterns, timing, and the workload that is placed on the Windows Home Server-based computer, certain FILES could become CORRUPTED."

    "... For distributing data across the different hard drives that are MANAGED by WINDOWS Home Server, the WINDOWS Home Server mini-filter driver REDIRECTS I/O ... A BUG has been discovered in the REDIRECTION mechanism which, in certain cases, depending on application use patterns, timing, and workload, may cause interactions between NTFS, the Memory Manager, and the Cache Manager to get out of sync. This causes CORRUPTED data to be written to FILES."

  33. Re:Low impact by dotancohen · · Score: 2

    If it'd tell me it doesn't know the file system and has no idea what do do with it, that would be perfectly fine.

    But corrupting a file system just because it is unknown to/unsupported by the system trying to read it would be a huge bug.

    Windows did have this behaviour, by the way. In 2007 I had a Dell Inspiron laptop with two power buttons: one for Normal Windows and one for Media Center Windows. I had wiped the hard drive and installed Fedora on it. Powering with the normal button worked fine, but if by accident one were to power it on with the Media Center button then I would get the initial Media Center screen (I have no idea where that code was hiding, possibly in a hidden partition) and it would wipe all my ext3 filesystems.

    --
    It is dangerous to be right when the government is wrong.
  34. Re:Bisected? by Tough+Love · · Score: 3, Informative

    Ah I see, we have ambiguity about what "find a bug" means. From the user's perspective, "finding a bug" means producing the buggy behavior. But from the developer's perspective, "finding a bug" means finding the erroneous code. And we are talking about developers here. From my perspective, until the bug was "found" by bisecting it was only "known to exist", not found. See?

    By the way, I've actually bisected bugs, have you? No? OK.

    --
    When all you have is a hammer, every problem starts to look like a thumb.
  35. Don't believe most of the early stories on the web by Anonymous Coward · · Score: 2, Informative

    I have a Google+ post where I've posted my latest updates to this still-developing story:

    https://plus.google.com/117091380454742934025/posts/Wcc5tMiCgq7

    Also, I will note that before I send any pull request to Linus, I have run a very extensive set of file system regression tests, using the standard xfstests suite of tests (originally developed by SGI to test xfs, and now used by all of the major file system authors). So for example, my development laptop, which I am currently using to post this note, is currently running v3.6.3 with the ext4 patches which I have pushed to Linus for the 3.7 kernel. Why am I willing to do this? Specifically because I've run a very large set of automated regression tests on a very regular basis, and certainly before pushing the latest set of patches to Linus. So while it is no guarantee of 100% perfection, I and many other kernel developers *are* willing to eat our own dogfood.

  36. Most of the early stories on the web are wrong.... by tytso · · Score: 5, Informative

    I have a Google+ post where I've posted my latest updates to this still-developing story:

    https://plus.google.com/117091380454742934025/posts/Wcc5tMiCgq7

    Also, I will note that before I send any pull request to Linus, I have run a very extensive set of file system regression tests, using the standard xfstests suite of tests (originally developed by SGI to test xfs, and now used by all of the major file system authors). So for example, my development laptop, which I am currently using to post this note, is currently running v3.6.3 with the ext4 patches which I have pushed to Linus for the 3.7 kernel. Why am I willing to do this? Specifically because I've run a very large set of automated regression tests on a very regular basis, and certainly before pushing the latest set of patches to Linus. So while it is no guarantee of 100% perfection, I and many other kernel developers *are* willing to eat our own dogfood.

  37. Re:Low impact by petman · · Score: 2

    I've had whole NTFS partitions get corrupted, twice. In both instances, the partitions were formatted under Linux, specifically Ubuntu.

    Lesson learnt is, never format an NTFS partition under Linux. Personally, I think this functionality should be disabled. It's way too dangerous.

  38. Re:Low impact by smpoole7 · · Score: 2

    > Windows has never had anything as serious as a file system corruption bug.

    I'm going to assume that either you are joking, or you have only been using Windows for about 5 minutes.

    On the off chance that you are actually serious, Geoff Chappell documented a case some years ago in which Windows would occasionally toggle a byte (might have been a word; can't remember now) on the hard drive. Just one byte in a random sector somewhere on the drive. Happy flower sunshine.

    You should also Google "Windows disk corruption" and look at all the complaints and cries for help.

    One reason why I tried Linux, then switched to it and have stuck with it, was because I was sick and tired of having to run scandisk and/or chkdsk at least once a week on my Windows systems just to keep them running. At the time, I was a contract programmer doing a ton of development, and believe me, if you were constantly working the hard drive (as I was), you WOULD have corruption issues. At random, no explanation. You learned to do constant backups and to be prepared for anything.

    The only thing I've experienced even close to that under Linux is that the installer typically does a quick format instead of a full format. As a result, if you have a drive that's iffy and with bad sectors, the install will appear to complete successfully, but it won't work. The answer to that one is, "buy a new hard drive." :)

    (I had to learn that one the hard way. If you get ANY errors on a hard drive, just replace the blasted thing. Don't wait, either. Do it now.)

    Windows 7 seems to be fairly stable, but XP (just to name one) is notorious for just blowing things up at random. It might be a registry entry; it might be a corrupted executable image on disk. Who knows? But the standard cure is just to back up and reinstall.

    --
    Cogito, igitur comedam pizza.
  39. Re:Low impact by smpoole7 · · Score: 2

    OK, and now I'm probably off topic, but I'm an older guy and as we get older, we like to reminisce. (Between bellowed exhortations to remove ones feet from the lawn, of course.)

    I remember a million years ago, when I was developing VxDs for Windows 95. I rigged up the debugger to go active early in the boot ... and had to disable it.

    Windows 95 generated SO MANY faults during the boot, it took forever otherwise. I mean, it constantly klonged. Bang, bang, bang, one exception after another. They (mostly) went away when Windows 95 OSR2 appeared. :)

    Ah, memories ... Blue Screens of Death .. .. random disk corruption ... it was a beautiful thing.

    --
    Cogito, igitur comedam pizza.
  40. Re:Low impact by Neil+Boekend · · Score: 2

    Windows 7 should not have automounted the partition once it detected it wasn't forward compatible with the partition formatting. Forced mounting and formatting would be possible user choices. The bug is in the detection (there may not be any) or the action after the detection.

    --
    Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  41. Re:hmmm... Android? (using ext4?) by MtHuurne · · Score: 2

    Android is unaffected: the bug was introduced after Linux 3.6 and no Android kernel is anywhere near that recent.

  42. patch by anonieuweling · · Score: 2

    The more recent patch at http://marc.info/?l=linux-kernel&m=135105626207228&w=2 fixes stuff.

  43. Re:Low impact by tirnacopu · · Score: 3, Interesting

    I got bit by this one: http://support.microsoft.com/kb/925308 on volumes with hundreds of thousands of small files. All who had a size multiple of 4kb were corrupted.

  44. Re:Bisected? by Mike_Theory · · Score: 2

    Kernel developers have found and bisected the kernel issue...

    They split it in half? I suspect you mean disected.

    Actually, "Di" means two just as "Bi" does. Therefore, Bisected and Disected both mean "Cut into two pieces."

    --
    /endrant
  45. Re:Bisected? by Keith+Henson · · Score: 2

    I have bisected bugs, horizontally.

    When I was in college the place we lived in had an infestation of 2 inch cockroaches.

    Used to kill them with wax bullets.

    Shoot at the floor at a low angle a few inches in front of the bug and the spray of wax would cut them in half.

    Often the bottom half would run off and leave the top half.

    --
    End MGM. Get prospective parents of boys to Google: Men do complain
  46. Well, after scaring anyone about FS corruption... by dmpot · · Score: 2

    I guess it has come time to tell the truth.

    First of all, the bug has never been bisected, and the whole story that hit Slashdot and some other news sites was based solely on Ted's speculation, which was never confirmed. In fact, at the of the same day, Ted admitted that his hypothesis was wrong.

    After a few days of investigation, the problem was traced to an experimental mounting option, which is not turned on by default and was intended for developers only. Accidentally, this option was not marked as "experimental", so it is available to users. https://lkml.org/lkml/2012/10/26/570