What are the advantages of the ext3 file system?

Answer:

The main benefit of ext3 over ext2 is that it supports "journaling", which allows for easier recovery of files in the event of corruption or fragmentation. However, it performs poorly against ReiserFS or JFS in this regard. The only major advantage that ext3 has versus these other file systems is that it is backwards-compatible with ext2 tools, which were created before ReiserFS was, or before JFS was available for Linux.

First answer by Idisjunction. Last edit by Idisjunction. Contributor trust: 807 [recommend contributor recommended]. Question popularity: 1 [recommend question].