Memory_management_commands_for_devops_1736691803
Memory_management_commands_for_devops_1736691803
1. WHAT IS LVM
2. KEY FEATURES OF LVM
3. BASIC LVM TERMINOLOGY
4. COMMON LINUX FOR DISK MANAGEMENT
5. LVM COMMANDS IN CONTEXT
1) What is LVM?
LVM (Logical Volume Manager) is a tool for managing storage on Linux systems. It
allows you to create, resize, and manage storage flexibly. Instead of dealing with fixed
partitions, LVM lets you create logical volumes that can be resized or moved without
affecting the data.
Volume Group (VG): Combines multiple physical volumes into one storage pool.
o Example: vg_data
5. df (Disk Free):
Shows available and used disk space for file systems.
• Usage: df
• Details:
o Example:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 41943040 2048000 39995040 5% /