Linux 7 Storage Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


An ext4 filesystem is created with [[mkfs.ext4]].
An ext4 filesystem is created with [[mkfs.ext4]].
'''Journal Recovery''' is done with e2fsck in userspace at boot time.


==XFS==
==XFS==

Revision as of 19:10, 26 May 2017

Internal

File System

ext4

An ext4 filesystem is created with mkfs.ext4.

Journal Recovery is done with e2fsck in userspace at boot time.

XFS

Differences between ext4 and XFS

Journal verification and repair:

Metadata error behavior:

Quotas:

File system resize:

inode numbers:


Speculative preallocation:

Fragmentation tools:

Subjects