Results 1 to 10 of 12
Hi,
I have a quick question about ext4. How stable is it? I ask because I heard that ext4 is new and it hasn't really been proven in the field. ...
- 03-29-2010 #1
Ext4
Hi,
I have a quick question about ext4. How stable is it? I ask because I heard that ext4 is new and it hasn't really been proven in the field. So is it stable?Make mine Arch Linux
- 03-29-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
I have no real experience with ext4 and what I saw some time ago about data loss/file content corruption/frozen systems made me keep clear of it.
This wiki page (Ext4) won't help for its adoption. It seems that the potential data loss problem lies in its very design and concepts.
It is worth noting that many distros select ext4 as first choice when creating partitions.0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.
- 03-29-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
According to the ext4 wiki it's stable and safe to use in production environments:
Ext4 was released as a functionally complete and stable filesystem in Linux 2.6.28I'm not sure that you can count on the wiki statements being 100% accurate for your own situation, however.It's safe to use it in production environments, but as any piece of software, it has bugs (which are more likely to be hit in the first stable versions).
For me, I've decided to wait a while longer before implementing it, mostly because I have no complaints whatsoever with ext3. It has served me well for many years and I've not found a compelling reason to change. Still, I might move to ext4 within the next year, or so, especially if ext3 starts to appear that it's becoming obsolete.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-29-2010 #4
FWIW, I've been using ext4 since it first went into the mainline kernel without trouble.
- 03-29-2010 #5
Thank-you for the replies.
Myself I still use ext3 because of the rumblings/rumours about ext4. I just was wondering what others thought about it.Make mine Arch Linux
- 03-29-2010 #6
ext4 is very stable and default filesystem of Ubuntu and Fedora. I am using it for a long time.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-29-2010 #7
I have also been using it since it was introduced into mainline kernel
those problems that you refer to, are with the applications, not the filesystem
these applications were designed in a way where they were expecting data to be written to disk in a certain way, which ext4 does differently from its predecessors
- 03-31-2010 #8
I'm using ext4 as root file system for five months now, I haven't seen any issues - so far.

you can use ext4 as a separate partition (say /opt) see its performance and reliability.
before moving it as root file system.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 03-31-2010 #9Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
What advantages might we expect on a root partition ? Features like extent, minimal fragmentation, delayed allocation, supra-huge files(!) are more relevant to data partitions as far as I understand.
0 + 1 = 1 != 2 <> 3 != 4 ...
Until the camel can pass though the eye of the needle.
- 03-31-2010 #10
Yes,you are quite true.but if i'm not wrong,using ext3 as root file system - takes long time to perform file system check. ext4 uses checksum/skips unallocated block groups- thus ext4 would be faster to recover , in case of any errors.
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote
