LVM Series – Introduction and basic concepts

Logical Volume Manager allows us to manage our storage in a more efficient and adaptable manner.
This way we can increase and decrease filesystems size, as well as add and remove storage units, with low or non service impact.

Basic terms in LVM

There are three basic concepts we need to understand to work with this series.

PV (Physical Volume)

It could be a whole disk or a disk partition.
LV (Logical Volume)
This is a logical storage unit, so it could be formatted, mounted and used as usual. But, in addition, you can increase or decrease the amount of storage available.

VG (Volume Group)

It’s the core of LVM. You need one or more PVs to create a VG, and with the amount of storage available in the VG you can create a LV to use in the system.

LVM series

In this series, we will work with LVM to be able to manage storage volumes in a much more efficient way, specially in server environments.
Let’s take a look on what’s coming:

  1. LVM introduction
  2. Quick LVM example
  3. Create, modify & delete VGs
  4. Create, modify & delete LVs
  5. Create, increase & decrease an EXT3/EXT4 filesystem
  6. Create, increase & decrease an XFS filesystem
  7. Create, increase & decrease a ReiserFS filesystem
  8. Create, increase & decrease a JFS filesystem

If you want to continue with LVM Series, we are reviewing a quick example about creating an EXT4 filesystem with LVM in our next post.

Leave a Reply

Your email address will not be published. Required fields are marked *