Tagged articles

Filesystem Repair

4 articles · Page 1 of 1
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
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 23, 2022 · Cloud Native

How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck

When a Longhorn volume fails to mount on a CentOS 7.6 node with the error ‘fsck found errors on device’, you can diagnose the issue via pod logs, download and install a newer e2fsck, then run fsck.ext4 with appropriate options to repair the filesystem and restore the volume.

CentOSFilesystem RepairKubernetes
0 likes · 4 min read
How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck
ITPUB
ITPUB
Sep 29, 2017 · Operations

Using a Rescue Disk Set to Recover and Repair a Linux System

This guide explains how to employ a boot/root rescue disk set to mount a damaged Linux filesystem, run e2fsck with backup superblocks, recover lost files, fix broken libraries, reset the root password, and restore the bootloader using LILO or loadlin.

Filesystem RepairRescue DiskRoot Password
0 likes · 9 min read
Using a Rescue Disk Set to Recover and Repair a Linux System
ITPUB
ITPUB
Mar 7, 2016 · Operations

How to Rescue a Broken Linux System Using a Boot Disk

This guide explains how to use a Linux rescue (boot/root) disk set to mount damaged filesystems, repair corrupted superblocks, recover lost files, fix broken libraries, reset root passwords, and restore an unbootable system, including commands and step‑by‑step procedures.

Boot IssuesFilesystem RepairLinux
0 likes · 9 min read
How to Rescue a Broken Linux System Using a Boot Disk