Managing Linux® Systems with Webmin™ System Administration and Module Development
by Jamie Cameron
5.13. A Comparison of Filesystem Types
Unlike other operating systems, Linux supports several different types of filesystems that fully support UNIX file permissions and ownership information. Originally, ext2 was the only choice, but newer kernel versions and distributions have added support for ext3, reiserfs, and xfs. This list explains the benefits of each of these alternative filesystem types.
New Linux Native Filesystem (ext3) Very similar to ext2, but with support for journaling. This means that if your system crashes or loses power without having a chance to properly unmount its filesystems, there is no need for the lengthy fsck check of the entire ext3 filesystem that would be needed with ext2.
Because ext3 filesystems are so similar ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access