
Install guest additions on the linux vm to enable direct host-guest communication, better drivers, and fullscreen mode, following prerequisites like system updates, kernel source, and a reboot.
Learn to reduce existing logical volumes by shrinking the filesystem and the volume using manual steps, unmount, run fsck, resize the filesystem, and adjust LV size before remounting and verifying.
Learn to replace a physical drive in an lvm setup by adding a new pv, extending the volume group, shifting data with pvmove, and removing the old pv.
LVM snapshots freeze the region volume to enable backups without downtime, reserve 3–5% of the volume, and enable roll forward or roll back for testing OS updates.
Create XFS file systems with the -f option to force formatting, then repair, resize, and verify them with xfs_repair for reliable disk management.
Perform a file system check on an ext file system, back up with dump, and restore the image over ssh, including partitioning and formatting steps.
Learn how to set up disk storage with logical volume management by creating physical volumes, forming a volume group, and creating logical volumes across disks; explore extending, snapshots, and migrations.
Create physical volumes and three logical volumes in a volume group using B size or GB size with lvcreate, then format with a 64 file system and mount to folders.
Learn to set up thin provisioned Linux logical volumes by creating physical volumes, a volume group, and a thin pool, then create, mount, and test logical volumes.
Study to pass the RHCE-the benchmark certification for Red Hat Enterprise Linux-and master disk systems and system backup techniques for Linux. This course covers creating and resizing BIOS and GPT partitions, optimizing and repairing EXT and XFS file systems, and reaping the advantages of volume management using LVM. Learn how to increase or shrink existing logical volumes as well as replace physical drives in volume groups. Grant also shows how to create RAID 0 and RAID 5 arrays, and use snapshots to back up and restore a Linux system. He also uses merge snapshots to roll back a system disk image. Plus, learn alternate backup methods with tar, the xz compressor, and dump and restore commands.
The following topics are: