Traditional file systems - consistency in FFS Directory updates are synchronous The fsck utility is used at bootup to check the integrity of the file system No transactional guarantees on data except with fsync Weak transactions guarantees on metadata except with fsync Data is lost in case of a crash Slide 16