Tag

mounting

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Dec 15, 2021 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Process Management

This article provides a comprehensive overview of Linux system architecture, covering the kernel, memory and process management, virtual and physical filesystems, device drivers, networking, shell types, file types, directory structures, partitioning, mounting, and link mechanisms, all illustrated with diagrams and command examples.

KernelLinksLinux
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem, and Process Management
Ops Development Stories
Ops Development Stories
Jun 23, 2021 · Fundamentals

How Linux VFS Mounts ext4: Deep Dive into Superblocks, Inodes, and Dentries

This article explains the object‑oriented design of the Linux VFS, details the four core VFS structures, shows how ext4 is registered and mounted via register_filesystem and ext4_mount, and walks through the six‑step ext4_fill_super process for initializing superblocks and related metadata.

KernelLinuxVFS
0 likes · 12 min read
How Linux VFS Mounts ext4: Deep Dive into Superblocks, Inodes, and Dentries
360 Quality & Efficiency
360 Quality & Efficiency
Mar 22, 2019 · Frontend Development

Understanding the React Component Lifecycle: Mounting, Updating, and Unmounting

This article explains the three phases of a React component's lifecycle—mounting, updating, and unmounting—detailing each lifecycle method, its purpose, and best‑practice usage for resource management and performance optimization in frontend development.

Component LifecycleFrontendReact
0 likes · 4 min read
Understanding the React Component Lifecycle: Mounting, Updating, and Unmounting