CompTIA Server+ Exam SK0-004: File System Types for Linux Servers |

Best File System Type for Linux Servers with Files Larger than 2 TB |

Prev Question Next Question

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

When setting up a new Linux server that requires files larger than 2 TB, the appropriate file system type to use is ext4.

Explanation:

The file system is the way the operating system organizes and manages data on a storage device such as a hard disk drive. File systems have different capabilities in terms of maximum file size, maximum file system size, and other features.

NTFS is a file system used by Windows operating systems, and while it supports large files, it is not native to Linux and requires additional software to be installed to use it.

ext2 and FAT32 file systems have a maximum file size of 2 TB, and FAT32 also has a maximum file system size of 2 TB, making them inappropriate for use in this case.

ext4 is the default file system for most modern Linux distributions, and it can support file sizes of up to 16 TB and file system sizes of up to 1 exabyte (EB). Therefore, ext4 is the most appropriate choice for a Linux server that requires files larger than 2 TB in size.

In conclusion, the correct answer is C. ext4.