What type of file system structure records modifications to a storage drive in a dedicated log file before committing changes to track data corruption against crashes? MCQ with Answer and Explanation
What type of file system structure records modifications to a storage drive in a dedicated log file before committing changes to track data corruption against crashes?
A. FAT32 File System
B. Compressed Allocation Mapping
C. Journaling File System
D. Volatile Ramdisk Layout
Answer: Option C
Solution (By JKExamLibrary)
Journaling file systems (like NTFS or ext4) track pending file changes in a dedicated journal log, allowing rapid structural recovery in the event of an abrupt power failure.
No comments yet. Be the first to start the discussion!