Search
| The Ext4 linux file system |
|
|
|
| Linux / Unix - Linux |
| Written by admin |
| Saturday, 04 September 2010 17:26 |
![]() The ext4 or fourth extended filesystem is a journaling file system for Linux, developed as the successor to ext3.Kernel 2.6.28, containing the ext4 filesystem, was finally released on 25 December 2008. Features
Extents An extent is basically a bunch of contiguous physical blocks. It basically says "The data is in the next n blocks". For example, a 100 MB file can be allocated into a single extent of that size, instead of needing to create the indirect mapping for 25600 blocks (4 KB per block). Huge files are split in several extents. Extents improve the performance and also help to reduce the fragmentation, since an extent encourages continuous layouts on the disk. |
| Last Updated on Saturday, 04 September 2010 17:37 |





