what is the diff b/w ext2 and ext3?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
How do I search bash history?
Explain how you would find a specific string in a file.
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What u know abt tar Command?
When is it better to use the more command rather than cat command?
Which command puts a script to sleep untill a signal is recieved?
What is 9 in kill?
What is unix finger command?
What is the use of cp p command?
What is the default number of shell commands saved in the history list of .cshrc file?
how do you port scaning with netcat command?
1 Answers Qseap Technologies, Wipro,
What is difference between egrep and grep?