what is the diff b/w ext2 and ext3?

Answers were Sorted based on User's Feedback



what is the diff b/w ext2 and ext3?..

Answer / jithesh p

ext 2 & ext3 are the two file systems in linux.ext 2 will
take more time while logon the system. this is bcoz ext2
will check all harddisk peripherals at the time of switch on
your sytem. But ext3 is less time consuming,bcoz instead of
checking all harddisk peripherals it will check only the
bootloader peripherals.

Is This Answer Correct ?    15 Yes 1 No

what is the diff b/w ext2 and ext3?..

Answer / its.kitts

ext3 is the advanced version of ext2
ext2+journaling=ext3
this journaling feature is very much useful while
retrieving data and writing data into a File System
Latest versions of all Linux flavors are coming with ext3
compatible file systems.

its.kitts@gmail.com

Is This Answer Correct ?    8 Yes 4 No

what is the diff b/w ext2 and ext3?..

Answer / shshikanth soppa

Availability
Integrity
Speed
easy transition

In ext2 filesystem, the filesystem is not mounted until its
consistency is checked by e2fsck program. the amount of time
taken to run e2fsck program is determined by the size of
file system. The more files you have on the file system, the
longer the consistency check takes.
ext3 does not require a file system check even after a
unclean shutdown. the time to recover an ext3 file system
after an unclean shutdown does not depend on size, rather it
depends on size of "journal" used to maintain consistency.
the default journal takes about a second to recover.

Is This Answer Correct ?    4 Yes 0 No

what is the diff b/w ext2 and ext3?..

Answer / renga

ext2 means second extended file system .To start up booting
is slow and crashing disk to retrieve data is slow
ext3 means third extended file system.it is journaling file
system so data is retrieve while crashing disk as well
booting is fast for starting

Is This Answer Correct ?    3 Yes 1 No

what is the diff b/w ext2 and ext3?..

Answer / manoj

ext2: Metadata,
ext3: Journeling feature. Maintain & recover journel's.
Both support dump / restore with unmount state for back &
recover.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How do you create a blank file in linux?

0 Answers  


What is DISM command?

0 Answers  


what is the booting process of linux systen and explain it,is the first process comes under the installation process.

3 Answers   CSC, EA Electronic Arts, Mind Tree, vsworx,


What is whois command?

0 Answers  


what is the roles and responsibilities in linux system admin having 2yrs exp..?

0 Answers   HCL, RNF Technologies,






How do you open a command prompt when issuing a command?

0 Answers  


What is know about grep commands?

0 Answers  


Brief about the command nn?

0 Answers  


What is the use of man command in linux?

0 Answers  


What command you execute to display the last five commands you have entered?

4 Answers  


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

0 Answers  


What will happen when a system call is encountered in a user program?

0 Answers   Google,


Categories