ext3

E212349

ext3 is a widely used Linux file system that extends the older ext2 format by adding journaling for improved reliability and faster recovery after crashes.

All labels observed (2)

Label Occurrences
ext3 canonical 1
ext3 file system 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Linux file system
journaling file system
backwardCompatibleWith ext2
blockSizeOptions 1 KiB
2 KiB
4 KiB
8 KiB
canBeMountedAs ext2 (without journal)
category Unix
surface form: Unix file system

block-based file system
designGoal faster crash recovery
improved reliability over ext2
minimal changes from ext2 on-disk format
developer Stephen Tweedie
extends ext2
fileNameMaxLength 255 bytes
follows ext2
hasJournalingMode data=journal
data=ordered
data=writeback
introducedInKernelVersion Linux kernel stable releases
surface form: Linux 2.4 series (as stable)
journalLocationOptions external journal
internal journal
journalType metadata journaling (by default)
maxFileSize 2 TiB (typical implementation)
maxFileSystemSize 16 TiB (theoretical, implementation-dependent)
onDiskFormat compatible with ext2 structures plus journal
operatingSystem Linux
releasePeriod early 2000s
succeededBy ext4
supports POSIX semantics
Unix-style permissions
supportsFeature ACLs
backward compatibility with ext2
data integrity after crashes
directory indexing
extended attributes
file permissions
file timestamps
hard links
journaling
journaling modes
online file system growth
sparse files
symbolic links
upgradePathFrom ext2
usedIn many Linux distributions as default file system (historically)

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

ReiserFS comparedTo ext3
Rémy Card influenced ext3
this entity surface form: ext3 file system