- Lab
- Core Tech

Managing File Systems and Storage in RHEL 9
This lab covers essential storage management in RHEL 9 (Red Hat Enterprise Linux, version 9), including disk partitioning, file system creation, and LVM. You’ll learn to manage storage devices, mount file systems persistently, and dynamically allocate space using LVM for efficient storage management.

Path Info
Table of Contents
-
Challenge
Getting Started in the Lab Environment
Here are the initial instructions and explanation of the lab environment. Read this while your environment is busy creating itself from nothing. Yes, this violates physics; we know. How fun!
-
Challenge
Disk Partitioning and Storage Management in RHEL 9
To start, you will earn how to manage storage devices and partitions in RHEL 9 using essential Linux commands like lsblk, fdisk, parted, and mkfs. In this challenge, you’ll identify available storage devices, create partitions using both fdisk and parted, and format them with the appropriate file system. By mastering these disk management techniques, you’ll be able to efficiently allocate and manage storage in enterprise Linux environments, ensuring optimal performance and reliability.
-
Challenge
Mount and Automate Storage Management
In this challenge, you will learn how to manually mount file systems and configure persistent storage management. In this challenge, you’ll practice mounting partitions, verifying access, and automating storage mounting using /etc/fstab. You’ll also explore mounting using UUID and LABEL to ensure reliable disk identification.
-
Challenge
Manage Storage with Logical Volume Manager (LVM)
Finally, you will learn how to manage storage using Logical Volume Manager (LVM). You will start by creating physical volumes using pvcreate, then combine them into volume groups with vgcreate. After that, you will create logical volumes to store data. You will also learn how to expand storage when needed by adding more space to a volume group using vgextend and increasing the size of a logical volume with lvextend. Finally, you will adjust the file system using resize2fs to make sure the extra space is usable.
-
Challenge
The Last Challenge
Welcome to the final challenge! This is your last chance to experiment in the environment. Clicking Finish Lab will end this little world that flittered into existence just for you.
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.