PDA

View Full Version : [all variants] Ext3 and Ext4: Which file system to install?



Pages : [1] 2

Sef
April 23rd, 2009, 12:30 PM
Update: Ext4 is the default file system on Karmic Koala and beyond.

Disclaimer:- This thread only issues the use of Ext4 on Ubuntu Jaunty(9.04) and does not apply to earlier releases where Ext4 may not have been available as an option due to Ext4 not having been stable.

As you may have noticed, you now have the option of installing Ext4 through Ubuntu Jaunty. Ext4 is quite a big update from Ext3 but it still is only incremental and is backwards-compatible with Ext3, so it is very stable, however a few issues about the filesystem have recently sprung up that may require you to be a little careful when using this filesystem.

Reasons to stick to Ext3:-

1) Ext3 is the default file system for *buntus.

2) It is very stable, so no worries about losing your data due to crashes.

3) The one that is recommended to be on your work stations.


The issues with Ext4:-

1) There have been reports of crashes having corrupted configuration files and sometimes more with Ext4 in use.

2) This has been addressed in kernel 2.6.30, however it will not hit Ubuntu Jaunty, but Ubuntu Karmic.

3) 9.04 Release Notes: Other Known Issues (http://www.ubuntu.com/getubuntu/releasenotes/904) for more detail.

Therefore, while Ext4 is really good, it still does need a few bugs to be ironed out, but all in all, it is quite stable for the average desktop user, just as long as you take regular backups, as you would when using any file system.

And just one more thing, Ext4 is not to be blamed completely, part of the problem stems from programs which fail to adhere to the standard regarding I/O on disk.

More information regarding this matter can be obtained here:
Theodore Tso's(One of Ext4's main developers) blog post regarding this issue:-
http://thunk.org/tytso/blog/2009/03/...-file-problem/ (http://thunk.org/tytso/blog/2009/03/12/delayed-allocation-and-the-zero-length-file-problem/)

Article (29 May 2009): The Ext4 File Linux File System (http://www.h-online.com/open/The-Ext4-Linux-file-system--/features/113403/0) by Dr. Oliver Diedrich

(Thank you to PmDematagoda and bhodi.zazan for helping me improve this thread.)

akrep55tr
April 23rd, 2009, 12:59 PM
Thank you very much. This was a big question in my mind.

Demonizer
April 23rd, 2009, 01:08 PM
Ext4 cant be THAT bad :( .

porchrat
April 23rd, 2009, 01:30 PM
OK that is not great news, I thought the bugs had been ironed out, looks like I'm going to have to use ext3 in my new jaunty jackalope download :(

I had no idea there were so many issues, thanks for info Sef.

vigyani
April 23rd, 2009, 01:49 PM
B) Ext4 is beta:

1) Ext4 is the new still experimental (nonstable) file system for the *buntus.

2) It has been known to crash and data has been lost.

3) It is not for workstations that need a stable file system.

4) The current GRUB will not boot into it. A boot partition must be created.

5) Bugs are stil being worked out of it.

6) You have the time and enjoy reinstalling your os or oses, if it hoses your system. (To hose a system is to make the computer unbootable, so a reinstall is necessary.)

7) You frequently back up your system, so in case your data becomes unreadable due to a crash, you can replace it.

Yes, ext4 is faster than ext3, but do you really want to risk losing your data or having to reinstall *buntu and the other oses that are on your system or both?

Hi

It would be really nice if you can provide references and links to substantiate the claims made in this post.

porchrat
April 23rd, 2009, 02:33 PM
Hi

It would be really nice if you can provide references and links to substantiate the claims made in this post.

That is a good idea. I would like to read these articles as I have only been able to find benchmarks and positive press releases about ext4. It would be nice to read the other side of it.

From what I had read ext4 is marked "stable". I thought it was going to be the default filesystem of Ubuntu, but it seems like ext3 remains the default until at least 9.10.

I see what you mean about the lack of GRUB support, but that is OK as I always use a separate /boot partition anyway.

I am completely seduced by the speed of ext4 in the benchmarks, but if it going to be unpredictable I won't touch it.

vividia
April 23rd, 2009, 04:21 PM
I would like to read the source(s) about ext4. I'm still using ext3 and was considering making the leap.

wanchai
April 23rd, 2009, 04:37 PM
Here is something to read:
https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781
By the way, Theodore Ts'o is the author of ext4, he wrote some long posts in this thread that are worth reading.

For my system I decided to stay with ext3. I don't need to squeeze the last bit of performance out of my machines and I don't need to use the newest of the newest. Especially not if it's something as critical as a file system that cannot be easily downgraded.

OmegaBLK
April 23rd, 2009, 05:04 PM
I was just reading the release notes for 9.04 (http://www.ubuntu.com/getubuntu/releasenotes/904#Lock-ups%20when%20deleting%20files%20from%20ext4%20file systems) and there still are some issues with ext4 support that are not resolved as of the 9.04. Now an update will come when they are avaialable but, for now:



Lock-ups when deleting files from ext4 filesystems

In some cases, deleting files from an ext4 filesystem is reported to cause soft lock-ups in the kernel (330824). Investigation of this problem is ongoing, and it is expected that a fix for this problem will be made available as a post-release update. To avoid this problem, users may wish to install using the default ext3 filesystem and convert their filesystem to ext4 (as documented on the ext4 wiki) once a fix is available.

Switching to ext4 requires manually updating grub

If you choose to upgrade your / or /boot filesystem in place from ext2 or ext3 to ext4 (as documented on the ext4 wiki), then you must also use the grub-install command after upgrading to Ubuntu 9.04 to reinstall your boot loader. If you do not do this, then the version of GRUB installed in your boot sector will not be able to read the kernel from the ext4 filesystem and your system will fail to boot.

Possible data-loss problems resizing ext4

The resize2fs tool may cause data loss when growing or shrinking ext4 filesystems off-line. See this mail from the upstream maintainer for more details. Unfortunately we became aware of this too late to fix it in Ubuntu 9.04. If you wish to resize an ext4 filesystem using the tools in Ubuntu 9.04, you may be able to work around these problems by first disabling the flex_bg and uninit_bg features (do not attempt this on a mounted filesystem!):

tune2fs -O ^flex_bg,^uninit_bg /dev/DEVICE_NAME
e2fsck /dev/DEVICE_NAME

However, we still strongly recommend taking significantly more care with backups than usual before attempting to resize an ext4 filesystem.

source (http://www.ubuntu.com/getubuntu/releasenotes/904#Lock-ups%20when%20deleting%20files%20from%20ext4%20file systems)

aniruddha
April 23rd, 2009, 10:01 PM
Awesome stuff, thank you for all the clarifications. And here I was really looking forward to ext4 too. So it goes...

gjoellee
April 24th, 2009, 10:47 AM
I have been using Ext4 for several months, never had any problems at all...

Lisimelis
April 24th, 2009, 11:58 AM
I think it is pretty normal to have some stability issues in the first year of ext4. After all its been a long time since a new filesystem. It is not like a linux distro were we want the problems to go away from the first updates. I think in 9.10 the ext4 will be even better and pretty soon will be the default file system.

ssam
April 24th, 2009, 12:47 PM
ext3 has been holding petabytes (maybe more) of data for many years on millions of systems. all the serious bugs have been ironed out.

ext4 has tested by kernel hackers, and developers for about a year. over the past few months the number of people testing it has increased a lot (lots of ubuntu and fedora testers). the big issue of data loss on unclean shutdowns was found (the lead ext4 developer thinks that linux crashes are very rare, but this is less true if you have binary graphics drivers, or unstable hardware, or powercuts (and you dont have a UPS)).

there are now patches in the ubuntu 9.04 kernel (and mainline 2.6.30, and other distros) that fix that particular bug.

it is not impossible for there to be a few more nasty bugs in ext4. they will be found as more people use ext4 in unusual situations.

so if you use ext4, you will probably be fine. but make sure you have a good backup regime.

Gina
April 24th, 2009, 06:44 PM
I installed Jaunty into ext4 partitions during the testing phase but would now like to clean up my hard drive and remove numerous partitions used for testing. However, I have two ext4 partitions at sda17 and sda18 which GParted won't delete and cannot find a mount point for - it thinks these partitions are mounted when they aren't and refuses to delete these partitions and any lower numbered ones. I can reformat lower ones and reuse them but I seem to be stuck with 18 partitions. The two old ext4 partitions add up to about 15GB out of a 500GB drive so the loss of space is not very significant. Just annoying.

I don't want to wipe the entire drive as I have a lot of data on it that would take a long time to restore.

Does anyone have any suggestions how I can get rid of the rogue partitions, please?

graysky
April 24th, 2009, 08:28 PM
I have been using Ext4 for several months, never had any problems at all...

+1


I think it is pretty normal to have some stability issues in the first year of ext4. After all its been a long time since a new filesystem. It is not like a linux distro were we want the problems to go away from the first updates. I think in 9.10 the ext4 will be even better and pretty soon will be the default file system.

Actually, ext4 has been around for longer than 1 year. I can't locate the source on this but believe me, it is *well* tested.

graysky
April 24th, 2009, 08:36 PM
I installed Jaunty into ext4 partitions during the testing phase but would now like to clean up my hard drive and remove numerous partitions used for testing. However, I have two ext4 partitions at sda17 and sda18 which GParted won't delete and cannot find a mount point for - it thinks these partitions are mounted when they aren't and refuses to delete these partitions and any lower numbered ones. I can reformat lower ones and reuse them but I seem to be stuck with 18 partitions. The two old ext4 partitions add up to about 15GB out of a 500GB drive so the loss of space is not very significant. Just annoying.

I don't want to wipe the entire drive as I have a lot of data on it that would take a long time to restore.

Does anyone have any suggestions how I can get rid of the rogue partitions, please?

If the partitions are mounted you won't be able to modify them via gparted. Have you tried booting from the live gparted CD (http://gparted.sourceforge.net/download.php) and attempting your maintenance? I offer that because none of your partitions should be mounted by default under the live CD's environment. Plus, you're using the latest version of gparted by doing so which is always a good thing :)
I haven't seen an example where gparted failed to

OmegaBLK
April 25th, 2009, 12:15 AM
Currently using ext4 for most of my partitions with Jaunty. Got backups. Hopefully I do not run into bug #330824 (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/330824?comments=all).

*Fingers crossed*

AbsentHarvest
April 25th, 2009, 05:25 AM
This is good information, I was just looking for how to upgrade ext3 to ext4... I think I will wait until further improvements are made. :]

Thanks.

trot2millah
April 25th, 2009, 09:08 AM
I'm planning a new partition with Jaunty and I want to try out using Ext4, would my other partitions (XP, Linux Mint) be at risk of data loss at all? I doubt it, but just don't want to risk anything.

Gina
April 25th, 2009, 09:18 AM
If the partitions are mounted you won't be able to modify them via gparted. Have you tried booting from the live gparted CD (http://gparted.sourceforge.net/download.php) and attempting your maintenance? I offer that because none of your partitions should be mounted by default under the live CD's environment. Plus, you're using the latest version of gparted by doing so which is always a good thing :)
I haven't seen an example where gparted failed toThank you for your reply :)

I have now downloaded the latest stable GParted and burned it to CD-R. Using that I have successfully deleted the ext4 partitions and others I didn't want. I see the Live CD GParted supports ext4 filesystems.

Thank you for the suggestion - got me out of a hole :)

Don't know why I didn't think of it myself :lolflag:

halovivek
April 25th, 2009, 10:18 AM
i am using ext4 in my system. It looks good and fast for huge data. i am using around 1TB harddisk and 320GB hdd internal. most all disks is filled with data. And it is accessing very fast.

Thanks for the update about EXT4 i will take back up and i will use it again.

graysky
April 25th, 2009, 11:54 AM
I'm planning a new partition with Jaunty and I want to try out using Ext4, would my other partitions (XP, Linux Mint) be at risk of data loss at all? I doubt it, but just don't want to risk anything.

No. Only data on ext4 partitions can be affected by the bugs mentioned.


Thank you for your reply :)

I have now downloaded the latest stable GParted and burned it to CD-R. Using that I have successfully deleted the ext4 partitions and others I didn't want. I see the Live CD GParted supports ext4 filesystems.

Thank you for the suggestion - got me out of a hole :)

Don't know why I didn't think of it myself :lolflag:

Glad you got your problem solved.

Sef
April 25th, 2009, 01:45 PM
Originally Posted by Gina http://ubuntuforums.org/images/buttons/viewpost.gif (http://ubuntuforums.org/showthread.php?p=7141479#post7141479)
Thank you for your reply :smile:

I have now downloaded the latest stable GParted and burned it to CD-R. Using that I have successfully deleted the ext4 partitions and others I didn't want. I see the Live CD GParted supports ext4 filesystems.

Thank you for the suggestion - got me out of a hole :smile:

Don't know why I didn't think of it myself :lolflag:
GParted in Ubuntu is often not the current version, which at times can make a big difference.

As to why you didn't think of that, it is often the simpliest things that we overlook.

zero7404
April 26th, 2009, 04:15 AM
so, after trying to install 9.04 x64 using the ext4 file system, i've noticed instability with regard to the package manager, in particular, Synaptic....either the new wireless network files have a problem, or something else, because updates and browsing in general crawl to snail's pace...haven't seen that issue when in vista.

so far, i've run into fsck 3 times, on my way out of the OS....
numerous fixes/issues that i had to confirm prior to shutdown/restart.

would ext4 be the reason i am experiencing this ?

i've also seen something i haven't seen for a while, the solid color screen after logout, but only a few colors display...not as many as i've seen a few times in the past with 8.10...

i'd like to reinstall 9.04 one more time, but i think i'm better off with ext3 for the time being....could anyone chime in and explain what causes fsck to run ? i suspect file system errors, but not entirely sure....

autocrosser
April 26th, 2009, 05:45 PM
I have been using ext4 from the first & have had a couple of minor problems--I talked with Theo quite a bit about it late Dec/Early Jan & made a couple of changes to my system as a result.

1. I do REGULAR backups of my important data.
2. Make sure you use a UPS on your desktop system--when doing important file work on a laptop--be plugged in.
3. Read My information in this post: http://ubuntuforums.org/showthread.php?t=1090488&highlight=ext4 I posted information from Theo's blog about fstab options & how they impact your system.

All-in-all, ext4 works very well for me--my system is totally ext4--2 installs waiting for Karmic, 1 Jaunty final, 1 Jaunty64 that will be Karmic testing & 1 Fedora11.

Ext4 will be the future--I have bid ext3 a fond farewell--it served me well for many years. :)

jcostom
April 26th, 2009, 10:17 PM
OK that is not great news, I thought the bugs had been ironed out, looks like I'm going to have to use ext3 in my new jaunty jackalope download :(

I had no idea there were so many issues, thanks for info Sef.

You could always use JFS.. Fast & stable...

psychok9
April 27th, 2009, 01:40 AM
I'm using Jaunty from the Alpha 5 version on Ext4 fs.
Some weeks ago, I've lost some files after a blackout (amule configuration and corruption of some files temp/part).
I've finding new .30 kernel... and I found here: http://kernel.ubuntu.com/~kernel-ppa/mainline/.
After a correct installation, I get a error: modprobe: FATAL: Could not load /lib/modules/2.6.etc/custom/modules.dep, no such file or directory...

Solution or other kernel/solution? I need a fixed kernel for Ext4 problems (I can't afford UPS).

Thank you!

p.s. nodelalloc can fix the problem, but the framentation of files can get worse a lot.

Monsuco
April 27th, 2009, 04:00 AM
I installed Ubuntu with ext4, but I would like to convert it to the old ext3 system. How do I do that?

Sef
April 27th, 2009, 11:25 AM
I installed Ubuntu with ext4, but I would like to convert it to the old ext3 system. How do I do that?


You would have to reformat the partition.

From Kernelnewbies (http://kernelnewbies.org/Ext4):


Ext4 will use the new data structures only on new data, the old structures will remain untouched and it will be possible to read/modify them when needed. This means, that, of course, that once you convert your filesystem to Ext4 you won't be able to go back to Ext3 again

antiram
April 27th, 2009, 04:04 PM
formatted yesterday with mke2fs -t ext4 -E stripe-width=128,resize=128G on a lvm. today:


Apr 27 12:08:43 locutus kernel: [ 11.265086] Pid: 4244, comm: hal-storage-cle Not tainted 2.6.28-11-generic #42-Ubuntu
Apr 27 12:08:43 locutus kernel: [ 11.265087] Call Trace:
Apr 27 12:08:43 locutus kernel: [ 11.265095] [<ffffffff8036a156>] ext4_da_writepages+0x466/0x490
Apr 27 12:08:43 locutus kernel: [ 11.265099] [<ffffffff8037dbff>] ? __ext4_journal_dirty_metadata+0x2f/0x70
Apr 27 12:08:43 locutus kernel: [ 11.265102] [<ffffffff8036b0f0>] ? ext4_da_get_block_write+0x0/0x180
Apr 27 12:08:43 locutus kernel: [ 11.265107] [<ffffffff802b8ef8>] do_writepages+0x28/0x50
Apr 27 12:08:43 locutus kernel: [ 11.265109] [<ffffffff802b0e31>] __filemap_fdatawrite_range+0x51/0x60
Apr 27 12:08:43 locutus kernel: [ 11.265112] [<ffffffff802b0e57>] filemap_flush+0x17/0x20
Apr 27 12:08:43 locutus kernel: [ 11.265115] [<ffffffff8036695d>] ext4_alloc_da_blocks+0x2d/0x30
Apr 27 12:08:43 locutus kernel: [ 11.265117] [<ffffffff80371335>] ext4_rename+0x195/0x750
Apr 27 12:08:43 locutus kernel: [ 11.265121] [<ffffffff802f0bfb>] vfs_rename_other+0xbb/0xf0
Apr 27 12:08:43 locutus kernel: [ 11.265124] [<ffffffff802f1d87>] vfs_rename+0x147/0x270
Apr 27 12:08:43 locutus kernel: [ 11.265127] [<ffffffff8069e569>] ? _spin_lock+0x9/0x10
Apr 27 12:08:43 locutus kernel: [ 11.265130] [<ffffffff802f3f2e>] sys_renameat+0x20e/0x250
Apr 27 12:08:43 locutus kernel: [ 11.265133] [<ffffffff802d290e>] ? free_pages_and_swap_cache+0x7e/0xa0
Apr 27 12:08:43 locutus kernel: [ 11.265137] [<ffffffff8041c558>] ? __up_write+0x68/0x140
Apr 27 12:08:43 locutus kernel: [ 11.265140] [<ffffffff802f3f86>] sys_rename+0x16/0x20
Apr 27 12:08:43 locutus kernel: [ 11.265143] [<ffffffff8021253a>] system_call_fastpath+0x16/0x1b

bacardiandwatermelon
April 27th, 2009, 10:05 PM
You could always use JFS.. Fast & stable...

I've been using JFS since Intrepid, had no issues. Doesn't do any start up scans every 30 boots either. Only had one instance when I wished that the JFS file system could be read from within XP..

FastMady123
April 28th, 2009, 05:04 AM
For me, ext4 works good on my system and I'm really happy with it. It boots faster and I did not get any errors yet.

crazyfrog1234
April 29th, 2009, 07:11 AM
For me, ext4 works good on my system and I'm really happy with it. It boots faster and I did not get any errors yet.

Me too, ext4 is better than ext3 and I'm very glad to use it.

Monsieur Gonzalez
April 29th, 2009, 09:02 AM
I've been using JFS since Intrepid, had no issues. Doesn't do any start up scans every 30 boots either. Only had one instance when I wished that the JFS file system could be read from within XP..

While I find JFS to be a good filesystem, I quit using it when I saw it had little support from developers (If I remember correctly, only one developer from IBM), so you are less likely to get improvements, bug fixes, etc.

So I'm using ext4, and saw great improvements both in speed (deleting, mainly) and boot check time; someone wiser might keep their data in ext3 for some time and wait for bugs to be ironed, though.

porchrat
April 29th, 2009, 10:28 AM
For me, ext4 works good on my system and I'm really happy with it. It boots faster and I did not get any errors yet.

I went with ext3 and I'm happy that I did. It is more than fast enough. There were enough niggly bugs in Jaunty that I really didn't need a potentially unstable filesystem.

kelt65
April 29th, 2009, 11:08 PM
I've been using xfs for years, no problems ...

nuir
April 30th, 2009, 10:06 PM
ext4 and all is OK
everything seems to run quicker and smooth

Neotelos
May 1st, 2009, 03:13 AM
Basically, if you use Ext4 it's a good idea to update the kernel...
It wont be as stable in the default kernel for Jaunty.

I've already went Ext4 as I needed to compile a new kernel to fix some issues on my hardware...works great!

It does seem to be a tad snappier! :)

espmartin
May 1st, 2009, 05:47 AM
How do you check to see what version of file system you're using?

Partyboi2
May 1st, 2009, 07:55 AM
How do you check to see what version of file system you're using?
Hi, have a look at System>Admin>System Monitor>File Systems

Sef
May 1st, 2009, 01:49 PM
Basically, if you use Ext4 it's a good idea to update the kernel...
It wont be as stable in the default kernel for Jaunty.


Not necessarily true. I have the default kernel with ext4 in jaunty and have no problem with stabiltiy.

boyofford
May 2nd, 2009, 02:38 AM
I've just spent a week setting up a simple media centre, using juanty and xbmc,it is running with / and /home on Ext4 and another partition for my files on EXT3.
Was a little concerned about potential issues with Ext4 but after some testing found the system to run faster on Ext4 so went for it.

Not to concerned about re-installing jaunty if gets all messed up,
but really don't want to lose all the files on the Ext3 partition, too much to feasibly backup.

Am I safe?:confused:
well as safe as can be.

inxygnuu
May 2nd, 2009, 02:40 AM
I would go for it. I have it, and it rocks! not a single problem!:KS

Sef
May 2nd, 2009, 03:10 PM
Not to concerned about re-installing jaunty if gets all messed up,
but really don't want to lose all the files on the Ext3 partition, too much to feasibly backup.

There is no guarantee that if you upgraded to ext4 that all would go well. That is the reason that you should back up your files on ext3.

psychok9
May 2nd, 2009, 05:47 PM
I've posted some pages back, no one can help me?
I've strange and slow performance with ext3, and with ext4 I don't want lost files, but with the newest/dev 2.6.30-* kernel (http://kernel.ubuntu.com/~kernel-ppa/mainline/) I got "modprobe: FATAL: Could not load /lib/modules/2.6.etc/custom/modules.dep, no such file or directory...".

camper365
May 4th, 2009, 02:03 AM
I have used ext4 for a while now, and I have had multiple kernel panics (because I was stupid and tried to kill init) and other crashes, and I still haven't had issues. I don't doubt that other people have had problems, but I haven't.

shane_orlando
May 5th, 2009, 03:46 AM
The occurrences of bugs at early stages of any file system being developed should not be alarming. Lets just give the developers time, the bugs will be ironed eventually. During this period, we all should play our role in reporting any stability issue encountered.

boyofford
May 5th, 2009, 07:24 AM
The occurrences of bugs at early stages of any file system being developed should not be alarming. Lets just give the developers time, the bugs will be ironed eventually. During this period, we all should play our role in reporting any stability issue encountered.

True, and the more people who are prepared to test ext4 and report and bugs, the quicker ext4 will be considered the norm.

I'm going to re-install my main computer to ext4 for root (but think i'll leave the home as ext3 for now, just in case)

lovinglinux
May 5th, 2009, 08:54 AM
I'm using ext4 on root and home partitions since the release day and didn't have any problems so far. Today I had my first power failure while running Ubuntu (yes I know, I should get an UPS) and I didn't notice anything abnormal since power came back. Everything seems to be fine.

vldo
May 5th, 2009, 10:40 AM
I have HP Laptop and i choose ext4 filesystem. i have experienced som strange problem and yesterday after normal shutdown my /home partition didnt startup.

I have tried several attempts to correct that (e2fsck -p, -b,..., testdisk ) and at the end partition is not recognized and data is lost.

Im going to try again with some tweaking in fstab (data=journal according to http://mirror.publicns.net/pub/gnu/tmp/linux-libre-fsf2_2.6.28/linux-2.6.28/Documentation/filesystems/ext4.txt)

ranch hand
May 6th, 2009, 03:19 AM
I have several installations of ext4. I pushed one to freeze (deliberate), it was a 32bit version. Took some doing (ram 94.8%). Ran fine with the ram at 93.7%.

After reboot the only thing I could find out of whack was the alsa mixer had reset my level settings back to default.

No problems with any files or directories.

One of these days I am going to do the same to a 64bit version. On this box that gives me 2x the CPU.

Ext4 seems real stable and fast to me. Ubuntu does seem to like this box though.

All that said, I like LTS and so my main OS is Hardy on ext3.

I look forward to 10.04. I like the idea of having my main OS on ext4.

vldo
May 6th, 2009, 01:54 PM
after while another error in fsck. Even with new kernel installed (2.6.29 Ubuntu 9.04 amd64)

It happened after trashing some files.

fsck -p /dev/sda1

Inodes that were part of a corrupted orphan linked list found
UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY

so i tried

e2fsck -vy /dev/sda1

and after that im back into my system. It doesnt seems to be a good state. i will be going back to ext3.

porchrat
May 8th, 2009, 12:52 PM
Seems like there are a lot of mixed experienced with ext4, looking back I'm glad I went with ext3.

logos34
May 8th, 2009, 09:18 PM
8.04 heron user here, 2.6.24.24...any way to convert to ext4 short of compiling custom kernel > 2.6.28-? And I suppose I'd need to get patched version of grub?

Sylslay
May 8th, 2009, 09:25 PM
I am useing ext4 since beta version 9,04, on old 40gb Seagate, no problem
so far.
PS.If You don't try, than You don't know , what gone to heppen.:)

RealG187
May 9th, 2009, 05:08 AM
So could I read an EXT4 drive on 8.10 if it's backwards compatible?

ranch hand
May 9th, 2009, 06:25 AM
While some distros have a problem even seeing ext4, neither 8.04 or 8.10 have any problem with it (see sig). I transfer stuff from partition to partition all the time, works slickern snot.

freeman2000
May 9th, 2009, 09:30 AM
At this point, the ext4 file system is not part of Karmic (9.10). I'm running the Alpha version of Karmic with the 2.6.30-2 kernel, and it is still running the ext3 file system. This could change in later (beta) releases. I'll run/test the Alpha version a short while before switching over to ext4. Good luck.

lovinglinux
May 9th, 2009, 10:21 AM
At this point, the ext4 file system is not part of Karmic (9.10). I'm running the Alpha version of Karmic with the 2.6.30-2 kernel, and it is still running the ext3 file system. This could change in later (beta) releases. I'll run/test the Alpha version a short while before switching over to ext4. Good luck.

What does this mean? They will not use ext4 whatsoever? Who has already ext4 is screwed?

Additional info about my experience with ext4

Today I experienced my first problems, but I don't know if they are related to ext4, because I was installing Windows 7 on a virtual box before the problem started and had to kill it. Anyways, after a reboot, fsck couldn't run properly and died with a status error 4. The report suggested to run fsck manually. But I hit control+D and booted normally to do some search in the forums.

Then I rebooted again and started the manual fsck. The problem was in my home partition, but I accidentally ran the fsck on the root partition while mounted. I typed "Y" to fix things until I realized something wasn't right. There were too many questions and too many numbers being displayed on the screen. This scared the hell out of me. Fortunately, it seems that my noobish attempt to fix the problem didn't hurt the system. After a few unsuccessful attempts to solve the issue on the correct partition, I was able to run fsck in the verbose mode from the recover console and the problem was fixed. Everything seems normal and no apparent harm was done. So, if this didn't messed my ext4 system I don't what could do it.

Since I started to use ext4 I already had a power failure while running the machine, I reinstalled grub several times while testing Windows 7 and other Ubuntu releases and I had this issue with fsck. But everything seems to work fine. The only thing I didn't tested is shrinking an ext4 partition.

So far, I'm pleased with ext4.

mahenkpatel
May 12th, 2009, 10:46 AM
Iam using Ext4 and is pretty stable till now and has given a significant performance boost to my low end laptop.

Iam using this file system as i have all my data in Windows ntfs partitions and Ext4 is only for Ubuntu OS and not for data.:o

ANew
May 13th, 2009, 02:24 AM
Got "Grub error 15" after trying ext4.

boyofford
May 13th, 2009, 07:37 PM
All was going well, then had to kill the omputer at the power source a few times due to lock ups caused by software I guess.

But now the whole system ain't working right! sometimes i can't login properly, sometimes get grub error, sometimes has problems locating program files! don't know enough to blame this all on ext4, but seems likely as got juanty on ext3 on another computer and none of this stuff after hard shutdowns!

gona reinstall, if i can! the livecd can't see my hard drive at the mo!:o

EmyrB
May 14th, 2009, 02:02 PM
Just my 2 pennies worth. I have 9.04 with a root partition of ext3 and a /home, /media/photo's, /media/music partitions all using ext4 and I have not seen an issues with the file system. Fedora 11 will use ext4 as its default file system so either they are insane or they are 100% confident in it.

Cheers

EmyrB

ranch hand
May 14th, 2009, 05:39 PM
I installed Jaunty 64bit twice on the same HDD, both in 2 partitions, 1 with ext3 and 1 with ext4.

The ext3 was a little slower. No other diference.

Did the same with the 32bit version. On this box I disable 2 of 4 CPU to run on 32 so the 32 versions run slower. When run with the box running all 4 there is no difference.

hieuykhoa
May 16th, 2009, 03:46 AM
i'm using 9.04 on EXT4 and it boot 150% faster than 8.10 on ext3!
no problem happened!
EXT4 is good :D!

chriskin
May 18th, 2009, 10:03 AM
150 % faster? it's imposible.;)

actually it isn't
150% means that it loads 1.5 times faster, which is true
the first days at least :P

raccaman
May 18th, 2009, 09:23 PM
I heard that ext4 save files only when computer works little... if it so, it is impossible to solve the problem also with new kernels because if a file is not saved and the system crashes... there's nothing to do ...Isn't it? It's a question...

ranch hand
May 18th, 2009, 10:22 PM
I have been using ext4 on this box for a month and have had no problems at all.

Saving files is a little faster and they definately load faster when opening them.

lovinglinux
May 18th, 2009, 10:39 PM
I heard that ext4 save files only when computer works little... if it so, it is impossible to solve the problem also with new kernels because if a file is not saved and the system crashes... there's nothing to do ...Isn't it? It's a question...

Probably. There has been reports of crashes completely messing with the system, but I had two power failures already here and everything is still running. Nothing weird happening and no data loss.

stimpyjcat
May 19th, 2009, 06:40 AM
i want to use ext4 on my next fresh install but im worried about personal data loss (i use to crash everything i touch :o )

so maybe will make an ext4 root (just want more performance on the system) and ext3 for home (and /boot), that way i think that the loss will be easily repaired if any (just /tmp or /var damaged if lucky)

im right with that idea or was missing something? :-k

raccaman
May 19th, 2009, 01:35 PM
Nothing weird happening and no data loss.

I'am happy if you say that!

ranch hand
May 19th, 2009, 02:33 PM
I have been using ext4 since 2 weeks before Jauntys release. Have had no trouble at all.

If you are worried about it, why not stick with what you are using now? Wait untill 9.10 comes out and then you can install 9.04. Should be nice and stable by then.

Or, you could dual boot.

Sef
May 20th, 2009, 12:47 AM
i want to use ext4 on my next fresh install but im worried about personal data loss (i use to crash everything i touch :eek: )


If ext4 is considered stable, it will be the default file system. If not, then stick with ext3.

lovinglinux
May 21st, 2009, 01:31 AM
I had another power failure here and had to call the power company to fix it. I know I should get an UPS. Anyways, my Jaunty is still up and running. The only thing I noticed is that Firefox changes its default fonts after these events. I also had a few Firefox crashes caused by the Open Book extension and had to use the CTRL+ALT+Backspace a few times (now I know I can use CTRL+ALT+F1 then kill Firefox), but things are still running fine, including the torrents that were running in the background.

I'm not trying to convince anyone to use ext4, just reporting my experiences with it.

EDIT: actually, there was two power failures today. One was all over my city at 7 am and the other was only on my street at 10 am.

blogx
May 21st, 2009, 04:11 AM
I just thought Ext4 is new, I'd like to try it. But I don't know if there are bugs or not.

ranch hand
May 21st, 2009, 05:06 AM
Works great for me.

redjoel
May 22nd, 2009, 08:45 AM
Thanks, Great Post:popcorn:

jimbo99
May 28th, 2009, 09:14 PM
He's not yanking your chain. Until a confirmed fix is out across the board one should refrain from using it, regardless of your success.

techfanboy81
May 31st, 2009, 05:56 AM
For me its ext4 because it is already established, quick and compatible to ext3 and ext2.

Thanks.

Sef
May 31st, 2009, 02:32 PM
He's not yanking your chain. Until a confirmed fix is out across the board one should refrain from using it, regardless of your success.
As long as one is aware of the problems then it is fine to use it. As the saying goes - if it breaks, you get to keep both pieces. (Yes, I am using ext 4 for root and home.)

mevan_snp
June 1st, 2009, 01:04 PM
thanks mate really good info

pansue
June 5th, 2009, 01:18 AM
I don't think so ,i have been using ext4 for a long time ,and i don't met any so called issues

ranch hand
June 5th, 2009, 01:58 AM
I don't think so ,i have been using ext4 for a long time ,and i don't met any so called issues

+1

I actually have had a couple issues, it is slightly faster and even transfers to/from other (non ext4) partitions is smoother and faster. I find it is faster to even transfer things from one partition to an other using the ext partition for nothing but control.

Ceedub2
June 6th, 2009, 04:07 AM
Being a new user. I figured I would go with ext3.

Makatozi
June 8th, 2009, 05:34 PM
I just switched to ext4 over the weekend, so far so good. Lest see how it goes, will post if it falls over.

Cheers,

Polaris96
June 8th, 2009, 05:39 PM
This is probably a dumb question, but you DID have to back and restore to do that reformat, right? If ext can reformat a drive and hold the data, I'm chucking reiser!

ranch hand
June 8th, 2009, 06:53 PM
This is probably a dumb question, but you DID have to back and restore to do that reformat, right? If ext can reformat a drive and hold the data, I'm chucking reiser!

I think you should back up your /home and just do it. Jaunty was built for ext4 (I am on it now) and it works great.

Partyboi2
June 8th, 2009, 10:41 PM
This is probably a dumb question, but you DID have to back and restore to do that reformat, right? If ext can reformat a drive and hold the data, I'm chucking reiser!
There are no dumb questions :)
When you convert to ext4 it should not wipe your data, but in saying this it is always recommend to backup before working on partitions.

Polaris96
June 8th, 2009, 11:23 PM
you guys rool! r we talking

sudo mkfs -t ext4 /dev/sda1 #or similar

or is there a different approach i need? Also i'm on reiser now. will it make a diff?

diesal3
June 9th, 2009, 11:58 AM
From what i've read with reformatting to ext4, it only applies the ext4 rules to new files created after you "convert" the filesystem from ext3 to ext4. i've been using ext4 on Jaunty right from the off and i noticed it was better then ext3 with intrepid.

dE_logics
June 10th, 2009, 02:53 PM
Why not just use reiserfs or if jaunty supports reiser4...its better.

Other options will be JFS and XFS...these 3 are at the top.

PeterBBB
June 10th, 2009, 03:48 PM
The issues with Ext4:-

One rather serious issue for those dual booting with Windows is the current lack of any Windows driver.
Shareable partitions neet to be FAT, EXT2/3 or NTFS.

Several times I have resolved problems with unfortunate edits of fstab, menu.lst etc by fixing the mess from Windows.

Just curious; for those who don't need Windows access but want extents to handle large files; have you thought about XFS?

ranch hand
June 10th, 2009, 04:10 PM
The issues with Ext4:-

One rather serious issue for those dual booting with Windows is the current lack of any Windows driver.
Shareable partitions neet to be FAT, EXT2/3 or NTFS.

Several times I have resolved problems with unfortunate edits of fstab, menu.lst etc by fixing the mess from Windows.

Just curious; for those who don't need Windows access but want extents to handle large files; have you thought about XFS?

I never have had problems with Windows file systems. Gparted wiped them clean easily.;-)

I have never considered XFS in a serious manner. ext4 is a very stable, fast, segmentation resistant FS and I really like it. If I could I would convert my other ext2 and 3 OSs to it. The only problem I have with it is that i need to use an ext4 OS to transfer files to the others (my main OS is still Hardy).

carcar1
June 12th, 2009, 10:53 PM
I have had abosolutely no problems with ubuntu Jaunty on two machines with ext4 as the file system.

jumbofishmeat
June 18th, 2009, 03:23 AM
I've heard reports of data loss and corruption. It's not quite as refined as it needs to be yet.

Sef
June 18th, 2009, 03:28 PM
I've heard reports of data loss and corruption. It's not quite as refined as it needs to be yet.


Nothing new there. It was mentioned on the first post. Which is why it is not advised for computers that are need stability.

Arup
June 18th, 2009, 04:02 PM
Running ext4 since day one of Jaunty release, not a single glitch so far on my 1 and 2 TB drives. I do have a UPS so there is no chance of dirty shutdown.

running_rabbit07
June 19th, 2009, 03:59 PM
Here is a case where EXT 4 was a problem.

http://ubuntuforums.org/showthread.php?t=1190673

hero1900
June 19th, 2009, 07:56 PM
if EXT4 has problems why the new alpha by default EXT4 as i heard or it is not
???

running_rabbit07
June 20th, 2009, 01:30 AM
if EXT4 has problems why the new alpha by default EXT4 as i heard or it is not
???


That'll be sweet as long as it works well. I look forward to it especially if EXT4 gets good use out of the hard drive. I am new to the Ubuntu/Linux world but I am happy that it is working so well the EXT3 I have now. I am looking forward to studying how the versions are different after I finish with the summer semester.

ranch hand
June 20th, 2009, 03:11 AM
Here is a case where EXT 4 was a problem.

http://ubuntuforums.org/showthread.php?t=1190673

I am not convinced that was a ext4 problem. It was resolved by accidentally reformating the entire HDD and using ext3. The guy used ext4 for about 6 months with no problems.

If he had redone his HDD with ext4 and had the same problem I would believe it but this could have been anything.

Astound
June 20th, 2009, 01:48 PM
For what it's worth, I chose the custom partition option on install and set ext4 file system option since it was available and new.

Freezing issues, already documented, so I did not want to wipe out the partitions and start over.

I then installed/upgraded to Kernel 2.6.30 as suggested, but that opened another can of worms, sound skipping/stuttering.

I then downgraded to Kernel 2.6.29 and automagically everything sorted itself.

System is fast, feels really snappy, scrolling Firefox, switching Desktops does not skip a beat on any music or videos being played.

The speed and performance is awesome, so I named my Desktop Awesome :popcorn:
So when 9.10 arrives, I will be ready on ext4.

In a nutshell, Ubuntu is Awesome, everything just works!

lsatenstein
June 20th, 2009, 06:40 PM
I have been using EXT4 since April, without any problems whatsoever.

It is trivially faster then using ext3, for single user systems.

running_rabbit07
June 21st, 2009, 11:41 PM
Out of curiousity I made a third OS partition and added Ubuntu 9.04 with EXT4 and it loads faster on startup and looks a little different. I think when I loaded Edubuntu it changed the appearance settings this time, which is good because it looks good. All with no problems so far.

-kg-
June 22nd, 2009, 04:38 AM
I've been using ext4 since I installed Jaunty, and have had no problems whatsoever that could be attributed to the ext4 file system. However, I have read through the entire thread and have seen no questions or comments on one issue that confuses me:


4) The current GRUB will not boot into it. A boot partition must be created.

Upon installing Jaunty on ext 4 (all three installations; Ubuntu, Kubuntu, and Xubuntu), I was unaware of this requirement, and installed all three with no boot partition (formatted to ext2/3, as I've read recently). I installed Kubuntu and Xubuntu on a single root partition, and Ubuntu I installed with an extra /home partition, as this is the desktop environment that I generally use.

I was made aware of this issue because I am intending to install Fedora F11 as an experimental install (I just want to play with it), and it states right in the installation Wiki that you must use a /boot partition formatted to ext2 or ext3 because it's GRUB will not recognize an ext4 partition.

Apparently, Ubuntu's GRUB recognizes an ext4 partition, else how is it booting to any of my Ubuntu installations (flawlessly, BTW)? Was this GRUB issue resolved between the posting of this thread and now (or should I say, then, since I've had Jaunty for a couple of months or so now)? I've read nothing on this, and am surprised that, since it seems that F11 came out not too long ago, that they didn't implement it in that release.

Not really a problem, since I can install F11 and, if it's GRUB doesn't recognize Ubuntu on ext4, I can just reinstall Ubuntu's GRUB, which will detect my Ubuntu installations, as well as Fedora's, but it took me by surprise, reading that Fedora's GRUB won't recognize ext4 partitions, when Ubuntu's obviously will. I assumne that GRUB is part of Open Source and all Fedora would have to do is implement the latest GRUB.

ranch hand
June 22nd, 2009, 05:37 AM
I had never heard of the /boot problem. I installed A2 (with grub2) and had no trouble with it booting right up on my / an /home partitions.

It did not pick up the other 3 OSs on the HDD but that was not an ext4 problem either as 1 of those was ext3 (Hardy). I have that problem straight now to, pretty good for grub2 in Ubuntu which is not officaooy supporting multi-boot until A3.

I have used ext4 from Jaunty RC on and have no problems with it.

Sef
June 22nd, 2009, 12:48 PM
I've been using ext4 since I installed Jaunty, and have had no problems whatsoever that could be attributed to the ext4 file system. However, I have read through the entire thread and have seen no questions or comments on one issue that confuses me:

Quote:
4) The current GRUB will not boot into it. A boot partition must be created.

That was true at one point, but starting withUbuntu Jaunty that is not needed anymore. There was some patches added to the kernel, so it could boot without having a boot partition. GRUB2 will boot into ext4.

Stason
June 30th, 2009, 02:17 PM
Can ext4 be used under windows?

Sef
June 30th, 2009, 03:22 PM
Can ext4 be used under windows?


No. It is not designed to use ext4 (nor ext3 nor ext2.)

lovinglinux
July 2nd, 2009, 03:36 AM
I had my first lock up today, while deleting several files from the trash. I had to hard reboot, but everything seems to be pretty fine. Considering the number of previous power failures without any damage, I think I'm pretty lucky or ext4 is more robust than I thought.

running_rabbit07
July 2nd, 2009, 04:40 AM
I had a situation like that recently, I was moving files from the desktop to another folder but the folder icons stayed on the desktop for several minutes. I then dragged the folders to the trash bin and clicked empty trash, the folders still didn't disappear so I rebooted. When I restarted the folders were no longer in the folder I had moved them to, I lost over 2 gigs of files. Luckily most of them had been backed up. I don't know if that was due to the EXT4 or just a Ubuntu thing but that is the only time I have lost any files.

wersdaluv
July 2nd, 2009, 01:00 PM
I haven't read the whole thread but if it isn't mentioned yet, I just want to suggest stating in the original post that ext3 is beneficial for dual booters because there currently is no ext4 reader app on Windows (afaik). As for me, I use ext4 for root and ext3 for /home :)

running_rabbit07
July 2nd, 2009, 03:12 PM
I am happy with Windows not being able to see what is on the other side. That makes it even less likely that a virus downloaded through windows will effect the Ubuntu partition.

tkrisz
July 7th, 2009, 02:14 PM
I still have an old Gutsy without separate /home partition and have 32 bit on my AMD64. So i plan to install a brand new Jaunty 64 bit with separate /home partition.

I have the following questions:
1. Later i will surely want to use ext4, shall i be able to upgrade to ext4 if i install ext3 now, without reinstalling the whole thing?
2. If i install / ext3 and /home ext4, will there be any problem, if i reinstall / as ext4 in 9.10 or 10.04?
3. Shall i be able to access (r/w) my Xp partition if i install ext4 now?
4. Or should i install / as ext4 and just upgrade normally to 9.10 and 10.04 as time comes and leave /home in ext3 for whatever compatibility or stability reason?
5. Will there be any compatibility issues between a computer running an ext3 FS and another running an ext4 (guess not, just ask for sure)?

Sorry for the newbie question.

running_rabbit07
July 7th, 2009, 03:03 PM
I still have an old Gutsy without separate /home partition and have 32 bit on my AMD64. So i plan to install a brand new Jaunty 64 bit with separate /home partition.

I have the following questions:
1. Later i will surely want to use ext4, shall i be able to upgrade to ext4 if i install ext3 now, without reinstalling the whole thing?
2. If i install / ext3 and /home ext4, will there be any problem, if i reinstall / as ext4 in 9.10 or 10.04?
3. Shall i be able to access (r/w) my Xp partition if i install ext4 now?
4. Or should i install / as ext4 and just upgrade normally to 9.10 and 10.04 as time comes and leave /home in ext3 for whatever compatibility or stability reason?
5. Will there be any compatibility issues between a computer running an ext3 FS and another running an ext4 (guess not, just ask for sure)?

Sorry for the newbie question.

I don't have the answers to all of your questions but I can tell you that to change from EXT3 to EXT4 requires formatting the partition. I have had Ubuntu loaded twice for a while and did not have any problems. I had it installed once with EXT3 and once with EXT4 in separate partitions but they were both installed at the same time. I have AMD 64 also and I have removed the EXT3 partition to make the EXT4 bigger. EXT4 runs great on my PC.

As far as running both file systems for different folders, I have seen people here say you can do it. I personally don't know how to do that.

As for question 3, I can mount my XP partition but I don't know if XP can see the EXT4, I haven't tried it. I have only booted XP 3 times in the past month and every time I do it does so many updates that it has to reboot. As soon as it reboots I go back to Ubuntu.

I do plan to upgrade to Karmic as soon as it comes out but I won't be in the biggest hurry. Jaunty works perfect for me and if it ain't broke, I don't need to fix it. Though the geek within says get it immediately.

I hope this info helps you.

tkrisz
July 7th, 2009, 04:28 PM
Thank you for the answer.
One more questions:
6. If there are errors with the ext4 FS, will these be fixed by the regular updates or by the distro update? And if yes, will the errors be fixed on my /home partition as well?

ranch hand
July 8th, 2009, 01:06 AM
I still have an old Gutsy without separate /home partition and have 32 bit on my AMD64. So i plan to install a brand new Jaunty 64 bit with separate /home partition.

I have the following questions:
1. Later i will surely want to use ext4, shall i be able to upgrade to ext4 if i install ext3 now, without reinstalling the whole thing?
2. If i install / ext3 and /home ext4, will there be any problem, if i reinstall / as ext4 in 9.10 or 10.04?
3. Shall i be able to access (r/w) my Xp partition if i install ext4 now?
4. Or should i install / as ext4 and just upgrade normally to 9.10 and 10.04 as time comes and leave /home in ext3 for whatever compatibility or stability reason?
5. Will there be any compatibility issues between a computer running an ext3 FS and another running an ext4 (guess not, just ask for sure)?

Sorry for the newbie question.
Just install ext4. If you install on 2 partitions with One ext3 and one ext4 you are asking for fragmentation errors more than you will get when you import files from ext3.

Ext4 works fine and is faster and the fragmentation problems will not be as often when we are going from backup files and old OS files in ext4 instead of ext3. The sooner you change the quicker you will see this.

You wil be aboe to get to your XP files. XP will not get to your ext4 files (or Vista and I don't think Win7 either). Ext4 fully supports all MS FS'.

If you are trying to get files from an ext3 partition you will, like with MS, have to work from the ext4 partition or box. I am sure that ext3 will be patched to support ext4 pretty soon (a lot faster than MS will).

tkrisz
July 8th, 2009, 02:04 AM
Thx for the answer. Meanwhile i went for an ext4 both for / and /home.
Now i'm facing a grub problem.
I've read the release notes, so i'm not surprised.
I've already tried 2 methods, it seems like fixing it (no error reports) but as i reload the "Error 22" is still there and can't boot any OS.

running_rabbit07
July 8th, 2009, 02:12 AM
If you don't find a fix soon for that, I would recommend starting a new thread titled "Error 22." That way you get help faster from the people who know how to fix that.

caco
July 9th, 2009, 10:06 AM
I have been using ext4 since the official release of Jaunty, and have not lost any file though I have experienced a couple of system lock-ups that needed a forced power off, maybe be caused by the fs or faulty programme codes, or even climate change ;)

http://brainstorm.ubuntu.com/idea/20470/image/1/ (http://brainstorm.ubuntu.com/idea/20470/)

Revolutionary101
July 9th, 2009, 05:33 PM
Does anyone know the benefits of using ext4 instead of ext3?

running_rabbit07
July 9th, 2009, 09:31 PM
I know it is a bit faster for me. I was running Ubuntu in two partitions, one with EXT3 and one with EXT4.


EXT4 was much faster. I now have just EXT4 running and it works great!

ranch hand
July 10th, 2009, 12:59 AM
Does anyone know the benefits of using ext4 instead of ext3?
short summary;

http://www.search.com/reference/Ext4

the wiki for the project;

http://ext4.wiki.kernel.org/index.php/Main_Page

Note that ext4 has been around for some time (over 2.5 years) and that it is primarily an improvement over ext3 as it can work with larger drives and larger files better.

Basically it will work with new computers and the way people use them.

techfanboy81
July 11th, 2009, 09:44 AM
Will the old data structure be used in the Ext4?

tosh-l33
July 13th, 2009, 08:56 AM
I thought Ext4 was supposed to be the newer and more advance and improved version. :S

Supermouse
July 22nd, 2009, 04:28 PM
I was using ext4 on my eeepc 701 for quite a while, but then, about more or less a week ago, I started to see some IO errors, crashes and such.

Now I'm reinstalling the system using ext3 to see if this is related to the file system.

moster
July 24th, 2009, 10:13 AM
Does anyone know the benefits of using ext4 instead of ext3?

Faster writing, size limits and other are gone, less fragmentation... Nearly everything is pushed little further.

saji1511
July 29th, 2009, 03:25 PM
Faster writing, size limits and other are gone, less fragmentation... Nearly everything is pushed little further.

hey thanks for this, I have been looking for the same.

ezsit
July 29th, 2009, 11:49 PM
I have never considered XFS in a serious manner. ext4 is a very stable, fast, segmentation resistant

Really? XFS has been around a heck of a lot longer, is proven stable with at least a decade of use, and has every feature and more than ext4. You really haven't given XFS a thought? That seems VERY imprudent (uneducated, ill-conceived, nonsensical, rash, and downright ig-nant).

ranch hand
July 30th, 2009, 01:46 AM
Really? XFS has been around a heck of a lot longer, is proven stable with at least a decade of use, and has every feature and more than ext4. You really haven't given XFS a thought? That seems VERY imprudent (uneducated, ill-conceived, nonsensical, rash, and downright ig-nant).
The max file size in XFS is smaller than ext4. XFS is great but ext4 is more flexible and more prepared to deal with the future needs of PC users.

Let's face it, what drive the popularity of any tech is actually what is the current favorite with the people developing the end product. This is why the open source community is needed to keep a kind of "genetic diversity" in electronic devices.

I am sure that someone out there is working with something that is considered obsolete (XFS is not) that will shock us all silly when it comes out in its new flavor.

I must take this time to correct your use of language. I believe that when you wrote ig-nant you really meant to write ignert.

ezsit
July 30th, 2009, 06:36 AM
According to wikipedia
http://en.wikipedia.org/wiki/Comparison_of_file_systems

The capacity of XFS FAR exceeds the capacity of ext4. Largest filesize for XFS is listed as 64Tib (tebibyte) - under Linux, (8EiB filesize limit under IRIX) and the max filesize for ext4 is 16TiB (tebibyte). Also, filesystem volume size under XFS is listed as 8EiB (exbibyte) and only listed as 1EiB (exbibyte) under ext4. I'd say, if the numbers are accurate, XFS was designed with far greater headroom than ext4.

XFS was designed by SGI to handle supercomputing environments with thousands of processors and hundreds of drive arrays and distributed cluster (or grid) computing environments in commercial, government, and research settings where accountability and reliability were guaranteed by SGI. XFS was designed, built, tested, and deployed long before ext4 was even conceived.

Now I doubt the average desktop user in my lifetime will encounter a hard drive that will push the TiB or EiB limits of either filesystem. I also doubt that anyone has enough time to watch a 16TiB video file. I haven't done the math, but that just might be longer than the average lifespan. All this talk is moot, really.

Then again, I remember the days when 32K of memory was sufficient and 64K of memory was an extravagant luxury, so maybe we will need such large capacity drives and high capacity filesystems in the not too distant future? Maybe?

Thanks for correction on ignert though.

PS - I'm sticking with ext3 for the foreseeable future. It remains my most trusted filesystem, more than fast enough, and I don't plan on pushing the 16GiB filesize limit or the 2TiB volume size limit. If you really think you need that much capacity, then your desktop needs far exceed mine - I have no problem admitting that.

moster
July 30th, 2009, 07:16 AM
There is reason why is ext4 default FS on fedora. MOst people wait to BTRFS become stable, they will wait for year or so.. It is like that state-of-art FS Solarises ZFS and it is particulary interesting for servers. But desktop users do not need capabilities of FS like that so most of them would probably stay on ext4 because it is fastest FS today available.

ezsit
July 30th, 2009, 09:17 PM
True, ext4 is proving to be the fastest overall FS available. There are features which make it attractive too, like built-in checksum ECC, enhanced timestamping capabilities that will make realtime backups and snapshots feasible, built-in defragmentation, and few more features that will make ext4 a great desktop and server choice. However, at this time, I feel more comfortable going with the ext3 FS simply because I do not require the advantages of ext4 when it is still relatively untested in the wider market. A couple years down the road, when I get new hard drives, maybe I'll give it a shot.

kk0sse54
July 30th, 2009, 11:13 PM
There is reason why is ext4 default FS on fedora. MOst people wait to BTRFS become stable, they will wait for year or so.. It is like that state-of-art FS Solarises ZFS and it is particulary interesting for servers. But desktop users do not need capabilities of FS like that so most of them would probably stay on ext4 because it is fastest FS today available.

ZFS is pretty sweet, I use it on my desktop, linux wise though I still prefer JFS

moster
July 30th, 2009, 11:17 PM
There is no rush... but I was in situation that I could get all my data off my HDDs and they needed defrag anyway... so I just jump the ext4 ship and off I go :)

Dullstar
July 31st, 2009, 04:45 AM
Hi

It would be really nice if you can provide references and links to substantiate the claims made in this post.


Disclaimer:- This thread only issues the use of Ext4 on Ubuntu Jaunty(9.04) and does not apply to earlier releases where Ext4 may not have been available as an option due to Ext4 not having been stable.

As you may have noticed, you now have the option of installing Ext4 through Ubuntu Jaunty. Ext4 is quite a big update from Ext3 but it still is only incremental and is backwards-compatible with Ext3, so it is very stable, however a few issues about the filesystem have recently sprung up that may require you to be a little careful when using this filesystem.

Reasons to stick to Ext3:-

1) Ext3 is the default file system for *buntus.

2) It is very stable, so no worries about losing your data due to crashes.

3) The one that is recommended to be on your work stations.


The issues with Ext4:-

1) There have been reports of crashes having corrupted configuration files and sometimes more with Ext4 in use.

2) This has been addressed in kernel 2.6.30, however it will not hit Ubuntu Jaunty, but Ubuntu Karmic.

3) 9.04 Release Notes: Other Known Issues (http://www.ubuntu.com/getubuntu/releasenotes/904) for more detail.

Therefore, while Ext4 is really good, it still does need a few bugs to be ironed out, but all in all, it is quite stable for the average desktop user, just as long as you take regular backups, as you would when using any file system.

And just one more thing, Ext4 is not to be blamed completely, part of the problem stems from programs which fail to adhere to the standard regarding I/O on disk.

More information regarding this matter can be obtained here:
Theodore Tso's(One of Ext4's main developers) blog post regarding this issue:-
http://thunk.org/tytso/blog/2009/03/...-file-problem/ (http://thunk.org/tytso/blog/2009/03/12/delayed-allocation-and-the-zero-length-file-problem/)

Article (29 May 2009): The Ext4 File Linux File System (http://www.h-online.com/open/The-Ext4-Linux-file-system--/features/113403/0) by Dr. Oliver Diedrich

(Thank you to PmDematagoda and bhodi.zazan for helping me improve this thread.)

Looks like this one would suit you nicely! (http://en.wikipedia.org/wiki/File:Webcomic_xkcd_-_Wikipedian_protester.png)

Dullstar
July 31st, 2009, 04:51 AM
According to wikipedia
http://en.wikipedia.org/wiki/Comparison_of_file_systems

The capacity of XFS FAR exceeds the capacity of ext4. Largest filesize for XFS is listed as 64Tib (tebibyte) - under Linux, (8EiB filesize limit under IRIX) and the max filesize for ext4 is 16TiB (tebibyte). Also, filesystem volume size under XFS is listed as 8EiB (exbibyte) and only listed as 1EiB (exbibyte) under ext4. I'd say, if the numbers are accurate, XFS was designed with far greater headroom than ext4.


Good thing later in the post you mentioned that the average user would probably not encounter those sizes. Would any user need files that big?

bcschmerker
July 31st, 2009, 08:14 AM
Thank you for the briefing on improvements in ext4 w/r/t ext3; I anticipate using ext4 from the outset when Ubuntu Lucid Lynx finally becomes available for testing Autumn 2009 (when Version 9.10 is officially released). My Gigabyte/AMD-equipped Everex currently runs ext3 on PATA (/dev/hda for System/User, /dev/hdb for Home/Option) for the current Version 8.04-LTS, and I plan on four new SATA drives in AHCI mode for testing the eventual Version 10.04-LTS; obviously I am awaiting Image files for a preliminary Live CD.

seven7seven
August 8th, 2009, 06:27 PM
In all honesty, there isn't a foolproof FS, you can get some nasty problems when expecting them the least - so I'll probably take a chance.

I don't suppose ext4 is unstable enough to cause issues with other partitions on the same drive, is it? :???:

moster
August 8th, 2009, 06:41 PM
In all honesty, there isn't a foolproof FS, you can get some nasty problems when expecting them the least - so I'll probably take a chance.

I don't suppose ext4 is unstable enough to cause issues with other partitions on the same drive, is it? :???:

Noo, it is not alpha or beta. It is considered stable but has few twitches. It will be default in Ubuntu 9.10.

Problem was with hard reset computer when some file is just being written. Apparently, that file could be deleted.

From my knowlegde this could be that situation. Open large .doc file in OpenOffice the change something and try to save it to the same file. And it that moment of saving reset computer or power failure. Now, problem is that you could lose new and old version of file. I do not say you will. But you might, because some of blame is how programmers are saving that file. This with Open Office was just example to make it easier to understand.

ranch hand
August 8th, 2009, 07:36 PM
In all honesty, there isn't a foolproof FS, you can get some nasty problems when expecting them the least - so I'll probably take a chance.

I don't suppose ext4 is unstable enough to cause issues with other partitions on the same drive, is it? :???:
I have 20 partitions on one drive. Three are ext3. The other 18 are ext4. There is no problem on that drive.

kestal
August 11th, 2009, 04:03 AM
I have been using EXT4 on 3 partitions (on 2 separate drives) from my main computer and I have not had *any* problems at all.

johnschong
August 13th, 2009, 04:30 PM
I will also use ext3 instead of ext4, because ext4 is not stable!

I know that not stable may make the system crashes.

Before I use Ubuntu, I use Fedora and RedHat, I know Fedora11 has made ext4 as the

default selection of Linux File System, will it crashes?

And I heard my friend said that Ubuntu is based on Debian, a stable and a system may run

for many years without crashes, so I use Ubuntu for my linux system.

Although many people said that ext4 is ok, but I still afraid to use, ha!

exsecant
August 14th, 2009, 03:00 AM
So is there a safe way to shrink an ext4 partition now?

The release notes for 9.04 make it pretty clear that you risk blowing up all your data but surely there must be a fix to such a critical bug by now?

ranch hand
August 14th, 2009, 05:19 AM
I have been doing this with no problems nearly from the release of 9.04.

moster
August 14th, 2009, 07:36 AM
Come on people. There are 800 000 peoples on this forum. Many of them use ext4 and I do not see threads "ext4 blow away my data".

It is one of that fears that you afraid of one thing, and possibility is lower then you are get bitten by *** from shark - in Tibet.

ranch hand
August 14th, 2009, 03:40 PM
come on people. There are 800 000 peoples on this forum. Many of them use ext4 and i do not see threads "ext4 blow away my data".

It is one of that fears that you afraid of one thing, and possibility is lower then you are get bitten by *** from shark - in tibet.
+1

Sef
August 14th, 2009, 04:40 PM
Come on people. There are 800 000 peoples on this forum. Many of them use ext4 and I do not see threads "ext4 blow away my data".

It is one of that fears that you afraid of one thing, and possibility is lower then you are get bitten by *** from shark - in Tibet.

Having your data blown away is not a common occurrence, but it has happened. If you prefer to play it safe, then choose ext3; if you do not mind taking a small risk, then choose ext4. Whatever you use, back up your data.

exsecant
August 14th, 2009, 08:23 PM
Come on people. There are 800 000 peoples on this forum. Many of them use ext4 and I do not see threads "ext4 blow away my data".

It is one of that fears that you afraid of one thing, and possibility is lower then you are get bitten by *** from shark - in Tibet.


If you had read my post you you would have seen that it was talking about risks of data loss when resizing ext4 partitions. Using ext4 is one thing that I'm sure many people do (myself included); resizing is something that I am quite sure is far less common. As I pointed out the release notes specifically said the bug causes data corruption, and as someone to whom this exact thing has happened in the past, I think it's not unreasonable to be worried that it might happen again.

moster
August 14th, 2009, 10:05 PM
If you had read my post you you would have seen that it was talking about risks of data loss when resizing ext4 partitions. Using ext4 is one thing that I'm sure many people do (myself included); resizing is something that I am quite sure is far less common. As I pointed out the release notes specifically said the bug causes data corruption, and as someone to whom this exact thing has happened in the past, I think it's not unreasonable to be worried that it might happen again.

Unfortunely you are right. I know of same/similar bug existed even before Jaunty came out, and it seems they did not backport patch or it is maybe even another bug. So... waiting for carmic koala to deal with this. Or maybe someone else have something to say.

VMC
August 16th, 2009, 12:40 AM
Unfortunely you are right. I know of same/similar bug existed even before Jaunty came out, and it seems they did not backport patch or it is maybe even another bug. So... waiting for carmic koala to deal with this. Or maybe someone else have something to say.

I think those of us here that are comfortable with using ext4, are not worried.And who's to say, if you did lose data, that it was some other issue and not ext4.

Yesterday using gparted I moved resized and moved again 4 ext4 partitions. It was a very convoluted attempt to straighten out my systems. Everything went well. Also using gparted and somewhere in that mix I copied ext4 to unallocated space and other FS's. Nothing. I mean nothing failed. gparted has come a long. I remember a year or two ago it failed miserable. Long before I was using ext4's. My the way, on several occasions I have had reason to just power cycle my system. Never once has ext4 failed. I complained but recovered.

I will continue using Ext4 exclusively. I have yet to lose any data. If you think I'm lucky...well, then I'm lucky a lot.

moster
August 16th, 2009, 04:03 PM
I think those of us here that are comfortable with using ext4, are not worried.And who's to say, if you did lose data, that it was some other issue and not ext4.

Yesterday using gparted I moved resized and moved again 4 ext4 partitions. It was a very convoluted attempt to straighten out my systems. Everything went well. Also using gparted and somewhere in that mix I copied ext4 to unallocated space and other FS's. Nothing. I mean nothing failed. gparted has come a long. I remember a year or two ago it failed miserable. Long before I was using ext4's. My the way, on several occasions I have had reason to just power cycle my system. Never once has ext4 failed. I complained but recovered.

I will always use Ext4. I yet to lse any data. If you thing I'm lucky, then I'm lucky a lot.

It was some problem when NTFS partitions are in game. Of course, it was not 100% that it will bork system even then. So maybe you have no NTFS partitions, maybe they fix that after all or maybe you are just crazy lucky :D

I had no problems with ext4 even I had some hard resets. So it is stable for me :)

geeta4
August 16th, 2009, 06:52 PM
:lolflag:
Disclaimer:- This thread only issues the use of Ext4 on Ubuntu Jaunty(9.04) and does not apply to earlier releases where Ext4 may not have been available as an option due to Ext4 not having been stable.

As you may have noticed, you now have the option of installing Ext4 through Ubuntu Jaunty. Ext4 is quite a big update from Ext3 but it still is only incremental and is backwards-compatible with Ext3, so it is very stable, however a few issues about the filesystem have recently sprung up that may require you to be a little careful when using this filesystem.

Reasons to stick to Ext3:-

1) Ext3 is the default file system for *buntus.

2) It is very stable, so no worries about losing your data due to crashes.

3) The one that is recommended to be on your work stations.


The issues with Ext4:-

1) There have been reports of crashes having corrupted configuration files and sometimes more with Ext4 in use.

2) This has been addressed in kernel 2.6.30, however it will not hit Ubuntu Jaunty, but Ubuntu Karmic.

3) 9.04 Release Notes: Other Known Issues (http://www.ubuntu.com/getubuntu/releasenotes/904) for more detail.

Therefore, while Ext4 is really good, it still does need a few bugs to be ironed out, but all in all, it is quite stable for the average desktop user, just as long as you take regular backups, as you would when using any file system.

And just one more thing, Ext4 is not to be blamed completely, part of the problem stems from programs which fail to adhere to the standard regarding I/O on disk.

More information regarding this matter can be obtained here:
Theodore Tso's(One of Ext4's main developers) blog post regarding this issue:-
http://thunk.org/tytso/blog/2009/03/...-file-problem/ (http://thunk.org/tytso/blog/2009/03/12/delayed-allocation-and-the-zero-length-file-problem/)

Article (29 May 2009): The Ext4 File Linux File System (http://www.h-online.com/open/The-Ext4-Linux-file-system--/features/113403/0) by Dr. Oliver Diedrich

(Thank you to PmDematagoda and bhodi.zazan for helping me improve this thread.)

ranch hand
August 17th, 2009, 12:33 AM
Jaunty and Karmic are released to be ext4. I have used Jaunty on ext3 and it is not as good as on ext4.

I have moved and resized one Juanty install that I have to another HDD (made it smaller). No problem. My last install of KarmicA4 had the /home partition too small (my fault - note to self - learn to read) so I doubled its size after installation. No problem.

dasan
August 20th, 2009, 06:21 PM
I think Ext4 is better than ext3
i have kubuntu 9.04 with ext4
i didn,t have any probs yet..
and my disk check time and disk to disk to copy time is reduced lot...
:lolflag:

moster
August 23rd, 2009, 08:05 AM
Jaunty and Karmic are released to be ext4. I have used Jaunty on ext3 and it is not as good as on ext4.

I have moved and resized one Juanty install that I have to another HDD (made it smaller). No problem. My last install of KarmicA4 had the /home partition too small (my fault - note to self - learn to read) so I doubled its size after installation. No problem.

Can you confirm that Carmic come with default ext4? I doubt Canonical would do that if they think it is dangerous.

Partyboi2
August 23rd, 2009, 08:47 AM
Can you confirm that Carmic come with default ext4? I doubt Canonical would do that if they think it is dangerous.
Ext4 is the default file system for Karmic
http://www.ubuntu.com/testing/karmic/alpha

ranch hand
August 23rd, 2009, 01:17 PM
Ext4 is the default file system for Karmic
http://www.ubuntu.com/testing/karmic/alpha
Just as it was for Jaunty. Boot to any LiveCD of Jaunty and see what FS you are using.

Br1987
August 26th, 2009, 06:52 AM
Ok... thank you very much.... I'm brand new and I'm getting familiar with all this things :)

VMC
August 26th, 2009, 05:10 PM
Can you confirm that Carmic come with default ext4? I doubt Canonical would do that if they think it is dangerous.

If you are in karmic, from Terminal type:
df -T that will show you what file system your running.

moster
August 26th, 2009, 07:56 PM
If you are in karmic, from Terminal type:
df -T that will show you what file system your running.

Thanks. i am not on Carmic but I am thinking about it :)

dasan
August 27th, 2009, 02:18 PM
Is there any body who have a bitter experience with EXT4...

tell your experiences not others

techfanboy81
September 8th, 2009, 03:34 PM
Ext4 have more features and generally have a better performance than ext3.

Features includes the following:

Delayed allocation & mballoc allocator for better on-disk allocation


Sub-second timestamps
Space preallocation
Journal checksumming
Large (>2T) file support
Large (>16T) filesystem support
Defragmentation support

http://www.cyberciti.biz/tips/linux-convert-ext3-to-ext4-file-system.html

trjtrj
September 9th, 2009, 05:06 PM
I have Ubuntu 9.04 and WinXP on separate hd and can use grub to boot one or the other. I like to be able to read and write to the linux file system while in XP, so I use Ext2 Installable File System 1.11a. That requires an inode of 128.

While installing 9.04, I used a Linux partition utility to force -I 128. It seems that put me into Ext2 128 mode even though I had selectied Ext3. Is I 128 not part of Ext3 ??

In later installs, if I go to Ext3 or 4 and use inodes 256, will there be a similar utility for Windows XP or 7 that is as nice as Ext2IFS ?

ranch hand
September 9th, 2009, 06:41 PM
I have Ubuntu 9.04 and WinXP on separate hd and can use grub to boot one or the other. I like to be able to read and write to the linux file system while in XP, so I use Ext2 Installable File System 1.11a. That requires an inode of 128.

While installing 9.04, I used a Linux partition utility to force -I 128. It seems that put me into Ext2 128 mode even though I had selectied Ext3. Is I 128 not part of Ext3 ??

In later installs, if I go to Ext3 or 4 and use inodes 256, will there be a similar utility for Windows XP or 7 that is as nice as Ext2IFS ?
I think that you are making a mistake to allow Winwhatever any way to access your Linux partitions. It is opening Ubuntu to all the holes in your MS OS.

A better way to go would be to have another partition that they can both get into (ntfs or maybe reiserfs).

Udayakiran
September 12th, 2009, 05:25 AM
So, do you guys think its safe to use ext4 for my root partition for my ubuntu server installation?

moster
September 12th, 2009, 09:20 AM
So, do you guys think its safe to use ext4 for my root partition for my ubuntu server installation?

Let me quote one "old sayin". Translated, it goes something like this...
If you are doomed to be f****, your pants will go down by themselves.

If you want to be 100% sure, stay on ext3. If you need better performance, I would surely go on ext4 because it is visible faster. Karmic have EXT4 default, so I would say it is safe to use it.

david_doo
September 12th, 2009, 10:04 AM
Well noted with many thanks.

Udayakiran
September 14th, 2009, 03:03 PM
.....
If you are doomed to be f****, your pants will go down by themselves.
....

:D


Let me quote one "old sayin". Translated, it goes something like this...
If you are doomed to be f****, your pants will go down by themselves.

If you want to be 100% sure, stay on ext3. If you need better performance, I would surely go on ext4 because it is visible faster. Karmic have EXT4 default, so I would say it is safe to use it.

i guess i'll just take a leap of faith... and keep praying i wont meet any rocks at the bottom...

blackfez
September 24th, 2009, 05:02 PM
Is it safe to install ext4 on a netbook with a flash drive instead of hdd?

moneybox123
September 26th, 2009, 07:38 AM
Re: Ext3 and Ext4: Which file system to install?
Thank you. This was my big question :P

ausmuso
September 27th, 2009, 03:04 AM
Funny how everybody seems to have gone off ReiserFS. Yes, I know Hans Reiser is/has been in trouble with the law but that doesn't detract from the fact that ReiserFS is just very good, very fast and very stable. I have been using it in Ubuntu for years, can anybody tell me why I should change?

Catarina
September 28th, 2009, 12:25 AM
I've been using ext4 on both my Mint and Kubuntu installations, no problems, a couple of crashes here and there (and incompatibilities with Fedora's GRUB), not sure they're the file system problem or not, but it is not an impediment for a desktop user to make a change to ext4. It's faster, and it will become more and more stable as time passes by. Just wait if you don't wanna take the risk ;)

ranch hand
September 28th, 2009, 02:23 AM
I've been using ext4 on both my Mint and Kubuntu installations, no problems, a couple of crashes here and there (and incompatibilities with Fedora's GRUB), not sure they're the file system problem or not, but it is not an impediment for a desktop user to make a change to ext4. It's faster, and it will become more and more stable as time passes by. Just wait if you don't wanna take the risk ;)
Fedora does not support ext4 and so does not read your files. You should be able to edit the menu.lst in Fedora and have it boot fine.

moster
September 28th, 2009, 09:10 AM
Funny how everybody seems to have gone off ReiserFS. Yes, I know Hans Reiser is/has been in trouble with the law but that doesn't detract from the fact that ReiserFS is just very good, very fast and very stable. I have been using it in Ubuntu for years, can anybody tell me why I should change?

If that Reiser guy end up in prison, there will be nobody who will maintain that code. I dont know what is happening right now with Reiser4. Why is he not in kernel...

ranch hand
September 28th, 2009, 10:27 AM
I thought that he was in prison.

moster
September 28th, 2009, 11:27 AM
I thought that he was in prison.

I am not sure he is not. I will look it up :)

He probably have some guys maintaining code for some time, but if he go to prison for 10-20 years ReiserFS will probably end up dead.

Maybe he can code in prison? :) I would like to try Reiser4, it look very promising.

edit:
Hans was sentenced to 15 years in prison, and is currently serving in Creek State Prison.

huh, what now?

ram2500
September 29th, 2009, 01:35 AM
double post, sorry

ram2500
September 29th, 2009, 01:37 AM
I have never used a machine with ReiserFS, but I have heard that it in some respects it performs better than the ext series filesystems. I don't know the particulars, why is the creator of the filesytem in prison? I was promising myself to try the filesystem one day, but I am not sure because 1) I don't endorse criminals, and 2) what about future support?
(I don't mean to sound rude and judgemental, but I feel like I'd be in support of patronizing a criminal, and he must of done something pretty bad to be in prison for a large sum of time.)

Anyhow, I am looking forward to the ext4fs after hearing about the real time defragmentation (even though Linux needs little or no disk optimization, my OCD personality is at rest knowing about this new feature:P and when in Windows, it's not uncommon if I defrag 2-4 times a week)

ranch hand
September 29th, 2009, 03:18 AM
He was convicted on circumstantial evidence of killing his estranged wife. He only got 15 to life because he showed where the body was buried. With out that it would have been 25 to life.

I think future support looks shaky.

Sef
September 30th, 2009, 04:02 AM
He was convicted on circumstantial evidence of killing his estranged wife. He only got 15 to life because he showed where the body was buried. With out that it would have been 25 to life.

He pled guilty to second degree murder as part of a plea bargain, for which he was sentenced to 15 years to life.

moster
September 30th, 2009, 08:18 AM
He pled guilty to second degree murder as part of a plea bargain, for which he was sentenced to 15 years to life.

Do you have any knowledge about what is happening with the code? I mean, it would be real waste. Reiser4 should go into kernel and then... everything stops..

edit:
Well, I did look around.. well, It seems that Linus and kernel hackers do not have enough faith in ReiserFS maintainers that they would do the job done and maintain that code for prolonged time. There are other reasons too... but here is one of quote from kernel trap.


A lot of other things matter. Things like a willingness to
maintain the code after it gets merged, or at least turning
the code into something the community is willing to maintain
if the original developers stop maintaining it.


Namesys kind of abandoned reiserfs after work on reiser4
started. Taking in a new code base on such a track record
is not a good idea when the code is not in a shape where
the community wants to maintain it.


1) keep patching every time you upgrade the kernel

2) use another filesystem

3) become the new reiser4 maintainer and turn the code
into something that Linus is willing to accept

I think that says all.

tekrei
October 2nd, 2009, 10:47 AM
Thank you for information.

Supersquirrel
October 2nd, 2009, 09:46 PM
I say Implement full support for HFS+ on linux. HFS+ is one of the better filesystems.

terabyte1
October 2nd, 2009, 10:57 PM
I've not had any problems in ext4 or 64-bit exccept the latter getting in the way of macromedia - big deal! I get speed and very fast journaling - which makes up for it - in Karmic Koala (9.10) its the default jounaling system - since I've had a beta on my virtual box desktop without mishap. :guitar:

wesg
October 11th, 2009, 12:38 AM
Does this opinion of ext4 change when it is not being used as a boot system? If I just want to use it for a storage RAID, would that be pretty stable?

ranch hand
October 11th, 2009, 12:54 AM
I can't believe we are still beating this dead horse.

There is nothing wrong with ext4 that using it and not throwing a lot of ext3 files into it won't fix. If I am moving a bunch of files to ext4 I set up a storage partition and put them there and open them from there. Once opened and closed the buggers are ext4.

That partition sometimes gets a little fragmented because of this. Fine with me. Once the files are set I move them to my main OS. The storage partition can be reformated or just deleted.

This is only needed with truely large files. This is because ext4 will handle them better than ext3. Ext3 HAS to break them up to get them to fit in it's "small" format.

dabl
October 15th, 2009, 02:58 PM
Or, for 64-bit systems, you could run the only native 64-bit filesystem -- JFS. :)

bcschmerker
October 27th, 2009, 03:51 AM
...There is nothing wrong with ext4 that using it and not throwing a lot of ext3 files into it won't fix. If I am moving a bunch of files to ext4 I set up a storage partition and put them there and open them from there. Once opened and closed the buggers are ext4.

That partition sometimes gets a little fragmented because of this. Fine with me. Once the files are set I move them to my main OS. The storage partition can be reformated or just deleted....Thank you for a briefing on porting files. My Everex currently uses ext3, and I have preplanned ext4 (unsupported on Ubuntu 8.04-LTS, as it doesn't run on Kernels prior to 2.6.27) for upgrade, as Lucid will support it from the outset (as do Jaunty and Karmic). Ideally, the ext4 filesystem should run without problem for Ubuntu 10.04-LTS when it is released Spring 2010; I'd like to help get it there. ;-)

ranch hand
October 27th, 2009, 12:27 PM
Thank you for a briefing on porting files. My Everex currently uses ext3, and I have preplanned ext4 (unsupported on Ubuntu 8.04-LTS, as it doesn't run on Kernels prior to 2.6.27) for upgrade, as Limber will support it from the outset (as do Jaunty and Karmic). Ideally, the ext4 filesystem should run without problem for Ubuntu 10.04-LTS when it is released Spring 2010; I'd like to help get it there. ;-)
Yes, I have Hardy as my "business" OS and that is the real valid reason for not using ext4.

Ext4 will be problem free in Lounge Lizard (I like my names better) because it is trouble free now.

bendib
October 29th, 2009, 03:19 AM
Ext4 cant be THAT bad :( . No, it's not that bad. We fedora users got a nice present in Fedora 11. It's really much faster. Go for it.

susanw
October 29th, 2009, 04:29 PM
Thank you very much VMC I was wondering how to find out which filesystem I was on when I stumbled upon your post.
(incidently I'm on Karmic and using ext4 and alls going very well, probably still on the beta version but update manager will be ready with an upgrade soon I expect.)

jheaton5
October 29th, 2009, 05:06 PM
I can't believe we are still beating this dead horse.

There is nothing wrong with ext4 that using it and not throwing a lot of ext3 files into it won't fix. If I am moving a bunch of files to ext4 I set up a storage partition and put them there and open them from there. Once opened and closed the buggers are ext4.

That partition sometimes gets a little fragmented because of this. Fine with me. Once the files are set I move them to my main OS. The storage partition can be reformated or just deleted.

This is only needed with truely large files. This is because ext4 will handle them better than ext3. Ext3 HAS to break them up to get them to fit in it's "small" format.
A horse is never too dead not to beat it one more time.
Clarification: If I open a file stored on an ext3 drive and save it to my ext4 drive, will the resulting file be ext4? e.g., an oo file on my ext3 drive opened in oo and saved to my ext4 drive.

chrisplymouth
October 29th, 2009, 08:46 PM
EXT4 is much faster than EXT3 and its stability has improved under successive kernel releases. With Ubuntu 9.10 (if you're brave enough to install it), I recommend EXT4 as the / partition. If you are very paranoid about your data, create a separate /home partition and make it ext3.

dabl
October 29th, 2009, 10:14 PM
A horse is never too dead not to beat it one more time.
Clarification: If I open a file stored on an ext3 drive and save it to my ext4 drive, will the resulting file be ext4? e.g., an oo file on my ext3 drive opened in oo and saved to my ext4 drive.

I don't believe there are any different file attributes on files saved on an ext4 filesystem, versus those saved on an ext3 filesystem or an ext2 filesystem. The file does not know what kind of filesystem it came from or landed on (among *nix filesystems, anyway). ;)

jheaton5
October 30th, 2009, 12:45 AM
I don't believe there are any different file attributes on files saved on an ext4 filesystem, versus those saved on an ext3 filesystem or an ext2 filesystem. The file does not know what kind of filesystem it came from or landed on (among *nix filesystems, anyway). ;)

So if I copy files from ext3 partition to ext4 partition all will be well?

ranch hand
October 30th, 2009, 01:03 AM
So if I copy files from ext3 partition to ext4 partition all will be well?
No, they will be better.

Your files will remain as ext3 until used. When closed they will be ext4 and on a much faster system.

SteveMcQwark
October 30th, 2009, 03:40 AM
Currently there's an issue with ext4 in Karmic, as seen in the release notes (http://www.ubuntu.com/getubuntu/releasenotes/910overview). Launchpad (https://bugs.launchpad.net/linux/+bug/453579) lists it as critical, and the problem seems pretty severe. I was going to upgrade to Karmic right away (to escape the horrors of Jaunty + Intel GMA) but with this... it might be a good idea to wait it out until it's resolved. Is there any information on this I'm missing?

gOLdenHaWK3D
October 30th, 2009, 11:09 AM
I migrated to ext4 in karmic :) lets see what happens now :D

Docaltmed
October 30th, 2009, 11:23 AM
Funny how everybody seems to have gone off ReiserFS. Yes, I know Hans Reiser is/has been in trouble with the law but that doesn't detract from the fact that ReiserFS is just very good, very fast and very stable. I have been using it in Ubuntu for years, can anybody tell me why I should change?

If a guy is in the middle of an extended visit at the Graybar Hotel, responding to bug reports probably doesn't top his "todo" list.

bruno321
October 30th, 2009, 06:04 PM
Currently there's an issue with ext4 in Karmic, as seen in the release notes (http://www.ubuntu.com/getubuntu/releasenotes/910overview). Launchpad (https://bugs.launchpad.net/linux/+bug/453579) lists it as critical, and the problem seems pretty severe. I was going to upgrade to Karmic right away (to escape the horrors of Jaunty + Intel GMA) but with this... it might be a good idea to wait it out until it's resolved. Is there any information on this I'm missing?

I'm concerned about this too. I plan on clean installing Kubuntu 9.10 tomorrow, and that would keep me from going ext4.

Oldhacker
October 30th, 2009, 07:29 PM
Attempting to do a side by side install of 9.10 on my AMD64 platform, I got as far as the partitioning where it gave me an error message stating that ext 4 would not be possible, and then it bounced back to the previous screen. There were several error messages when I tried the live CD running before install, but I neglected to write them down after agreeing to the "report bugs" on line message.

It would appear that 9.10 still has a number of bugs that require cleaning up. Happily, my 9.04 was not touched and is still operating normally.

dmagett
October 31st, 2009, 04:22 PM
I believe this is accurate..correct me if not. A reason to stay with ext3:
I use Acronis to back up Windows systems. Acronis (using boot CD) will backup ext3 systems. I use this to backup my Ubuntu 9.04 systems. I was told it won't work on ext4.

nicors.net
November 1st, 2009, 11:58 AM
I have been using EXT4 since May, without any problems whatsoever.

It is trivially faster then using ext3, for single user systems.

VMC
November 1st, 2009, 03:53 PM
I believe this is accurate..correct me if not. A reason to stay with ext3:
I use Acronis to back up Windows systems. Acronis (using boot CD) will backup ext3 systems. I use this to backup my Ubuntu 9.04 systems. I was told it won't work on ext4.

Acronis hasn't worked since Linux went from inodes 128 to 256. If you want a good fast backup, try either partclone.ext4 or FSARchiver. Clonezilla is also a good choice. There's a bit of a learning curve involved.

mikechant
November 2nd, 2009, 03:39 PM
Note added later in light of the following comment by worlord:
This post turns out not to be correct/relevant, I've just left it (rather than deleting the text) because worlord's reply won't make sense without it!


I have been using EXT4 since May, without any problems whatsoever.

According to the kernel guys (and they seem to have the evidence now) this bug was introduced by some recent ext4 patches, so you wouldn't have been affected.
It looks like they are hot on the trail:
http://bugzilla.kernel.org/show_bug.cgi?id=14354
Look at the most recent comments (166 was most recent when I looked).

So there seem to be 3 main options at present:

Don't upgrade to 9.10 until this is fixed (probably days rather than weeks)
Upgrade sticking to ext3
Upgrade using ext4 but run an older kernel


Personally I'm going for option 1; I guess this is about #1 priority for the kernel guys.

Obviously there are all sorts of variations of upgrade/reinstall involving various new or existing filesystems, and I've seen the comments about this problem probably not applying to filesystems which have been upgraded from ext3 to ext4, but I wouldn't like to trust this - it might just occur in different circumstances. So I personally wouldn't use any ext4 filesystems (however they were created/converted) with this kernel until it's fixed.

Further note:
Slightly confused by the kernel versions reffered to in the link above. I *think* what they mean is that this problem applies to the later versions of the 2.6.31 kernel (including the one in Ubuntu 9.10) and also to the 2.6.32 release candidate, but not to earlier releases of 2.6.31. But some of the comments might mean it's only in 2.6.32...

Maybe someone with more kernel knowledge could give their interpretation?

WorLord
November 2nd, 2009, 05:18 PM
Slightly confused by the kernel versions reffered to in the link above. I *think* what they mean is that this problem applies to the later versions of the 2.6.31 kernel (including the one in Ubuntu 9.10) and also to the 2.6.32 release candidate, but not to earlier releases of 2.6.31. But some of the comments might mean it's only in 2.6.32...

Maybe someone with more kernel knowledge could give their interpretation?

Sure.

The link you posted has to do with the 2.6.32.rc2 and above kernels, and absolutely nothing to do with the Ubuntu bug referenced in this thread. It looked like the two bugs were related, but in reality, the kernel bug happens with a kernel 9.10 doesn't have, and under completely different circumstances.

The Kernel bug has since been unlinked from the Launchpad bug, and efforts to replicate the 9.10 bug are still ongoing (with no luck - I personally have installed 9.10 on fresh ext4 file systems on two computers now and run tests, but nothing is wrong.)

mikechant
November 3rd, 2009, 10:37 AM
Thanks for clarifying that, worlord.
I guess I'll go ahead with a clean ext4 install (as usual, leaving my existing previous release undisturbed!) and do some testing of my own.

the_guv
November 3rd, 2009, 02:03 PM
clean Ext4 install works a charm.

am waiting before doing the upgrade from Jaunty Ext3 to Koala Ext4 because I'm away from my backup box, have terrible connectivity here (temp in Middle East) and can't afford to lose this machine.

.. surely best to play safe and wait.

adalal
November 5th, 2009, 12:56 AM
ext4 is faster.... worth a go...

ssdt
November 6th, 2009, 03:48 PM
Thanks for such a helpful post.

freackout
November 7th, 2009, 11:03 AM
Hi

It would be really nice if you can provide references and links to substantiate the claims made in this post.

i played with ext4 a while back (when it became part of kernel), i loved the speed of it whilst also running an ext3 stipped raid on other drives, it was superfast unbelievable at copying over large amounts of files ect, using the ubuntu alternate installs available at the time, yes grub is partly effected in this instance ie needs grub2, however pmagic 4.5 will also mount and fix multiple grub problems you may have, with its supergrub option so yes give it a whirl. just brilliant.

sparkyguy
November 7th, 2009, 07:13 PM
Not sure where to post, but after upgrading to Karmic and subsequently updating all my apps, messing with my wireless driver (unfriendly but eventually got it to work) I then discovered by backup/imaging program of choice (True Image) recognizes ext3 but not ext4 unless I do a total sector-by-sector image. This will create an image file the size of my entire HD on each session, including unused space (big waste and lots of time). I can come up with enough temporary space to do this, but only ONCE. But what's the easiest way to backup, reformat back to ext3, then reinstall what I have created today without actually reinstalling all my apps from scratch? I'm a relative newbie (few months) with Ubuntu (originally installed Hardy then upgraded to Karmic). Suggestions to minimize my pain? I've found lots of links with upgrades from ext3 to ext4, but not much useful to go the other way around.

Deicider
November 8th, 2009, 02:01 PM
so this means ext4 is cool from now on?

WorLord
November 10th, 2009, 06:45 PM
so this means ext4 is cool from now on?

I'm giving it a tentative green light for my personal needs, yes.

I'm still paying attention to the LP bug, but the longer it goes on, the less likely I think I'll find a systemic code-related bug there; SO few people are having this issue it could (as has been suggested before) well be RAM or cable problems. My own efforts to replicate have been utterly fruitless on (now) three machines, of different architectures (ATA and SATA).

I also tend to think that with the amount of attention this bug has gotten, if there WERE a code-related issue with the kernel there, it would have been at least found by now. Still... nada, there doesn't even appear to be a way to systemically and repeatedly create the issue.

*shrug*

I think that's as "good to go" as it gets, for now. :popcorn:

Dubbayoo
November 11th, 2009, 12:40 AM
Wait, so if you're going to install 64-bit you get JFS instead of ext4 or is there a choice? A suggested choice?

Sef
November 11th, 2009, 05:35 AM
Wait, so if you're going to install 64-bit you get JFS instead of ext4 or is there a choice? A suggested choice?


Unless you have some reason for using another file system, ext4 should work just fine on your system.

kio_http
November 11th, 2009, 06:29 AM
I had jaunty and now Karmic on ext4 and don't seem to have any problems except windows and OS X don't read it.

The speed increase is evident thought so I'm sticking to ext4.:KS

florus
November 15th, 2009, 01:05 PM
I am confused by statements in this thread that you should not copy ext3 files to an ext4 partition (post 187). Surely if you write a file to an ext4 partition, it will become an ext4 file. I can copy files between FAT, NTFS and ext3 with no problem.
The reason for my concern is that I want to copy my Firefox and Thunderbird profiles from a ext3 Jaunty computer to a fresh install ext4 Karmic computer. Would this really cause problems?

Zoot7
November 15th, 2009, 05:18 PM
I'm using ext4 for both my / partition and /home partition, and also on 2 external 1TB hard drives at the moment.
I find there's a big speed increase in copying lots of small files, and fsck completes a LOT faster.

Sef
November 15th, 2009, 08:03 PM
I am confused by statements in this thread that you should not copy ext3 files to an ext4 partition (post 187). Surely if you write a file to an ext4 partition, it will become an ext4 file. I can copy files between FAT, NTFS and ext3 with no problem.
The reason for my concern is that I want to copy my Firefox and Thunderbird profiles from a ext3 Jaunty computer to a fresh install ext4 Karmic computer. Would this really cause problems?

It should not cause problems.

Post 187 does not say anything about your worry. Here is post 187:


I can't believe we are still beating this dead horse.

There is nothing wrong with ext4 that using it and not throwing a lot of ext3 files into it won't fix. If I am moving a bunch of files to ext4 I set up a storage partition and put them there and open them from there. Once opened and closed the buggers are ext4.

That partition sometimes gets a little fragmented because of this. Fine with me. Once the files are set I move them to my main OS. The storage partition can be reformated or just deleted.

This is only needed with truely large files. This is because ext4 will handle them better than ext3. Ext3 HAS to break them up to get them to fit in it's "small" format.

florus
November 15th, 2009, 08:07 PM
Thanks, Sef.

It was the statement "There is nothing wrong with ext4 that using it and not throwing a lot of ext3 files into it won't fix. If I am moving a bunch of files to ext4 I set up a storage partition and put them there and open them from there." which worried me. The implication being that it was dangerous to copy a lot of ext3 files into an ext4 partition.

????123856
November 15th, 2009, 10:22 PM
If you insist feel free to choose either but don't store crucial data on ext4 partition with jaunty or bellow!

HeadHunter00
November 23rd, 2009, 01:26 AM
I have been using ext4 for about 6 months now. Still didn't get any bugs stated in this thread. I also noticed that it is faster in file processing.

parkland
November 25th, 2009, 03:21 AM
I'm sorry, but as of now, I do not trust ext4.

Out of 3 computers here, I upgraded every one to 9.10 / ext4, and only one of them has not completely crashed yet, and I barely use it.

I think ext4 has been "laboratory" tested, but not "real world" tested....

I can not believe they let something so buggy and undependable get released to people who depend on their computers...

What the heck is this; Microsoft?

bcschmerker
November 25th, 2009, 05:15 AM
Currently there's an issue with ext4 in Karmic, as seen in the release notes (http://www.ubuntu.com/getubuntu/releasenotes/910overview). Launchpad (https://bugs.launchpad.net/linux/+bug/453579) lists it as critical, and the problem seems pretty severe. I was going to upgrade to Karmic right away (to escape the horrors of Jaunty + Intel GMA) but with this... it might be a good idea to wait it out until it's resolved. Is there any information on this I'm missing?Thanks for the heads up; if everybody is on the ball, fixes will be applied across Karmic and Lucid when they're approved for RTM on Karmic.

kraus3742
November 25th, 2009, 11:28 AM
I have been using ext4 file format since Jaunty release on my secondary partition and I switched to ext4 on my OS partition at the release of Karmic. I updated to Karmic OS, Ext4 file system and Grub 2.0 manually and have not currently experienced any issues with ext4 file system.

---------------------------------------------------------------------------------------------
Join the Revolution - Do a friend a favor and show them a world without Windows

parkland
November 26th, 2009, 03:51 AM
I'm on my 6th fresh install of 9.10 & ext4 on one pc.

I guess I'm waiting for a fix in the updates....

Try moving 700mb files around on the disk....

I downloaded a 700mb image today, and it was instantly corrupted.

I also have 300+ 700mb-1.4gb movies that are all getting corrupt day by day.

l0r3zz
November 26th, 2009, 04:06 AM
Well my Karmic install just crashed and my ext4 partitions are corrupted beyond repair. Seems like this happened within hours of me taking the latest kernel update. which I think is vmlinuz-2.6.31-15-generic-pae, but not sure. Anyway, I took the update, rebooted and everything was fine. I continued to use it. Started up a torrent download and left it for a few hours, came back and the screen was blank and the system was not responsive, eventually I had to power cycle (HP NC6910) and the system would not boot up. This is a brand new 320GB drive, but what is suspicious is that my /boot partition was ext2 (just for safety sake) and that partition is readable, but all the others are ext4 and they are hosed. I've only been running for a couple of days so I haven't lost too much work, one revision in a project that I'm working on. Not sure if I'm going to re-install to ext4 or just reinstall to ext3 where I feel safe. Any suggestions from anyone? Any way I can repair these partitions? Here are the errors from dmesg.


[ 368.586699] EXT4-fs (sda5): Couldn't mount because of unsupported optional features (40000000)
[ 383.993105] EXT4-fs (sda8): Couldn't mount because of unsupported optional features (2000)

Gooorn
December 1st, 2009, 11:50 AM
Hi. Can someone pls comment on this article

http://ext4.wiki.kernel.org/index.php/Ext4_Howto#For_people_who_are_running_Ubuntu.

I have installed Karmic on 3 different laptops (Celeron, Pentium M and Atom) with Ext4 and no problems. Still I don't have nerves to install Karmic on my main business laptop due to this ext4 issues which should never have happened in Ubuntu as a Linux flagship distro.

Thanx

Sinisa Perovic

julianb
December 1st, 2009, 06:54 PM
Still I don't have nerves to install Karmic on my main business laptop due to this ext4 issues which should never have happened in Ubuntu as a Linux flagship distro

Ubuntu is the most popular Linux distro, but it still has tons of imperfections, which is what you get when you deal with computers. Windows has its own glaring flaws, osX has things it just won't do, etc.

Linux's problem is that in some instances, "it just works" is not true - sometimes it just works IF you know more about computers than 90% of the computer-using population and spend a moment or two fixing stuff. Otherwise it just breaks.

But linux developers are making huge strides in this area and Ubuntu is impressive in its capacity to bring linux to non-experts.

Gooorn
December 1st, 2009, 10:24 PM
Ubuntu is the most popular Linux distro, but it still has tons of imperfections, which is what you get when you deal with computers. Windows has its own glaring flaws, osX has things it just won't do, etc.

Linux's problem is that in some instances, "it just works" is not true - sometimes it just works IF you know more about computers than 90% of the computer-using population and spend a moment or two fixing stuff. Otherwise it just breaks.

But linux developers are making huge strides in this area and Ubuntu is impressive in its capacity to bring linux to non-experts.

Agree. I'm with Ubuntu almost exclusively from 5.10 release. I was fascinated with every new release how great it is and above all how great the community behind it. This fascination is what made Ubuntu so popular for all the good reasons.
Nevertheless I don't believe that things we had with Jaunty + Intel GMA and now Karmic + Ext4 will bring more people under Ubuntu flag. That was my comment.
This all came when we start talking about Ubuntu looking better than MAC OSX or being better than Vista. For my point of view it was all that staring with 8.04 LTS onwards when the goals were somewhat different.

Still, I'm in love with this community and with Ubuntu which I'm supporting humbly when and where I can. Don't take my criticism for anything but intention to make Ubuntu even better.

P01
December 2nd, 2009, 01:40 PM
Is better than Vista,and this comunity is great.I use Ext3,and no problems.

Bobhuber
December 4th, 2009, 08:14 PM
I've been using Karmic 9.10 for some time with an Ext3 file system and decided to upgrade (change) to Ext4.Every thing went fine as far as the change is concerned and the etx4 system seemed to be stable.HOWEVER the most popular programs I use (Firefox as an example) were much slower on my system. I understand (after reading several articles on the subject) that this is attributed to the way the program(s) are written.Needless to say I've repartitioned to etx3 and restored from a backup that was made before the change.
Untill the software catches up with the operating systems I highly recommend sticking with the ext3 file system.If you manually partition the drive even a fresh install of Karmic loads just fine using etx3. I'm running Karmic (64bit) on an AMD 64 dual core processor with 3 gig of ram and a 265 gig HD.

Piscium
December 5th, 2009, 03:33 AM
I have been using ext4 since jaunty. No problem. Works great.

mikechant
December 5th, 2009, 05:06 PM
I've just been doing some tests. I set up new ext3 and ext4 partitions of about 100Gb each, copied 4 dvd iso files (1.3-3.0Gb each) from an existing ext3 partition to the new ext3 partition, then moved them (cut/paste) from the new ext3 partition to the new ext4 partition and back again.
I did shasum -b checksums on all 4 files at every stage, and all the checksums were identical.
I did the full test both on 9.04 and 9.10 and both passed.
Personally, on my hardware, I'm becoming more trusting of ext4 as time passes. I wonder if the people who are having the problems have particular hardware in common?
I'm currently keeping my most important data partitions as ext3 but switching everything else, like root filesystems etc. to ext4. But I think pretty soon I'll take a final ext3 backup of my crucial 300Gb of data and switch totally to ext4.
I generally seem to get about a 25% performance improvement (e.g. in boot time, sequential file read) from ext4 vs ext3.

Zoot7
December 5th, 2009, 10:14 PM
I generally seem to get about a 25% performance improvement (e.g. in boot time, sequential file read) from ext4 vs ext3.
Ditto.

One thing I notice too, is moving large amounts of small files is considerably faster.

etitor
December 6th, 2009, 12:33 PM
We have two Ubuntus at home: mine is a Karmic on ext4, my wife's is a Karmic on ext3 (I did a fresh install on mine and an update on hers).

Stability and speed are a great plus on my ext4 system.

Only trouble so far: our domestic net. My exports to her computer are not seen by her Karmic. I can see and access her (ext3) exports from my (ext4) system, but not the other way around. So apparently you can't deal with ext4 systems from ext3 systems.

Demosthenesaus
December 8th, 2009, 01:22 AM
I have Ext4 running in an encrypted logical volume on my wifes laptop, should I be concerned? No problems so far but a little worried. I also used Ext4 on a recent backup USB external drive, should I be concerned?

Can I downgrade to Ext3?

Marvin666
December 8th, 2009, 02:30 AM
Could I have jaunty running off an ext4 partition, and /home on an ext3 partition without any troubles?

atoztoa
December 8th, 2009, 03:14 PM
Copying large files in NTFS or FAT32 partitions to ext4 is much slower...

What exactly is the purpose Karmic has ext4?

julianb
December 8th, 2009, 08:37 PM
Could I have jaunty running off an ext4 partition, and /home on an ext3 partition without any troubles?

I think it's very likely you can do it, trouble-free. The only way to be sure is to try it. So if you have a good reason you want to go that route, then try it out.

Demosthenesaus
December 9th, 2009, 12:07 AM
Is there any compelling reason to adopt EXT4? I'm using Jaunty on a netbook so will stick with EXT3, however I have adopted EXT4 with full disk encryption on a Karmic laptop.

gadolinio
December 10th, 2009, 12:07 AM
thank you very much. This was a big question in my mind.
+1

Demosthenesaus
December 11th, 2009, 06:50 AM
I opted instead on the 9.04 netbook to use EXT3 on /boot and EXT4 in /root - seems to work fine.

phillw
December 14th, 2009, 07:33 PM
If you're on Grub2, updating to ext4 from ext3 is painless and quick.

this thread is upside down (read my sig about the problems we had with their tech support bork the forum & backup)

http://www.vpolink.com/showthread.php?t=365

Painless :-)

Phill.

tpollak
December 14th, 2009, 11:13 PM
Finally an explanation why I can not boot 9.10 as delivered with grub 2, I selected ext4 for my file ssystem.
grub generates a grub.cfg with ext2 and does not find the disk, changing insmod to ext4 gives can not find file and that is because grub 2 does obivously not support ext4.

Why is there no warning in the installation process on the Live CD ...

phillw
December 15th, 2009, 02:43 AM
Finally an explanation why I can not boot 9.10 as delivered with grub 2, I selected ext4 for my file ssystem.
grub generates a grub.cfg with ext2 and does not find the disk, changing insmod to ext4 gives can not find file and that is because grub 2 does obivously not support ext4.

Why is there no warning in the installation process on the Live CD ...

My system is 100% ext4 - Grub2 supports ext4, grub legacy can support it with a patch, or several.

I didn't know that boot loading programme had a partitioning and formatting routine written into it. - That is done by the likes of Gparted when you do your installation.

Sorry if I sound bemused, but I've not come across this before - Can you post your
df -T to show the ext2 area that Grub2 creates ?

Thanks,

Phill.

kjtruitt
December 15th, 2009, 03:05 AM
Gateway solo 9500, 750mhz, 384mb ram, 10-gig ibm hd (10 years old):

all attempts to install xubuntu karmic with ext4 resulted in no graphics and a login command line only, or a freezup of the display before it had completed loading, with a message that the hal daemon was not running, or . (it was -- I got a process number for it when I
reinstalled it but still startx failed).

Using ext3 solved all the problems.

Orographic
December 16th, 2009, 06:34 AM
I've been using Ext4 on all partitions since the end of October with no problems. I did have one crash whilst downloading a large iso but it seems it was related to the screen going into sleep mode. I turned sleep mode off a month ago and no problems since. I've downloaded dozens of large iso files, copied them to usb keys, usb external drives etc since late October and no probs at all. So, maybe it is specific hardware?

Mine is:

Gigabyte 945GZM-S2 with onboard graphics.
E2200HD BenQ monitor
2G DDR2 667mhz ram

I do have a plenty of EXT4 images made from Clonezilla and also an EXT3 image if I need it. Clonezilla is certainly recommended by me. I follow the standard image creation and restore process in the help file on their site and it has worked every time - about fifty times in fact. Its slightly trickier than say Acronis at first (which I also use often) but its free and very reliable and always being updated with the latest drivers etc. Give yourself a week or two with it and its so easy, you can use it without thinking - almost.