nerdexam
LPI

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.

The Linux Operating System

Question

Which of the following filesystems is most commonly used for Linux distributions?

Options

  • AHFS+
  • Bext4
  • CFAT32
  • DNTFS

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    79% (19)
  • C
    13% (3)
  • D
    4% (1)

Why each option

ext4 is the default and most widely deployed filesystem in Linux distributions, offering journaling, large volume support, and broad compatibility.

AHFS+

HFS+ is Apple's proprietary macOS filesystem and is not used as the primary filesystem on Linux distributions.

Bext4Correct

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.

CFAT32

FAT32 is a legacy Microsoft filesystem commonly used on removable media but lacks journaling and is not suitable as a primary Linux filesystem.

DNTFS

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

#ext4#filesystems#Linux filesystem#disk formatting

Community Discussion

No community discussion yet for this question.

Full 010-150 Practice