Tagged articles
11 articles
Page 1 of 1
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.

MountNFSNetwork File System
0 likes · 10 min read
Mastering NFS: How to Configure Network File System on Linux
Liangxu Linux
Liangxu Linux
Apr 14, 2025 · Operations

Mastering NFS on CentOS: From Installation to Autofs Integration

This guide explains what NFS (Network File System) is, its advantages, required packages, configuration file syntax, export options, essential tools like rpcinfo, exportfs, showmount and mount.nfs, and provides step‑by‑step examples for mounting, fstab entries, and integrating autofs on CentOS systems.

CentOSFilesystemNFS
0 likes · 10 min read
Mastering NFS on CentOS: From Installation to Autofs Integration
Raymond Ops
Raymond Ops
Feb 19, 2025 · Operations

How to Expand and Resize Linux Disks: Step-by-Step Partition and Mount Guide

This guide walks you through expanding a Linux disk from 500 GB to 2 TB, resizing the partition with fdisk, checking and enlarging the ext4 filesystem, remounting, and configuring persistent auto‑mount using /etc/fstab, rc.local, systemd, and autofs, while addressing common errors.

Disk ExpansionFilesystemauto-mount
0 likes · 8 min read
How to Expand and Resize Linux Disks: Step-by-Step Partition and Mount Guide
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 Expansionautofsfdisk
0 likes · 8 min read
How to Expand a Linux Disk from 500GB to 2TB Without Data Loss
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.

FilesystemMountNFS
0 likes · 13 min read
Master Linux File Mounting: From ISO Images to NFS and AutoFS
Open Source Linux
Open Source Linux
Jun 24, 2021 · Operations

Master Dynamic Linux Mounts with autofs and Save System Resources

This guide explains why static /etc/fstab entries can waste resources, introduces the autofs daemon for on‑demand mounting, and provides step‑by‑step commands and configuration examples to set up automatic CD‑ROM mounting on a Linux server.

AutomationMountSystem Administration
0 likes · 8 min read
Master Dynamic Linux Mounts with autofs and Save System Resources
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.

autofsdynamic mountingfstab
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.

autofsautomountfstab
0 likes · 8 min read
How to Use autofs for On‑Demand Mounts in Linux