Tagged articles
12 articles
Page 1 of 1
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
Mar 30, 2025 · Operations

How to Permanently Disable Swap on Modern Linux Systems

This guide explains why the traditional /etc/fstab comment method fails on newer Linux distributions and provides two reliable techniques—masking the swap.target unit with systemd and adding the noauto option to the fstab swap entry—to permanently disable swap across Ubuntu, CentOS, openEuler, and other major systems.

Operationsfstabnoauto
0 likes · 7 min read
How to Permanently Disable Swap on Modern Linux Systems
Liangxu Linux
Liangxu Linux
Aug 3, 2024 · Operations

How to Expand a Linux Disk from 500GB to 2TB Without Data Loss

This guide walks you through checking the current partition layout, safely unmounting the volume, using fdisk to delete and recreate the partition with the same start sector, resizing the ext4 filesystem, remounting the disk, and configuring automatic mounts via fstab, systemd, or autofs.

Disk ExpansionLinuxSystemd
0 likes · 8 min read
How to Expand a Linux Disk from 500GB to 2TB Without Data Loss
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2024 · Operations

How to Mount a New Linux Disk: Step‑by‑Step Guide

This guide walks you through checking a new Linux disk, creating a partition with fdisk, formatting it, mounting it temporarily, configuring /etc/fstab for automatic mounting, and verifying the setup after a reboot.

LinuxSystem Administrationdisk mounting
0 likes · 3 min read
How to Mount a New Linux Disk: Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Mar 29, 2021 · Operations

How to Use autofs for Dynamic Mounting on Linux Servers

This guide explains why static entries in /etc/fstab can waste resources, introduces the autofs daemon for on‑demand mounting, and walks through installing autofs, configuring master and sub‑map files, enabling the service, and verifying automatic CD mounting on a Linux server.

Linuxautofsdynamic mounting
0 likes · 7 min read
How to Use autofs for Dynamic Mounting on Linux Servers
Liangxu Linux
Liangxu Linux
Mar 17, 2021 · Operations

How to Use autofs for On‑Demand Mounts in Linux

This guide explains why static entries in /etc/fstab can waste resources, introduces the autofs daemon for dynamic mounting, and provides step‑by‑step commands to install, configure, and test autofs so that filesystems are mounted only when accessed.

LinuxSystemdautofs
0 likes · 8 min read
How to Use autofs for On‑Demand Mounts in Linux
Liangxu Linux
Liangxu Linux
Sep 26, 2019 · Operations

Master Linux Storage: Mount, Unmount, and Auto‑Mount Commands Explained

This guide walks through essential Linux storage commands—including fdisk, df, du, mount, and umount—covers automatic mounting via /etc/fstab, explains disk partitioning with fdisk, and demonstrates how to format partitions using mkfs, providing practical examples and option details for each tool.

Disk Partitionfstabumount
0 likes · 10 min read
Master Linux Storage: Mount, Unmount, and Auto‑Mount Commands Explained
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