First page Back Continue Last page Summary Graphic
It's Reliable
Journaled file system
- Meta data operations guaranteed by asynchronous log
- Clean unmount log is ignored
- Recovery done by "replaying" the log, completing any unwritten meta data operations... NO FSCK needed
- Recovery completed in seconds rather minutes
- Time to recover depends on size of log not the size of the file system
Notes: