010-150 · Question #35
Which of the following filesystems is most commonly used for Linux distributions?
The correct answer is B. ext4. ext4 is the default and most widely deployed filesystem in Linux distributions, offering journaling, large volume support, and broad compatibility.
Question
Which of the following filesystems is most commonly used for Linux distributions?
Options
- AHFS+
- Bext4
- CFAT32
- DNTFS
How the community answered
(24 responses)- A4% (1)
- B79% (19)
- C13% (3)
- D4% (1)
Why each option
ext4 is the default and most widely deployed filesystem in Linux distributions, offering journaling, large volume support, and broad compatibility.
HFS+ is Apple's proprietary macOS filesystem and is not used as the primary filesystem on Linux distributions.
ext4 (fourth extended filesystem) is the standard filesystem for most major Linux distributions including Ubuntu, Debian, Fedora, and CentOS. It supports journaling for crash recovery, volumes up to 1 exabyte, and files up to 16 terabytes, making it the preferred native Linux filesystem for general-purpose installations.
FAT32 is a legacy Microsoft filesystem commonly used on removable media but lacks journaling and is not suitable as a primary Linux filesystem.
NTFS is Microsoft's primary Windows filesystem and is not natively used by Linux distributions for installation volumes.
Concept tested: Linux native filesystem types and ext4 default
Source: https://www.kernel.org/doc/html/latest/filesystems/ext4/index.html
Topics
Community Discussion
No community discussion yet for this question.