You are not logged in.
Pages: 1
Since arch installer 02.2009 is out, I thinking of doing a fresh install, with the idea of rearranging my partitions. Now that ext4 support is included with the installer, is it worth to try out ext4 at the moment. I was reading the forums for a bit and some people have issues related to the performance of ext4.
If you using ext4, I would be pleased to hear your feedback on ext4
Last edited by Dead Code (2009-02-17 15:24:13)
Offline
There's some feedback from ext4 users in this thread.
Offline
Exactly what I was thinking; I thought ext4 was faster/superior to ext3 in pretty much every way, but according to another thread I just read http://bbs.archlinux.org/viewtopic.php?id=65341
someone said ext4 is slow by default.
ext3 has barriers off, ext4 has them on by default. Never had a problem with ext3, but when using ext4 *without* barriers its much faster than ext3, but he lost his filesystem.
So... the question is... is ext4 faster than ext3 by default? or is this just working with small files, and if it isn't as fast by default and you are required to turn off barriers to get better performance, will you lose your filesystem?
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw
Offline
- ext4 without barriers is much faster than ext3 without barriers.
- ext3 is without barriers by default. You can enable them if you want.
- ext4 has had much more work on being speedy with barriers than ext3 with barriers
- ext4 with barriers is faster than ext3 with barriers
I'm not sure yet whether I'll go with or without barriers. I'm also not sure whether ext4 with barriers beats ext3 without. I'll have to test.
Offline
I've heard that several rather large bugs fixes have been pushed into 2.6.29, so you may want to wait until that kernel is relased.
Offline
That and e2fsprogs 1.14.4 (mostly for resizing).
Offline
I'm using one ext4 partition for /. I haven't noticed any real speed increases from ext3, but everything seems solid. I guess I have barriers on, I haven't messed it.
Offline
I guess I'll wait for a while..
Offline
If it wouldn't be a royal pain in the arse to switch back to JFS, I would consider it. Everything I do seems slower than my previous JFS setup with the current ext4 code, even without barriers. I have no doubt that ext4 will mature into a great and stable filesystem, but I'm not sure that the maturation will occur before btrfs hits in .29.
Offline
Btrfs will likely be slower than ext4 (just my guess). It is right now by a lot, though it hasn't been fully optimized yet.
Offline
When will arch support brtfs? Kernel 2.6.29?
Offline
Yes.
Offline
When will arch support brtfs? Kernel 2.6.29?
If you mean support for it in the kernel, yes, 2.6.29 will have btrfs in it. But notice that ext4 was merged in the kernel over 2 years ago and only now it's been declared stable (just to find out it's not all that stable as soon as more testers have been using it).
Filesystems take a long time to mature. Btrfs is a new and still in heavy development one. It can't even handle a full disk correctly. So don't expect it to be declared stable before 2010.
Arch will support it in the installer only then, not in 2.6.29.
Offline
yes i understand.. my next move is ext4
Offline
If it wouldn't be a royal pain in the arse to switch back to JFS, I would consider it. Everything I do seems slower than my previous JFS setup with the current ext4 code, even without barriers. I have no doubt that ext4 will mature into a great and stable filesystem, but I'm not sure that the maturation will occur before btrfs hits in .29.
A little bit offtopic, but did you use JFS with elevator=deadline or with the default scheduler?
(lambda ())
Offline
If it wouldn't be a royal pain in the arse to switch back to JFS, I would consider it. Everything I do seems slower than my previous JFS setup with the current ext4 code, even without barriers. I have no doubt that ext4 will mature into a great and stable filesystem, but I'm not sure that the maturation will occur before btrfs hits in .29.
If you have a drive big enough, can cp -a your whole root, setup the drive again (and multiple mount points if applicable), chroot in, and reinstall the bootloader to MBR. I think that's easiest way to do it. Kind of a pain, but it should work (I've not done it with Arch, but it works for Debian and Slackware), and be less than a reinstall.
"If the data structure can't be explained on a beer coaster, it's too complex." - Felix von Leitner
Offline
Pages: 1