Q14
Difference between ext3 and ext4?
💬Answer
- ext3: Supported journaling but had a file size limit of 2TB and maximum volume size of 16TB.
- ext4: Extends size support (16TB file limit, 1EB volume limit), utilizes extents (contiguous block tracking to reduce fragmentation), performs delayed allocation to disk, and features faster filesystem checking (
fsck).
Related Linux Questions
View All LinuxQuestions →Q1
Explain what Linux is and why it is widely used in DevOps environments.
Q2What is the Linux kernel and what role does it play in the operating system?
Q3Explain the Linux filesystem hierarchy and the purpose of /etc, /var, /home, /tmp, and /usr.
Q4What happens internally when you run the `ls` command in Linux?

Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio