1832379 Members
3085 Online
110041 Solutions
New Discussion

ext2-3

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

ext2-3

When I build a linux RH8 system, should my / filesystem be ext2 or 3? And what is the difference? Is it like HFS and vxfs in the HPUX world?

10x
RPM
UNIX IS GOOD
6 REPLIES 6
Jerome Baron
Respected Contributor

Re: ext2-3

Hi

ext3 is equivalent to ext2 with journalization. You can make / in ext3.

Regards,
Jerome
Tom Dawson
Regular Advisor

Re: ext2-3

Robert,

"ext3" is a Journaled/Logged file system. I won't swear to it, but I'm pretty sure logging is turned on by default.

Tom
Claudio Cilloni
Honored Contributor
Solution

Re: ext2-3

ext3 is like ext2, but it is more tolerant to power failures and system crashes. Now ext3 is enough stable so a lot of linux distributions (like redhat) use it as default filesystem.

I think that the new 'reiser file system' worth a look, too. I'm using it with RH9, and it has better performances than ext3. Now I don't remember where you can find docs about reiserfs :-) try with google or in www.tldp.org

Ciao
Claudio
Steven E. Protter
Exalted Contributor

Re: ext2-3

ext3 is as noted earlier the default fs in many distributions.

It is a journaling filesystem, like HP-UX(Veritas) vxfs/JFS filesystems.

It is quite tolerant of power failures, I've tested the functionality frequently.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
John Meissner
Esteemed Contributor

Re: ext2-3

ext2 is Linux extended filesystem 2

ext3 is also and extended file system... but is what is known as a journeling file system. Another journeling file system is reiser (reiserfs). A journeling file system is more resiliant than a non-journeling system... as it says..it journels... or writes data in a way to allow for easier recovery

Ext3 is not only safe... but recommended to user for /

All paths lead to destiny
Caesar_3
Esteemed Contributor

Re: ext2-3

Hello!

ext3 is just the same filesystem as the ext2
the only difrence is the jurnal that ext3
have.
That's mean that if your filesystem should made
a recovery so if you use ext3 then it will be
much faster than ext2.

In any time you can migrate from ext2 to ext3
and back.

Ofcource better to use ext3 for you.

Caesar