We now look at a considerably different file system approach. Read the intro to Log-structures File Systems chapter 43 for an explanation of the motivation behind the system.
True or False: The inode actual location on disk never has to change in a log-structured system. Inode number 5 is always found in the same place every time.
True or False: When recovering no-longer-usable parts, the LFS cleaner does so in whole segments, re-writing in a new segment any data that is still needed.