nerdexam
CompTIA

SK0-004 · Question #392

When setting up a new Linux server that will require files larger than 2 TB in size, which of the following file system types should be used?

The correct answer is C. ext4. ext4 is the correct Linux file system for files exceeding 2 TB, as it supports individual file sizes up to 16 TB.

Server administration

Question

When setting up a new Linux server that will require files larger than 2 TB in size, which of the following file system types should be used?

Options

  • ANTFS
  • Bext2
  • Cext4
  • DFAT32

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    86% (38)
  • D
    7% (3)

Why each option

ext4 is the correct Linux file system for files exceeding 2 TB, as it supports individual file sizes up to 16 TB.

ANTFS

NTFS is a Windows proprietary file system and is not natively used as a primary Linux file system.

Bext2

ext2 has a maximum file size of approximately 2 TB with 4KB blocks, which does not meet the requirement for files larger than 2 TB.

Cext4Correct

ext4 supports a maximum individual file size of 16 TB (with 4KB blocks) and a maximum volume size of 1 exabyte, making it suitable for files larger than 2 TB. It is the default and most widely supported Linux file system for modern workloads. ext2 and ext3 are limited to a 2 TB max file size under standard configurations.

DFAT32

FAT32 has a maximum individual file size of 4 GB, far below the 2 TB requirement.

Concept tested: Linux file system selection for large file support

Source: https://www.kernel.org/doc/html/latest/filesystems/ext4/index.html

Topics

#ext4#Linux file systems#large file support#file system selection

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice