answersLogoWhite

0


Best Answer

Ext4 (fourth extended filesystem) is file system used in Linux and it was introduced as the successor to ext3. Ext 4 is a deeper improvement over ext3, many of them was originally developed by Cluster file system from 2003 to 2006, aiming to extend storage limitation and improving performance. But some developer of Linux kernel did not accept extensions to ext3 for the reason of stability. They advised to fork the ext3's source code and rename it as ext4. Then the ext3 filesystem maintainer announced the new plan of ext4 in 2006. In the year 2008, the ext4 file system was released, which is contained in Linux 2.6.28. Ext4 filesystem is an improved design with better performance, reliability and features. The follow part talks about several main features of ext4 file system.

  • Backward compatibility. Ext4 filesystem is backward compatible with ext3 and ext2. Ext 3 filesystem can be migrated to ext4 with the help of several commands in read-only mode. Thus you can convert ext3 to ext4 without reformatting or reinstalling operating system. But you cannot go back to ext3 once it is has upgraded to ext4.
  • Journal checksumming. Journal is one of the most used parts of the disk, which makes block that form part of it more prone to hardware failure. Sine recovering from corrupted journal can cause massive corruption, ext4 checksums the journal data to make sure whether journal blocks are corrupted. Besides, it is able to safely avoid disk I/O waiting during journaling, improving performance.
  • Larger filesystem / file size. Ext3 supports 16TB maximum filesystem size and 2TB maximum file system, while ext4 can support up to 1EB (1EB = 1024PB = 1024*1024TB =1024*1024 GB) file system size and 16TB of maximum file size, as ext4 adds 48-bit block addressing. 1EB = 1024PB = 1024*1024TB =1024*1024 GB
User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Ext4?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Linux command do you use to format a partition on a hard drive with the ext4 filesystem?

mkfs -t ext4 /dev/


How do you convert ext4 to ntfs without losing windows?

If you have Windows you already have ntfs. Windows doesn't use ext4 at all without IFS drivers.


What defragmenters are there for Ubuntu?

Since Ubuntu is installed as an ext4 file system (not NTFS as in Windows), there is no need to defragment anything.


What construct do you use in Linux and unix instead of fat?

ext4


What is the primary file system type used by Fedora 12?

ext4


What is the primary file system type used by fedora 15?

ext4


What is the primary file system type used by fedora 15 Linux?

ext4


A 40 GB partition can be formatted with which file systems?

ntfs, hfs+, ext4, xfs, etc.


What is ubuntu disk defragmenters?

Ubuntu uses the ext4 file journaling system, which doesn't get fragmented.


What is the default file system for Linux?

It matters what file systems you or your distributor build the Linux Kernel to support. Generally EXT2, EXT3, and EXT4 are the defaults. EXT4 is recommend for modern Linux installs. Many other files systems are be supported if built into the kernel FAT (12, 16, and 32), XFS, NTFS (using fuse), and etc.


What is the maximum character Linux supports in its file name?

This is dependent on what filesystem is in use. The de facto standard filesystem in Linux is ext4, which supports up to 255 characters on its filenames. But if you are using something else it's better to look it up on Wikipedia.


What is the primary file system used by Fedora 12?

The primary file system for Fedora 12 is ext4 but you may also use ext3.