Tagged articles
3 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 RepairSystem Administration
0 likes · 7 min read
Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting
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 RepairRescue Disk
0 likes · 9 min read
How to Rescue a Broken Linux System Using a Boot Disk