LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Ext2 & Ext3 (https://www.linuxquestions.org/questions/linux-general-1/ext2-and-ext3-397642/)

NAB 12-29-2005 01:43 PM

Ext2 & Ext3
 
Hi

I would be very grateful if someone would give me information about these FileSystems, how they work and other technical stuff and the difference between the two. Please assume no prior knowledge of these FileSystems.

wrj 12-29-2005 02:02 PM

There is a lot of information about this topic on this forum and google. Try there first and post back any specific questions you may have.

NAB 12-30-2005 03:45 AM

Well i had already tried Google as well as this forum search. The only thing that i got was that ext3 is journalling file system and its very easy to convert from ext2 to ext3. So i thought it would be better if any expert would tell me some info about these in his own words or if u know a good link, then post it here, Thanks.

pljvaldez 12-30-2005 05:42 PM

Wikipedia is your friend. :D

http://en.wikipedia.org/wiki/Ext3

fair_is_fair 12-30-2005 06:14 PM

I'm no expert but I like running off at the mouth.

Ext2 and ext3 are the most common file systems. Ext3 is a journalising type which makes it more robust but a little slower. If you have a hard shutdown or power loss the ext3 file system will probably survive. If it happens with ext2, you may fatally damage the operating system. I've been there, done that.



Reiserfs is VERY popular. Journalising and robust. Tests I have seen make it quicker than ext3. Reiserfs4 is newer and available in some distros, but is quirky.

Xfs and Jfs are other journalising file systems. I'm trying jfs right now and it seems very reliable. Some say jfs is slow but I thought otherwise. I know nothing about xfs except that it is more for server applications and big files.

NAB 12-31-2005 12:30 AM

Thanks for the help. I found some good sites

This one is for journalling:
linuxplanet.com/linuxplanet/tutorials/2926/3/

This contains everythin abt ext3:
zipworld.com.au/~akpm/linux/ext3/

Regards.


All times are GMT -5. The time now is 02:38 AM.