LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-10-2009, 08:34 AM   #1
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373
Blog Entries: 2

Rep: Reputation: 32
Ext4 File System - Out or Not??


OK, we all have been using ext3 for almost 10 years now.. and as we all know Ext4 file system is comming or is already out..

Well so my question is.. Is Ext4 finished and stable and all or not?
 
Old 02-10-2009, 08:38 AM   #2
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
It's already in the alpha versions of the next Ubuntu, and it is implemented in the most recent version of the System Rescue CD. I can't say whether that means it is stable though.

Robin
 
Old 02-10-2009, 08:38 AM   #3
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Well according to Wikipedia it was released as stable within the 2.6.28 kernel on christmas day 2008, but then you know wikipedia, doesn't mean it's correct...
 
Old 02-10-2009, 08:40 AM   #4
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Quote:
Originally Posted by r3sistance View Post
Well according to Wikipedia it was released as stable within the 2.6.28 kernel on christmas day 2008, but then you know wikipedia, doesn't mean it's correct...
exactly. I've been reading some articles in wikipedia but i mean it's wiki..

Does anyone know if Ext4 will be included in openSuSE 11.2?
 
Old 02-10-2009, 09:02 AM   #5
Speng
LQ Newbie
 
Registered: Dec 2008
Location: UK
Distribution: Arch Linux
Posts: 26

Rep: Reputation: 15
It's stable, you can start converting your file system (except /boot, that might cause some problems).
Been using Ext4 for about a week now with no negative comments at all.
 
Old 02-10-2009, 10:23 AM   #6
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
It's stable, it's also probable that Patrick Volkerding will suggest to upgrade to Ext4 filesystem for the next distro(I think slackware 13.0), ubuntu alpha already uses ext3 filesystem and new distros do it. Any way, wikipedia is right You can upgrade right now and use newer distros with ext4, I'm curious to try it.
 
Old 02-10-2009, 02:25 PM   #7
cloud9repo
Member
 
Registered: Oct 2008
Location: Middle TN
Posts: 134

Rep: Reputation: 19
Quote:
Originally Posted by QueenZ View Post
OK, we all have been using ext3 for almost 10 years now.. and as we all know Ext4 file system is comming or is already out..

Well so my question is.. Is Ext4 finished and stable and all or not?
Here's the site for obtaining the code:
http://ext4.wiki.kernel.org/index.ph...ting_Ext4_code

I ran it in Ubuntu 9.04 but was plagued with issues and an Nvidia driver. So, Could'nt state on stability.

Was a lot faster drive access, though.
 
Old 02-10-2009, 02:35 PM   #8
jkzfixme
Member
 
Registered: Sep 2006
Location: Orange County, NY
Distribution: Ubuntu, Solaris, Android
Posts: 329
Blog Entries: 21

Rep: Reputation: 52
I had nothing but issues , however I dont know if this was due to Ubuntu 9.04 or the file system. Strangely enough it operated seamlessly in a virtual box, however when I went live it crashed pretty consistently. I think for production purposes Im going to stick it out with ZFS and solaris for a while, and when 9.04 steps up I will jump ship to ext4.

Regards,
JKZfixme
 
Old 02-10-2009, 08:25 PM   #9
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
ext4 has been out and perfectly stable since day-0, when 2.6.28 was released.

It's also possible to migrate your ext3 volumes to ext4 without any problem. The kernel has nothing to do with one distro or another. As long as you stick to stable kernels that are >=.28, everything will be fine. If you use(d) any previous -unstable- code then you'll have issues. Note that ext4dev is still retained in these new versions until everyone has done the full migration, though it's equivalent to ext4 itself and equally stable.

Using the latest e2fs tools is also a must.

Ext4 has been in the kernel as the unstable ext4dev for a long long time, and when they decided to stabilize it it's because it's ready for production environments.

Last edited by i92guboj; 02-10-2009 at 08:35 PM.
 
Old 02-10-2009, 08:47 PM   #10
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Weeellll - that's from a kernel devs perspective.
For those of us that thrive on "latest and greatest", it's fine. For production .... ???
Anyway, who the hell would have that kernel in production already ? ...
 
Old 02-10-2009, 08:51 PM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by syg00 View Post
Weeellll - that's from a kernel devs perspective.
For those of us that thrive on "latest and greatest", it's fine. For production .... ???
Anyway, who the hell would have that kernel in production already ? ...
I am not talking about rc's or git. I am talking about stable releases.

Those kernels are stable. That your distro of choice didn't include them into their repos doesn't mean a thing about the stability of the kernel.

No doubt that you need to make tests, and no doubt that if you plan to change the fs layout on any serious machine, first you need to test the new fs on a controlled environment. That's regardless of the kernel you use, no matter if you download it from linux or your distro's repositories.

So, that's besides the point.

Last edited by i92guboj; 02-10-2009 at 08:53 PM.
 
Old 02-12-2009, 04:39 AM   #12
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by QueenZ View Post
Well so my question is.. Is Ext4 finished and stable and all or not?
Well, no software that is in use is finished, except in the sense that 'development has finished because no one is prepared to do it anymore'.

Quote:
it's also probable that Patrick Volkerding will suggest to upgrade to Ext4 filesystem for the next distro
I am not a slackware user, but I regard that as a more useful indication of stability than anything to do with Ubuntu.

Quote:
I think for production purposes Im going to stick it out with ZFS and solaris for a while, and when 9.04 steps up I will jump ship to ext4.
I don't think that I would be intending to do that: there is an easy upgrade path from ext3 to ext4, but I am not aware of one from ext4 to BTRFS and BTRFS is probably where I would like to be, long term.

Incidentally, I am impressed by the long-term potential of BTRFS because it seems to be designed along similar lines to ZFS, and, from what I have read, ZFS sounds like an impressive piece of work, so if I was currently on ZFS I am not sure what would be driving me to change, unless I wanted to get away from (Open)Solaris/Sun for other reasons.
 
Old 02-12-2009, 04:52 AM   #13
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by salasi View Post
I don't think that I would be intending to do that: there is an easy upgrade path from ext3 to ext4, but I am not aware of one from ext4 to BTRFS and BTRFS is probably where I would like to be, long term.
There's an easy way from ext3 to btrfs though. So you can use ext3 in the while.

http://btrfs.wiki.kernel.org/index.p...sion_from_Ext3

There's a possibility that in the future you can convert from ext4 as well, since ext4 shares a lot with ext3, and btrfs is still very young.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux System Rescue CD 1.1.5 updates for ext4 LXer Syndicated Linux News 0 02-09-2009 09:00 PM
LXer: Real World Benchmarks Of The EXT4 File-System LXer Syndicated Linux News 0 12-04-2008 12:31 PM
LXer: Real World Benchmarks Of The EXT4 File-System LXer Syndicated Linux News 0 12-03-2008 10:30 PM
LXer: Migrating to the Newest Linux File System ext4 LXer Syndicated Linux News 0 05-07-2008 02:40 AM
LXer: First benchmarks of the ext4 file system LXer Syndicated Linux News 0 10-21-2006 08:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration