- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
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.*
Lab Info
Table of Contents
-
Challenge
Resolve the first mount in /etc/fstab.
Attempt to mount the first mount listed in
/etc/fstab:mount /storage1Note that it is an XFS filesystem, and repair it:
xfs_repair /dev/xvdb1Attempt to mount the filesystem again:
mount /storage1Verify the files within
/storage1are available:ll /storage1 -
Challenge
Resolve the second mount in /etc/fstab.
Attempt to mount the first mount listed in
/etc/fstab:mount /storage2Note that it is an ext4 filesystem, and repair it:
e2fsck -p -b 8193 /dev/xvdb2Attempt to mount the filesystem again:
mount /storage2Verify the files within
/storage1are available:ll /storage2
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.