220-1102 · Question #761
Which of the following filesystems supports journaling?
The correct answer is A. NTFS. NTFS (New Technology File System) supports journaling via its transaction log ($LogFile and $UsnJrnl), which records changes before committing them, enabling recovery after crashes or power failures. exFAT is a lightweight filesystem designed for flash drives and does not…
Question
Which of the following filesystems supports journaling?
Options
- ANTFS
- BexFAT
- CHFS
- Dext2
How the community answered
(23 responses)- A91% (21)
- B4% (1)
- D4% (1)
Explanation
NTFS (New Technology File System) supports journaling via its transaction log ($LogFile and $UsnJrnl), which records changes before committing them, enabling recovery after crashes or power failures. exFAT is a lightweight filesystem designed for flash drives and does not support journaling. HFS (the original Mac filesystem, not HFS+) does not support journaling - journaling was introduced with HFS+. ext2 is the second extended filesystem for Linux and does not support journaling; that feature was added in ext3 and ext4.
Topics
Community Discussion
No community discussion yet for this question.