Now I have some problem
I don't understand alot with ext2, ext3, ext4
My Question
"What different between ext2, ext3, ext4"
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Neeraj KumarPosted Jun 2, 2015, 5:04 AM
you can read full article on ext2,ext3,ext4
Ext3
Ext4
Kaye R. JenkinsPosted Nov 28, 2014, 6:14 AM
Recovery from Ext3 and Ext4 file system volumes,Recovery Services Information.The software supports FAT12, FAT16, and FAT32 file system It recovers data from Ext2,Ext3,Ext4 File..
Get It Download:- http://www.recoverydeletedfiles.com/linux-data-recovery.html
Sanjeeb LenkaPosted Aug 22, 2013, 5:05 AM
- Introduced with kernel 1.0 in 1993
- Flexible can handle upto 4TB
- super block feature increase file system performance
- ext2 reserve 5% of disk space for root
- ext2 is popular on USB and other solid-state devices.
This is because it does not have a journaling function.
so it generally makes fewer reads and writes to the drive,
effectively extending the life of the device .
- NO journalalizm
ext3 :
- Provide all the feature of ext 2 + journaling and backward compatibility .
- can upgrade ext2 to ext3 without loss of data.
- journaling feature speed up the system to recover the state after power-failure
or improper mount unmount etc.
- Example: In ext2 in an improper unmount or in-between power-off etc.. so in time
of receiver it checks whole file system .
But in ext3 it keeps record of uncommitted file transactions and checks applied
on on them so system will come back up in faster and quicker .
ext4:
- Introduced with kernel 2.6.28
- Ext4 is a deeper improvement over Ext3
- support larger filesystem, faster checking, nanosecond timestamps,
and verification of the journal through checksums.
- It is backward and forward compatible with versions 2 and 3, so we can
mount a ext2 or ext3 filesystem as ext4 .
- The main benefits that ext4 has over ext3 are:
- faster time-stamping
- faster file system checking
- journaling check-sums
- extents (basically automatic space allocation to avoid fragmentation)
Hope, now you understand the difference between ext2, ext3 and ext4 filesystem in linux.
check this link also:
http://wiki.answers.com/Q/What_is_the_differences_between_ext2_ext3_and_ext4_file_system_in_Linux