What's new

NAS Ext3 vs. Ext4

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

stevech

Part of the Furniture
Is there a truly significant difference between Ext3 and Ext4 in terms of file system robustness and is there an important performance difference?
 
EXT4 supports much larger filesystems and directory structures. It's also optimized much better (as you would expect from a new FS iteration).

In general, EXT3 decreased performance over EXT2 because of all of the added features. EXT4 gets back to EXT2 performance while retaining, and even improving, many of the features that were added in EXT3.
 
I've a bing-free zone here.
But I made an exception!

I just don't want to give Google more info on me :D

I have moved from ext2 to ext4 on my newer routers that support ext4. Also you may want to make sure you use noatime in your mount to keep the file system from updating timestamps each time a file is accessed if you need more performance. Since I run a squid cache on a usb3 thumb drive this reduced the io load on the drive.

Here is a good link:

http://blog.smartlogicsolutions.com...ions-to-improve-ext4-file-system-performance/
 
Last edited:
been answered
d.png

The response previous to mine was "Google it" which really isn't an acceptable answer.

Your link is broken, btw. :D
 
probably too late, but...

there are a lot of factors that come into play, but the gist of it is that ext4 is more hardware intensive. ext4 SHOULD benefit more from the nas' hardware, though. if you have a lot going on with the NAS (dlna, scanners of some kind, etc), ext3 may be better
 
Steve, I would recommend you take a look at this quite long article if you're up for it. It goes into a great amount of detail and benchmarks a ton of different variables. Keep in mind it was written in 2010.

EXT3 vs EXT4 vs XFS vs BTRFS linux filesystems benchmark

If you're using newer hardware, like a consumer NAS for example, there's really not a reason to use EXT3 anymore.
 
Steve, I would recommend you take a look at this quite long article if you're up for it. It goes into a great amount of detail and benchmarks a ton of different variables. Keep in mind it was written in 2010.

EXT3 vs EXT4 vs XFS vs BTRFS linux filesystems benchmark

If you're using newer hardware, like a consumer NAS for example, there's really not a reason to use EXT3 anymore.
Thanks, I'll read that.
My Synology 2-bay has used EXT4 for a long time. I'm just curious.
 
Most of the defaults I am seeing for Linux distributions are now set at ext4 file system. With the larger volume sizes and still having a journal along with lower CPU overhead and recovery it beats the ext2.

A recovery from a dirty shutdown on large ext2 systems could take forever.
 
I've long since been using EXT4 for VMs and on my home NAS boxes (that support it, used XFS on Buffalo). I don't notice a whole lot of difference but there are enhancement with EXT4 that go beyond simple performance and most of the major distros are now recommending you use EXT4.

If you Synology defaults to EXT4, I would definitely use it.
 
Last edited:

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top