• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ext3 vs ext4 - is there really a noticeable difference?

Nvidiaguy07

Platinum Member
I did a quick install of ubuntu the other day to use on my laptop, and realized that I formatted in ext3 instead of ext4, like i normally would do.

I considered wiping the whole drive and re-installing again, but I really cant notice any differences. Ive heard that ext4 is a bit faster, but I also heard that it is less reliable.

So what are the actual differences? and are they enough where i should reinstall?
 
Supposedly it is, but all of my boxes have been XFS since it went 1.0 so I don't really have anything to compare it to.
 
XFS has some nice features .. I make use of the snapshot feature extensively. It's great for running MySQL innodb tables. It thrives on a low inode count w/ large files. It has crappy delete performance. XFS had a bad reputation at one point as it didn't flush to disk often enough (or something like that) which resulted in data loss should the system lose power.

Ext4 does better w/ a large amount of inodes.and deletes. I've been using it for my boxes that serve a lot of static content (mainly images). No problems with it so far.

I would definately stay away from JFS and Reiser, tho.

ext3 is still a fine filesystem, it is decent all around. For a desktop system, you probably wont notice much difference anyways. Definately not worth reformatting over.
 
Back
Top