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 |
What are the 4 kinds of sentences with examples?
How do I use nslookup in linux?
Explain about chmod options filename?
tell me something about linux commands.
How do I find old commands in linux?
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
Why makefile is used in linux?
What is unix finger command?
What is tty in linux command?
How do you create a text file in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What are the basic dos commands?