Archive Manager

ext3 – journaled file system

ext3, or third extended filesystem, is a journaled file system that was commonly used by the Linux kernel. The journaling capability means no more waiting for fsck’s or worrying about metadata corruption.

It is the default file system for many popular Linux distributions, including Debian. ext3 was originally released in September 1999.

Ext3 partitions contain a used space of 5% for special reasons by default. The main reason is so root can log in even when the filesystem becomes full.

Key Features

  • Simple, robust, and extensible.
  • In-kernel and userspace code has been extensively tested.
  • Adds features to ext2:
    • A journal – improves reliability and eliminates the need to check the file system after an unclean shutdown.
    • Various journal modes: Journal, Ordered, and Writeback.
    • Automatic recover when the filesystem is remounted.
    • All VFS operations (including quota) should be journaled.
    • Add data updates are also journaled.
    • Online file system growth.
    • HTree indexing for larger directories.
  • Extended attribute blocks and large inodes.
  • Online filesystem resize reservations.
  • Hash-indexed directories.
  • Journal file/device present.
  • File type in directory entries.
  • Journal recovery required.
  • Reduced block group backups.
  • Reduced superblock backups.
  • Files larger than 2GiB in size.
  • Easy conversion of ext2 file systems without needing to backup, recover and format the partition.
  • Unix permission, ACLs and arbitrary security attributes.

Website: en.wikipedia.org
Support:
Developer: Stephen Tweedie
License: GNU General Public License


Related Software

Journaling File Systems
ext4Evolved from ext3 adding many notable features including extents
XFSDesigned to maintain high performance with large files and file systems
BtrfsChecksumming Copy on Write File system
F2FSFlash file system initially developed by Samsung Electronics
OpenZFSAdvanced file system and volume manager originally developed for Solaris
GFS2Shared disk file system for Linux computer clusters
ext3Default file system for many popular Linux distributions
JFSJournaled File System
UBIFSFile system for raw flash memory used through UBI volumes
OCFS2Extent-based cluster file system
BcachefsAdvanced file system ejected from the mainline kernel

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments