
PPT Presentation, please use it for your reference & learning and don't upload it anywhere
Discover how Linux LVM provides flexible disk space management by combining multiple disks into a single volume group, creating logical volumes and file systems, and resizing online without downtime.
learn how lvm architecture links physical volumes into a volume group to allocate logical volumes, create file systems, and extend space from the pool of disk resources.
Explore how a physical volume forms the backbone of LVM by detailing the disk sectors, MBA header, and metadata that identify volume groups and unique device IDs.
Learn how to prepare Linux LVM by creating a single partition, turning it into a physical volume, and assembling a volume group while metadata tracks creation and growth.
Discover how physical volumes form a volume group and map logical extents to physical extents to create linear logical volumes across disks. Then allocate a file system on the LV.
Create and manage logical volumes within a volume group using two disks, allocate space from one or both disks, and understand extents and naming conventions.
Master volume group administration by creating a volume group from physical volumes, setting extent size, and configuring maximum physical and logical volumes.
Learn how to combine volume groups in Linux LVM by merging an inactive group into another, then activate and verify the merged logical volumes.
Learn how Linux LVM stores volume group metadata by automatically creating a backup file and an archives directory. It covers viewing backups, manually backing up, and renaming a volume group.
Learn how to migrate a Linux LVM volume group from one system to another using vgexport and vgimport, exporting and importing disks and logical volumes, then mounting them.
Learn how lvm mirroring creates mirrored logical volumes across two physical disks to provide redundancy, specifying copy numbers with -m, and understanding space overhead compared to linear volumes.
Learn how thin provisioning lets logical volumes exceed the available space in a volume group, using a pool of physical volumes. Monitor the pool and add capacity when needed.
Create a logical volume named data, format and mount it, then create a 200 mb snapshot to study copy-on-write and how to merge it back to restore data.
Explore how LVM snapshots capture a file system state, how post-snapshot changes are not restored, and how using more space than the snapshot can corrupt it.
Learn to recover metadata in linux lvm from a faulty physical disk by inspecting headers and the physical volume, understand how metadata affects the volume group, and preview recovery steps.
Explore physical volume attributes in Linux LVM: see how a disk becomes part of a volume group, its allocation status, export and import effects, and top allocation behavior.
Concludes the Linux LVM course module by inviting feedback, answering questions in the Q&A forum, and requesting reviews to grow future lectures and content.
Course Description
Introduction - The Logical Volume Manager
Features of LVM
LVM Arctitecture Overview
LVM Components
Physical Volumes
Volume Groups
LVM Logical Volumes
LVM Logical Volumes
Different types of Logical Volumes
Linear Logical Volumes
Striped Logical Volumes
LV Creation Options
Practice Lab Sessions
Physical Volume Administration
Creating physical volumes
Scanning for Block Devices
Displaying Physical Volumes
Preventing Allocation on a Physical Volume
Resizing a Physical Volume
Removing Physical Volume
Volume Group Administration
Creating Volume Groups
Adding Physical Volumes to a Volume Group
Displaying Volumes Groups
Scanning Disks for Volume Groups
Removing Physical Volumes from a Volume Group
Activating & Deactivation Volume Groups
Changing the Parameters of a Volume Group
Removing Volume Groups
Splitting a Volume Group
Combining Volume Groups
Backing up Volume Group Metadata
Renaming a Volume Group
Moving or migrating a Volume Group to Another System
Creating a Mirrored Volumes
Thinly-Provisioned Logical Volumes
What is Thin Provisioning?
How it Works? and How we provide storage to new Clients?
Setup Thin Pool and Volumes
Creating a Thin Pool
Creating Thin Volumes
Creating File System
Over Provisioning
LVM Snapshot
Snapshot of Logical Volume and Restore
Creating LVM Snapshot
Restoring Snapshot or Merging
Practice Lab Sessions
Recovering metadata of physical volumes
Recover a faulty disk
Practice Lab Session
LVM Volume Attributes
Physical volume(PV) attributes
Volume Group(VG) Attributes: