Linux File Systems: Ext2 vs Ext3 vs Ext4 Flashcards
Linux File Systems: Ext2 vs Ext3 vs Ext4 are all filesystems created for Linux. This article explains the following: High level difference between these filesystems. How to create these filesystems. How to convert from one filesystem type to another.
What does Ext2 stand for?
Second extended file system
When was Ext2 introduced?
1993
Who developed Ext2?
Rémy Card
Why was Ext2 developed?
To overcome limitations of original ext file system
Does Ext2 have journaling feature?
No
What type of drives is Ext2 recommended for?
Flash drives, USB drives
What is the maximum individual file size in Ext2?
16 GB to 2 TB
What is the overall Ext2 file system size?
2 TB to 32 TB
What does Ext3 stand for?
Third extended file system
When was Ext3 introduced?
2001
Who developed Ext3?
Stephen Tweedie
Starting from which Linux Kernel was Ext3 available?
2.4.15
What is the main benefit of Ext3?
Allows journaling
What is journaling in Ext3?
A dedicated area to track changes, reduces potential file system corruption
What is the maximum individual file size in Ext3?
16 GB to 2 TB