Besides the journal, what are the differences between ext2 and ext3?
2
votes
3
answers
2515
views
I just saw [an answer question about filesystems for embedded hardware](https://raspberrypi.stackexchange.com/a/1169) on another Stack Exchange site. The question was "What file system format should I use on flash memory?" and the answer suggested the ext2 filesystem, or the ext3 filesystem with journaling disabled a'la
tune2fs -O ^has_journal /dev/sdbX
This made me wonder... What would the advantage be to using ext3 (with journaling disabled) over ext2? As far as I understood, the only real difference between the two was the journal. What other differences between ext2 and ext3 are there?
Asked by Josh
(8728 rep)
Jul 20, 2012, 12:37 PM
Last activity: Nov 16, 2023, 10:02 AM
Last activity: Nov 16, 2023, 10:02 AM