Linux 7 Storage Concepts

From NovaOrdis Knowledge Base
Revision as of 19:10, 26 May 2017 by Ovidiu (talk | contribs) (→‎ext4)
Jump to navigation Jump to search

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