Tag

XFS

1 views collected around this technical thread.

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.

LinuxXFSdisk expansion
0 likes · 5 min read
Step‑by‑Step Guide to Expanding a Mounted Linux Disk with XFS
Tencent Architect
Tencent Architect
Jan 23, 2024 · Fundamentals

XFS Deep Dive: Layout, Inode Management, and Read/Write Operations

This article analyzes the XFS filesystem implementation in the Linux kernel, covering its on‑disk layout, superblock and allocation‑group structures, inode and free‑space B+ trees, operation sets (iops, fops, aops), file creation, write and read paths, logging, block layer interactions, and useful XFS utilities.

InodeKernelLinux
0 likes · 12 min read
XFS Deep Dive: Layout, Inode Management, and Read/Write Operations
Laravel Tech Community
Laravel Tech Community
Jun 12, 2023 · Fundamentals

Linus Torvalds Announces Linux 6.4-rc6 Release with Filesystem and Driver Updates

Linus Torvalds announced the Linux 6.4-rc6 kernel, highlighting extensive XFS filesystem fixes, numerous driver updates—including GPU and network drivers—architectural patches for arm64, and a projected stable release around June 25, with a possible delay to July 2 if issues arise.

6.4DriversKernel
0 likes · 2 min read
Linus Torvalds Announces Linux 6.4-rc6 Release with Filesystem and Driver Updates
IT Services Circle
IT Services Circle
Nov 15, 2022 · Operations

Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting

This article describes a step‑by‑step process for diagnosing a Linux server that entered rescue mode after an illegal reboot, using journalctl and systemctl commands, checking disk status, repairing an XFS filesystem with xfs_repair, and safely unmounting, re‑formatting, and re‑mounting the data partition without losing existing data.

Disk MountFilesystem RepairLinux
0 likes · 7 min read
Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting
360 Tech Engineering
360 Tech Engineering
Jul 21, 2021 · Operations

Implementing Linux Disk Quota on XFS: User, Group, and Project Based Limits

This guide explains how to configure and manage Linux disk quotas on XFS file systems, covering prerequisites, quota activation options, user/group/project quota modes, command‑line procedures, testing scenarios, and common operational commands for administrators.

Disk QuotaLinuxOperations
0 likes · 14 min read
Implementing Linux Disk Quota on XFS: User, Group, and Project Based Limits
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 14, 2021 · Operations

Mastering XFS Disk Quota on Linux: Step‑by‑Step Guide for Users and Projects

This comprehensive tutorial explains how to enable and configure Linux Disk Quota on XFS filesystems, covering prerequisites, quota modes, user and directory limits, grace periods, testing scenarios, and essential administration commands for effective storage management.

AdministrationDisk QuotaLinux
0 likes · 15 min read
Mastering XFS Disk Quota on Linux: Step‑by‑Step Guide for Users and Projects
Practical DevOps Architecture
Practical DevOps Architecture
Sep 28, 2017 · Operations

Guidelines for Partitioning and Formatting Large Disks on Linux (GPT, XFS, EXT4)

This guide explains how to manage large Linux disks by using GPT partition tables, choosing XFS or EXT4 filesystems, performing partitioning with parted, formatting with appropriate mkfs commands, handling e2fsprogs version requirements, and considerations for lazy init and snapshot impacts.

GPTLinuxOperations
0 likes · 6 min read
Guidelines for Partitioning and Formatting Large Disks on Linux (GPT, XFS, EXT4)