
Learn Linux storage with Basic Linux Storage Scenario #2
Is LVM implemented for any of the partitions, If yes, find out the following information
1 2 3 |
$ 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 of free space is left in each volume group
- How many extents are free in each volume group
1 2 3 |
$ 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 mounted.
1 2 3 4 5 |
$ lvdisplay or $ lvs or $ df -h |
- Basic Linux Storage Scenario #1
- Basic Linux Storage Scenario #2
- Basic Linux Storage Scenario #3
- Basic Linux Storage Scenario #4
1 |
Good explain. Keep it up