LWN.net Logo

Better than POSIX?

Better than POSIX?

Posted Mar 17, 2009 21:16 UTC (Tue) by foom (subscriber, #14868)
In reply to: Better than POSIX? by dlang
Parent article: Better than POSIX?

The problem isn't that the time-window is bigger, it's that even if you crashed within the 5sec
window in ext3, you are almost guaranteed to end up with the old version of the file.

If you crashed within a 60sec window in (pre-fix) ext4, you were almost guaranteed to end up with
a 0-byte file. That's a rather stark difference.

Of course there's no absolute guarantees...if your kernel is crashing particularly hard, the filesystem
driver could go berserk and write 99 red balloons all over the disk. Nothing in the design of the FS
could prevent that...but that's *extraordinarily* rare.


(Log in to post comments)

Better than POSIX?

Posted Mar 19, 2009 10:44 UTC (Thu) by Los__D (subscriber, #15263) [Link]

berserk and write 99 red balloons all over the disk

What a fantastic idea for an easter egg... :)

"What, bug? No no no, it was just a joke. Your data is... Well, buried in baloons."

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds