Tag

mount

0 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
Nov 25, 2024 · Operations

Automate sysctl, SELinux, and Mount Configurations with Ansible

This guide shows how to use Ansible to automate Linux sysctl parameter tuning, manage SELinux policies, and configure filesystem mount points, providing step‑by‑step examples and code snippets that simplify operations and improve system stability and security.

AnsibleAutomationOperations
0 likes · 7 min read
Automate sysctl, SELinux, and Mount Configurations with Ansible
Practical DevOps Architecture
Practical DevOps Architecture
Sep 19, 2024 · Operations

Step‑by‑Step Guide to Expanding a Mounted Linux Disk with XFS

This article explains how to identify a full disk, prepare the environment, partition and format a new disk, update fstab, copy data, and verify the expansion using Linux commands such as fdisk, mkfs.xfs, mount, and du.

XFSdisk expansionfdisk
0 likes · 5 min read
Step‑by‑Step Guide to Expanding a Mounted Linux Disk with XFS
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.

AndroidContainerOverlayFS
0 likes · 8 min read
OverlayFS: Mounting, File Operations, and Android Use Cases
Practical DevOps Architecture
Practical DevOps Architecture
Nov 11, 2020 · Operations

Using gdisk to Partition a Large Disk on CentOS and Configure Automatic Mount

This guide explains how to install gdisk on CentOS, create a GPT partition on a new 10 TB data disk, format it, mount it, and set up automatic mounting at boot using the disk's UUID, with step‑by‑step commands and screenshots.

CentOSGPTUUID
0 likes · 6 min read
Using gdisk to Partition a Large Disk on CentOS and Configure Automatic Mount
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.

File SystemLoop DeviceVFS
0 likes · 12 min read
Understanding Linux File System Architecture and Mounting Process
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.

MooseFSOperationsTroubleshooting
0 likes · 2 min read
Troubleshooting MooseFS Mount Errors and Related Issues
Practical DevOps Architecture
Practical DevOps Architecture
Sep 28, 2017 · Operations

How to Partition, Format, and Mount a New Data Disk on an ECS Instance (Linux)

This guide walks through the safe preparation, partitioning, formatting, and mounting of a newly purchased data disk on an ECS instance, including device name discovery, creating an ext3 filesystem, updating /etc/fstab, and verifying the mount, with all necessary Linux commands.

ECSdisk partitionfilesystem
0 likes · 7 min read
How to Partition, Format, and Mount a New Data Disk on an ECS Instance (Linux)
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.

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