Posts Tagged ‘lvm’

Basic LVM commands

Sunday, August 31st, 2008

First off make sure lvm2 is installed on your system.

To use LVM, partitions and whole disks must first be converted into physical volumes (PVs) using the pvcreate command. For example, to convert /dev/hda and /dev/hdb into PVs use the following commands:

(more…)