Bird
0
0

You need a file system for a large data server that requires fast write speed and supports files larger than 16TB. Which file system should you choose?

hard📝 Application Q15 of 15
Linux CLI - Disk and Storage
You need a file system for a large data server that requires fast write speed and supports files larger than 16TB. Which file system should you choose?
Aext4
BNTFS
CFAT32
DXFS
Step-by-Step Solution
Solution:
  1. Step 1: Analyze file system limits and performance

    ext4 supports large files but has a practical limit around 16TB; XFS supports very large files and is optimized for high-speed writes.
  2. Step 2: Match requirements to file system features

    XFS is designed for large data servers with fast write speeds and supports files larger than 16TB, making it the best choice.
  3. Final Answer:

    XFS -> Option D
  4. Quick Check:

    Large fast files = XFS [OK]
Quick Trick: Choose XFS for large files and fast writes on servers [OK]
Common Mistakes:
  • Choosing ext4 without checking file size limits
  • Selecting FAT32 which has small file size limits
  • Confusing NTFS as a Linux-native file system

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes