Log structured file systems - problems Synchronous operations (NFS, fsync) Higher overhead on non-cached reads Data is lost in case of a crash Weak transactional guarantees (directory hack) except with sync Tradeoff between data loss and file system speed More data and metadata, than strictly necessary, is written to disk Live data from cleaned segments Inode map Slide 24