Linux System Administration

0 of 84 lessons complete (0%)

Managing Unix File Systems

Rescue and Recovery Using Boot Disks:

You don’t have access to this lesson

Please register or sign in to access the course content.

Boot disks are often used for system recovery in case of failure. Common use cases include:

System Rescue: Booting from a Live CD/USB allows you to access a minimal environment to fix problems on the system’s disk (e.g., corrupted filesystems, broken bootloaders).

Example:

Use a rescue mode from a Linux bootable USB.
Repair a corrupted filesystem using fsck:

Reinstalling the Bootloader: If the bootloader (GRUB) is corrupted, you can boot from a Live USB, then reinstall GRUB:

Backing Up Data: Before attempting repairs, you can boot from a Live USB and use tools like rsync to back up data from the mounted partitions to an external drive.