Learn Linux storage with Basic Linux Storage Scenario #2
Is LVM implemented for any of the partitions, If yes, find out the following information
-
Physical Volume –[PV]
- Name of all physical volumes
- Sizes of all physical volumes
$ pvdisplay or $pvs
-
Volume Groups (VG)
- Name of all volume groups
- Sizes of all volume groups
- Size of the physical extent of each volume group
- How many physicals extends are present in each volume group
- How many free spaces is left in each volume group
- How many extents are free in each volume group
$ vgdisplay or $vgs
-
Logical volume – (LV)
- Name of all LVs and the VG that they belong to
- Size of all logical volumes
- Mount points for each logical volume if it is mounted.
$ lvdisplay or $ lvs or $ df -h
Read this also:
Good explain. Keep it up