← Back to 18. The Linux System

📝 The Linux ext3 file system

📖 From Operating System • 18. The Linux System • 20 questions available

Practice MCQs for The Linux ext3 file system. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

🔄 Last updated: 2026-07-27

4
Easy Questions
10
Medium Questions
6
Hard Questions

📝 Sample Questions

Q1. What does the abbreviation ext3 stand for?

🔹 A. Extended Filesystem 3
🔹 B. Extended File System version 3
🔹 C. Extended File System 3
🔹 D. External File System 3

💡 Difficulty: easy | ✅ Correct: A

Q2. What is the typical default block size for an ext3 filesystem on a 2 TB partition?

🔹 A. 1 KB
🔹 B. 4 KB
🔹 C. 8 KB
🔹 D. 16 KB

💡 Difficulty: medium | ✅ Correct: A

Q3. Which statement best describes the difference between the 'ordered' and 'data=journal' mount options in ext3?

🔹 A. 'ordered' journals both metadata and data, while 'data=journal' journals only metadata
🔹 B. 'ordered' ensures data blocks are written before metadata, whereas 'data=journal' journals both data and metadata
🔹 C. 'ordered' disables journaling entirely, and 'data=journal' enables it
🔹 D. 'ordered' writes data directly to disk without caching, while 'data=journal' caches data only

💡 Difficulty: hard | ✅ Correct: A

⬆️ View all questions in the quiz below

🔗 Related Topics

📝 Linux History📝 The Linux kernel📝 The Linux system📝 Linux distributions📝 Linux licensing
🚀 Start Quiz 📝 Practice Mode