Tag

mkfs

0 views collected around this technical thread.

Coolpad Technology Team
Coolpad Technology Team
Mar 23, 2022 · Backend Development

Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17

This article explains the design and implementation of the EROFS tail‑packing inline compression feature merged in Linux kernel 5.17, covering modifications to the on‑disk format, mkfs and kernel code paths, new inode structures, map‑block handling, and performance considerations with detailed code excerpts.

EROFSLinux kernelfilesystem
0 likes · 16 min read
Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17
Refining Core Development Skills
Refining Core Development Skills
Apr 30, 2020 · Fundamentals

Understanding Linux Disk Formatting: mkfs, Inodes, Block Groups, and Filesystem Layout

This article explains how Linux formats disks using mkfs, detailing block size, inode and block counts, block groups, directory structures, and how to choose appropriate parameters for different workloads to achieve optimal storage efficiency and performance.

Inodeblock groupsdisk formatting
0 likes · 10 min read
Understanding Linux Disk Formatting: mkfs, Inodes, Block Groups, and Filesystem Layout