USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Ext4 is part of the Linux 2.6.28 kernel
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » System Administration and Security
View previous topic :: View next topic  
Author Message
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Fri Dec 26, 2024 2:59 pm    Post subject: Ext4 is part of the Linux 2.6.28 kernel Reply with quote

It looks like there is a good chance that the Ext4 file system will begin to appear in at least some distributions during 2024, and by 2024, it ought to be widespread, and hopefully the default file system by then. Between now and then, there are a number of things that will need to happen:

1. The version of GRUB provided will need to be updated to support the Ext4 file system.

2. The Linux kernel used will need to support the Ext 4 file system.

Both of these activities are underway.

Quote:
Ext4 is the evolution of the most used Linux filesystem, Ext3. In many ways, Ext4 is a deeper improvement over Ext3 than Ext3 was over Ext2. Ext3 was mostly about adding journaling to Ext2, but Ext4 modifies important data structures of the filesystem such as the ones destined to store the file data. The result is a filesystem with an improved design, better performance, reliability and features.


Ext4 from Linux Kernel Newbies



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2433
Location: MD, USA

PostPosted: Fri Dec 26, 2024 4:43 pm    Post subject: Reply with quote

I'm sure I'll try it out as soon as it's available.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Fri Dec 26, 2024 4:44 pm    Post subject: Reply with quote

Interesting...I had enough problems when ext3 went from 128 to 256 byte inodes. I certainly don't need ext4. Hopefully ext3 will stick around for a good long while.



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2433
Location: MD, USA

PostPosted: Fri Dec 26, 2024 4:50 pm    Post subject: Reply with quote

Considering EXT2 is still around with how long EXT3 has been out, I think we can assume EXT3 will still be available for years and years and years to come.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Fri Dec 26, 2024 5:18 pm    Post subject: It will be a while, but it will be a good one eventually Reply with quote

Germ wrote:
Interesting...I had enough problems when ext3 went from 128 to 256 byte inodes. I certainly don't need ext4. Hopefully ext3 will stick around for a good long while.


I do not think that ext4 will be forced upon anyone for a while, but once it becomes commonplace and the necessary tools can support it, I think we will start seeing it a lot.

The kernel is only starting to offer partial support. The boot loaders are just starting to include support. It will be a while before all of that is sorted out. The first stable release is available, though, so things will begin to pick up. By the time ext4 is widely available, it ought to be pretty solid.

Like anything else, when you first migrate, there can be issues to overcome. These things will all be taken care of in time. Early adopters need to be good troubleshooters, and we need such people. But as things sort themselves out, I believe that we will end up with a file system capable of carrying the Linux payload for up to a decade.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Fri Dec 26, 2024 5:22 pm    Post subject: Reply with quote

tlmiller wrote:
I'm sure I'll try it out as soon as it's available.


That is what will be needed - people willing to try it out, sort out the quirks, get them resolved, and turn it into a really robust file system that not only stores data reliably, but also includes clean migration from ext3, good detection by boot loaders, support by the kernel, useful tools to identify and resolve issues, and all the infrastructure necessary to support it. No small task, but the experts are up to it and have done it before many times. I will certainly work with it, too, once there are systems capable of supporting it. I'll start on test hardware first, so that any issues do not cause unintended consequences. As the stuff matures, I am sure that three or four years from now, most of my systems will be using it routinely.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
ghostdawg
Member


Joined: 27 Dec 2024
Posts: 130
Location: MO

PostPosted: Mon Dec 29, 2024 7:49 pm    Post subject: Reply with quote

So, is anybody using it yet? If so, any comments about it?



_________________
Debian 64 - Sourcemage - Fedora 10
Back to top
View user's profile Send private message
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Mon Dec 29, 2024 9:46 pm    Post subject: Could be done, but it'd take a fair amount of work Reply with quote

ghostdawg wrote:
So, is anybody using it yet? If so, any comments about it?


I have not tried it yet. I know that kernel support is imminent. After that, we will start to see rollouts of ext4 in use.

Should I get into a situation where I have a fair amount of extra testing time, I'd like to look into trying out this file system. Even test versions ought to be usable enough that they should not seriously corrupt systems, but I could be wrong. I would imagine that it would take a bit of doing to set up this file system if not integrated into the kernel already. Would involve recompiling a kernel with the ext4 support included - not a huge deal, but it would involve some searching for the right base code and the right extensions, then actually building the kernel to support ext4, then migrate from one file system to another, not exactly trivial work.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2433
Location: MD, USA

PostPosted: Mon Dec 29, 2024 10:26 pm    Post subject: Reply with quote

I haven't checked if it's avaialble yet, but sidux is using a 2.6.28 kernel now.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Tue Dec 30, 2024 12:18 am    Post subject: Reply with quote

ext4 will be featured in the linux distro im putting together for the local ulug down here Wink Yes... i'm that crazy Razz



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2433
Location: MD, USA

PostPosted: Tue Dec 30, 2024 2:12 am    Post subject: Reply with quote

make an .iso avaiable, I'd love to check it out!



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Tue Dec 30, 2024 3:08 am    Post subject: Software REUSE! Reply with quote

tlmiller wrote:
make an .iso avaiable, I'd love to check it out!


Ditto! I'd do it if I had the time, but software REUSE is GREAT, hence why I love FREE software!



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Tue Dec 30, 2024 4:38 am    Post subject: Reply with quote

pppppfffffffffttttttttt i bet it's "Platinum Arch" Razz lol Very Happy Very Happy Very Happy

errrrrrr wait...... maybe "Monkey Arch" Wink



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
platinummonkey
Advanced Member


Joined: 01 Mar 2024
Posts: 732
Location: Texas

PostPosted: Tue Dec 30, 2024 4:53 am    Post subject: Reply with quote

crouse wrote:
pppppfffffffffttttttttt i bet it's "Platinum Arch" Razz lol Very Happy Very Happy Very Happy

errrrrrr wait...... maybe "Monkey Arch" Wink


actually.. Razz TAMULinux Razz for the TAMULUG down here Razz
http://platinummonkey.com:500/~tamulug/tamulinux-dev/
temporary dev page/notes for myself Razz


Although I will be building it using arch, TAMULinux will be built from source (i686 optimized like arch, and a 64bit will follow soon after) Very Happy Haven't decided what package manager we are going to use, or make one ourselves... Razz Still up for debate in the ULUG Razz

masinick wrote:
tlmiller wrote:
make an .iso avaiable, I'd love to check it out!



Ditto! I'd do it if I had the time, but software REUSE is GREAT, hence why I love FREE software!


ISO will hopefully come out by the end of Jan Smile



_________________
desktop - FreeBSD 7.2
laptop & server - Archlinux i686 kernel26 2.6.32.10-1
- TAMULinux-2.0.2-ALPHA
USB Boot - Archlinux i686 kernel26 2.6.32.10-1 USB boot
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Tue Dec 30, 2024 7:58 am    Post subject: Reply with quote

platinummonkey wrote:
crouse wrote:
pppppfffffffffttttttttt i bet it's "Platinum Arch" Razz lol Very Happy Very Happy Very Happy

errrrrrr wait...... maybe "Monkey Arch" Wink



Although I will be building it using arch,


Razz I rest my case Laughing Laughing



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » System Administration and Security All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse