Tag

superblock

0 views collected around this technical thread.

Deepin Linux
Deepin Linux
Feb 20, 2025 · Fundamentals

Understanding Linux File Systems and the Virtual File System (VFS) Architecture

This article explains the design of Linux file systems, the role of inodes, data blocks, superblocks, and the Virtual File System layer that provides a unified interface for diverse storage back‑ends, detailing core structures, registration, mounting, and file operation workflows.

InodeKernelVFS
0 likes · 51 min read
Understanding Linux File Systems and the Virtual File System (VFS) Architecture
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 14, 2024 · Fundamentals

In-depth Analysis of F2FS Filesystem Superblock, SIT, NAT, and SSA Structures

The article provides a detailed code-level walkthrough of F2FS’s superblock, Segment Information Table, Node Address Table, Summary Area, and Main Area structures, explaining each field, entry layout, and their roles in managing segments, inodes, and data within the filesystem.

F2FSLinux kernelNAT
0 likes · 9 min read
In-depth Analysis of F2FS Filesystem Superblock, SIT, NAT, and SSA Structures
Architects' Tech Alliance
Architects' Tech Alliance
Apr 11, 2020 · Fundamentals

Understanding Linux File System Architecture and Mounting Process

This article explains the layered architecture of Linux file systems, how generic API calls like read operate across different storage media, demonstrates creating and mounting loop‑back file systems with dd, losetup, mke2fs and mount commands, and details the core VFS structures such as superblock, inode, dentry and buffer cache.

InodeLoop DeviceVFS
0 likes · 12 min read
Understanding Linux File System Architecture and Mounting Process