1 / 7

Linux Ext 3 File System

Linux Ext 3 File System. Linux Uses. Ext3 in Linux 2.4.16 Hierarchical FS composed of directories. Files mounted during boot process When shut down the files are un mounted. Improper shut down, runs ‘FSCK’ , FS check, to verify the consistency of the FS.

jabari
Télécharger la présentation

Linux Ext 3 File System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux Ext 3 File System

  2. Linux Uses • Ext3 in Linux 2.4.16 • Hierarchical FS composed of directories. • Files mounted during boot process • When shut down the files are un mounted. • Improper shut down, runs ‘FSCK’ , FS check, to verify the consistency of the FS. • Ext 2 FS techniques are integrated in the Ext3 FS.

  3. Journaling • Inconsistencies occur when FS is un-mounted, when application is being updated or FS metadata is being updated. • Journaling keeps track of the changes about to be made in the FS, before the actual change is made. • Journal may be used at the time of reboot, checking the log for pending changes in the FS. • Different types of journaling • XFS (silicon graphics) • JFS (IBM) • Journaling

  4. Ext 3 in linux • Ext3 is the journaling of ext2 FS. • Unlike other journaling ext3 is downward compatible with ext2. • Three modes of journaling • Journal • Logs all FS data and metadata changes. (metadata & file data) • Ordered • Only logs changes to the FS metadata. (default ext3 mode), but flushes file data updates to disk before making changes to associated FS metadata

  5. Ext 3 in linux(cont) • Write-back • Logs changes to FS metadata and relies on standard way of writing to disk

  6. Conclusion • Ext3 FS is a high-performance journaling FS whose compatibility with the ext2 FS. • Usability of ext2 . • Compatible with ext2 .

More Related