Tagged articles
40 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 6, 2026 · Fundamentals

How to Truly Understand Linux System Architecture

This article provides a comprehensive overview of Linux system architecture, covering the kernel, memory and process management, virtual file system, various file system types, shell variants, directory layout, disk partitioning, mounting mechanisms, and related kernel data structures.

Disk PartitionFilesystemLinux
0 likes · 35 min read
How to Truly Understand Linux System Architecture
Raymond Ops
Raymond Ops
Nov 13, 2025 · Operations

Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide

This guide explains the fundamentals of Linux disk partitioning, shows how to list devices with lsblk, walk through creating and formatting partitions using fdisk and mkfs, demonstrates temporary and permanent mounting via mount and /etc/fstab, and covers unmounting and deleting partitions with practical command examples and safety tips.

Disk PartitionLinuxMount
0 likes · 9 min read
Master Linux Disk Partitioning and Mounting: A Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Sep 5, 2025 · Operations

Mastering NFS: How to Configure Network File System on Linux

Learn the fundamentals of NFS (Network File System) on Linux, including its architecture, advantages, required packages, configuration files, export options, essential commands like rpcinfo, exportfs, showmount, and step‑by‑step examples for setting up NFS servers and clients with autofs.

LinuxMountNFS
0 likes · 10 min read
Mastering NFS: How to Configure Network File System on Linux
Raymond Ops
Raymond Ops
Sep 2, 2025 · Operations

How to Partition Linux Disks for Three Common Scenarios

This guide walks through three practical Linux disk‑partitioning scenarios—mounting a new partition to a directory, extending a subdirectory via a symbolic link, and enlarging the root filesystem—complete with commands, formatting steps, and verification.

MountSystem Administrationdisk partitioning
0 likes · 6 min read
How to Partition Linux Disks for Three Common Scenarios
Liangxu Linux
Liangxu Linux
Nov 20, 2024 · Operations

Master Linux mount and umount with 15 practical examples

This guide walks through creating partitions, formatting them, and using the mount and umount commands on Linux, illustrating fifteen real‑world scenarios such as mounting CDs, viewing all mounts, binding directories, remounting, lazy unmounting, and troubleshooting busy filesystems.

FilesystemLinuxMount
0 likes · 12 min read
Master Linux mount and umount with 15 practical examples
Liangxu Linux
Liangxu Linux
Sep 26, 2024 · Operations

Master Linux mount & umount: 15 Real‑World Examples and Tips

This guide walks through the Linux mount and umount commands, covering everything from mounting CD‑ROMs and floppy disks to binding mount points, using /etc/fstab, listing specific filesystem types, and handling forced or lazy unmounts with clear, step‑by‑step examples.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux mount & umount: 15 Real‑World Examples and Tips
Liangxu Linux
Liangxu Linux
Sep 8, 2024 · Operations

Master Linux mount and umount with 15 practical examples

This guide walks through creating partitions, mounting devices and filesystems using the Linux mount command, exploring common scenarios such as mounting CD-ROMs, viewing current mounts, binding directories, remounting, mounting ISO images, and safely unmounting with options like lazy, force, and selective unmounting.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux mount and umount with 15 practical examples
MaGe Linux Operations
MaGe Linux Operations
May 27, 2024 · Operations

Step‑by‑Step Guide to Expanding and Auto‑Mounting Linux Disks

This tutorial walks you through expanding a Linux disk from 500 GB to 2 TB using fdisk, resizing the ext4 filesystem with resize2fs, remounting the partition, and configuring persistent auto‑mounts via /etc/fstab, rc.local, systemd, or autofs, while also covering common error fixes.

Disk PartitionLinuxMount
0 likes · 9 min read
Step‑by‑Step Guide to Expanding and Auto‑Mounting Linux Disks
Liangxu Linux
Liangxu Linux
Mar 10, 2024 · Operations

Step‑by‑Step Guide to Mount a New Disk on Linux

This tutorial walks through checking existing partitions, creating a new partition on /dev/sdb, formatting it with XFS, mounting it temporarily, and configuring /etc/fstab for automatic mounting after reboot, providing all necessary commands and screenshots.

AdministrationLinuxMount
0 likes · 3 min read
Step‑by‑Step Guide to Mount a New Disk on Linux
Open Source Linux
Open Source Linux
May 15, 2023 · Operations

Master Linux File Mounting: From ISO Images to NFS and AutoFS

This guide walks you through Linux file system mounting techniques—including manual mounts for ISO images, USB drives, Windows shares, and NFS—as well as permanent fstab entries and automated mounting with autofs, complete with command examples and configuration tips.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux File Mounting: From ISO Images to NFS and AutoFS
Liangxu Linux
Liangxu Linux
Jan 18, 2023 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Core Concepts

This article provides a comprehensive overview of Linux fundamentals, covering the kernel's memory and process management, the virtual file system, device drivers, network stack, shell variants, file types, directory hierarchy, disk partitioning, mounting procedures, and link mechanisms, all illustrated with practical command examples.

LinksLinuxMount
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem, and Core Concepts
ITPUB
ITPUB
Dec 21, 2021 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Core Components Explained

This article provides a comprehensive overview of Linux's core components—including the kernel, shell, virtual file system, memory and process management, device drivers, networking, and disk partitioning—explaining their roles, structures, and how they interact within the operating system.

FilesystemLinuxMount
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem, and Core Components Explained
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 15, 2021 · Operations

OverlayFS: Mounting, File Operations, and Android Use Cases

OverlayFS is a stacking file system that merges lower and upper directories into a single view using mount options like lowerdir, upperdir, and workdir, supports copy‑up, whiteouts, opaque directories and configurable rename handling, and is employed in Android, OpenWRT, and container platforms to provide writable overlays on read‑only layers.

AndroidContainerFilesystem
0 likes · 8 min read
OverlayFS: Mounting, File Operations, and Android Use Cases
Liangxu Linux
Liangxu Linux
Jan 17, 2021 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Core Components Explained

This article provides a comprehensive overview of Linux's core components—including the kernel, memory and process management, virtual file system, device drivers, network stack, shell variants, file types, directory hierarchy, partitioning, mounting, and essential command‑line tools—while illustrating each concept with diagrams and code examples.

LinuxMountOperating System
0 likes · 34 min read
Understanding Linux: Kernel, Shell, Filesystem, and Core Components Explained
IT Architects Alliance
IT Architects Alliance
Oct 5, 2020 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem and Core Components Explained

This comprehensive guide breaks down the four main parts of a Linux system—kernel, shell, filesystem and applications—detailing kernel subsystems such as memory and process management, shell variants, file types, directory hierarchy, partition handling, VFS, mounting procedures, link types and essential command‑line tools, while also touching on application bundles and kernel parameter tuning.

FilesystemLinuxMemory Management
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem and Core Components Explained
Open Source Linux
Open Source Linux
Apr 12, 2020 · Fundamentals

Unlocking Linux: How the VFS and Filesystem Layers Work Together

This article explains Linux’s layered filesystem architecture, detailing how generic API calls like read interact with the VFS, superblock, inode, dentry, and buffer cache, and demonstrates mounting a filesystem using loop devices, dd, losetup, mke2fs, and mount commands.

LinuxMountkernel
0 likes · 13 min read
Unlocking Linux: How the VFS and Filesystem Layers Work Together
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.

LinuxMountSuperblock
0 likes · 12 min read
Understanding Linux File System Architecture and Mounting Process
Liangxu Linux
Liangxu Linux
Dec 12, 2019 · Fundamentals

Unlock Linux: A Deep Dive into Kernel, Memory, Processes, and Filesystems

This comprehensive guide explains the core components of a Linux system—including the kernel, memory management, process scheduling, device drivers, networking, shells, file‑system types, VFS architecture, mounting procedures, and link handling—providing clear examples, commands, and diagrams for each topic.

LinksMemory ManagementMount
0 likes · 35 min read
Unlock Linux: A Deep Dive into Kernel, Memory, Processes, and Filesystems
DevOps Cloud Academy
DevOps Cloud Academy
Aug 11, 2019 · Operations

Troubleshooting MooseFS Mount Errors and Related Issues

This guide details common MooseFS mounting problems—including bad mount points, firewall port blocks, error messages, and incomplete disk scans—and provides step‑by‑step commands such as killing processes, unmounting, remounting, and checking services to resolve these issues.

FilesystemMooseFSMount
0 likes · 2 min read
Troubleshooting MooseFS Mount Errors and Related Issues
MaGe Linux Operations
MaGe Linux Operations
Oct 14, 2018 · Fundamentals

Understanding Linux: Kernel, Memory, Processes, and File Systems Explained

This article provides a comprehensive overview of Linux fundamentals, covering the kernel architecture, virtual memory management, process scheduling and inter‑process communication, the hierarchical file system and VFS layer, device drivers, networking, shell variants, partitioning, mounting, and essential command‑line tools.

Mountfile systemkernel
0 likes · 33 min read
Understanding Linux: Kernel, Memory, Processes, and File Systems Explained
ITPUB
ITPUB
Oct 21, 2016 · Fundamentals

Demystifying Linux File Systems: From Basics to VFS Architecture

This article explains what a file system is, how Linux organizes directories, the role of mounting and the Filesystem Hierarchy Standard, and introduces the Virtual File System layer that abstracts different storage formats.

Filesystem Hierarchy StandardMountvfs
0 likes · 8 min read
Demystifying Linux File Systems: From Basics to VFS Architecture
ITPUB
ITPUB
Jul 17, 2016 · Operations

How to Permanently Mount Windows Network Shares on Linux Using CIFS

This step‑by‑step guide shows how to install the required CIFS utilities, configure host name resolution, create a credentials file, edit /etc/fstab, and mount a Windows network share so it remains available after Linux reboots.

CIFSLinuxMount
0 likes · 5 min read
How to Permanently Mount Windows Network Shares on Linux Using CIFS
ITPUB
ITPUB
May 10, 2016 · Operations

How to View Disk Mount Points and Underlying Volumes on Linux

This guide explains three practical methods—using df, mount -l, and reading /etc/mtab—to list Linux mount points together with their associated disks or logical volumes, highlighting each command's output format and limitations.

LinuxMountSystem Administration
0 likes · 5 min read
How to View Disk Mount Points and Underlying Volumes on Linux
MaGe Linux Operations
MaGe Linux Operations
Dec 15, 2015 · Fundamentals

Master Linux Storage: From Disks to Mounting and Commands

This article provides a clear, step‑by‑step overview of Linux storage fundamentals, covering disk anatomy, partition management, file system structures, inode concepts, hard and soft links, mounting principles, and essential command‑line tools for managing storage on CentOS 6.

LinuxMountPartition
0 likes · 9 min read
Master Linux Storage: From Disks to Mounting and Commands
Architect
Architect
Nov 14, 2015 · Cloud Native

Understanding AUFS: Union File System Basics, Usage, and Performance

This article explains the concepts, usage, and performance characteristics of AUFS, a Union File System used in Linux and Docker, providing examples of mounting, branch permissions, whiteout handling, and configuration options, while discussing its role in container image layering.

AUFSLinuxMount
0 likes · 13 min read
Understanding AUFS: Union File System Basics, Usage, and Performance