How To Configure LVM in Linux (Pvcreate, Lvcreate, Vgcreate)
How To Configure LVM in Linux (Pvcreate, Lvcreate, Vgcreate)
/dev/sdb
/dev/sdc
-i
How to Configure LVM in Linux (pvcreate, lvcreate, vgcreate)
-I
-a
-a
How to Configure LVM in Linux (pvcreate, lvcreate, vgcreate)
#pvcreate /dev/sdb1
#pvdisplay /dev/sdb1
#vgdisplay test
#lvdisplay /dev/test/data
#mke2fs -j /dev/test/data
How to Configure LVM in Linux (pvcreate, lvcreate, vgcreate)