LVM Flashcards
Logical Volume Manager
What’s the purpose of LVM?
Logical Volume Manager provides multiple layers of abstraction for flexibility of matching the data from a File System to a hard disk.
What’s the command to create a VG
vgcreate
What’s the command to list PV
pvs
What’s the command to list VG
vgs
what’s the command to create a PV?
pvcreate
What’s the command to create a VG?
vgcreate
What’s the command to list PV?
pvs
What’s the command to list VG?
vgs
What’s the command to create a LV?
lvcreate
what’s the command to list LV?
lvs
Which command do we use for extend a VG
vgextend
which command do we use for extend a LV
lvextend
which command do we use for removing LV?
lvremove
does vgremove command exist?
Yes
What’s the command we use for migrating data from one PV to another?
pvmove