Kizspy | Question: 31 (Choose 1 answer)
Consider two statements:
Statement 1: A Log-structured File System (LFS) is a design for file systems in which all changes to the file system's state are appended sequentially to a log. This innovative approach contrasts with traditional file systems, which often overwrite blocks in place to update files or file metadata.Statement 2: Journaling File System: first writes a log entry listing the three actions to be completed. The log entry is then written to disk. Only after the log entry has been written, do the various operations begin.Choose the correct option
A. Statement 1 is true, statement 2 is true
B. Statement 1 is false, statement 2 is false
C. Statement 1 is true, statement 2 is false
D. Statement 1 is false, statement 2 is true