Slashdot Mirror


User: Bobski

Bobski's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. When the system fails during a journal write.. on Ask Slashdot: How Reliable are Enormous Filesystems in Linux? · · Score: 1

    If the system fails during a write to the journal, I believe that the whole operation is regarded as failed, and what's known in database circles as a ROLLBACK occurs... That is, since the disk operation (e.g. unlink) couldn't be completed, it's not done at all, and thus not left half-done and messy.