- Lab
- A Cloud Guru
Recover a Corrupted Filesystem
In this exercise, you will repair and mount two corrupted file systems. *This course is not approved or sponsored by Red Hat.*
Path Info
Table of Contents
-
Challenge
Resolve the first mount in /etc/fstab.
Attempt to mount the first mount listed in
/etc/fstab
:mount /storage1
Note that it is an XFS filesystem, and repair it:
xfs_repair /dev/xvdb1
Attempt to mount the filesystem again:
mount /storage1
Verify the files within
/storage1
are available:ll /storage1
-
Challenge
Resolve the second mount in /etc/fstab.
Attempt to mount the first mount listed in
/etc/fstab
:mount /storage2
Note that it is an ext4 filesystem, and repair it:
e2fsck -p -b 8193 /dev/xvdb2
Attempt to mount the filesystem again:
mount /storage2
Verify the files within
/storage1
are available:ll /storage2
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.