Tags: stripes

11/07/08

HOWTO: Create a partition on LVM.

The following command creates new logical volume made of 5 Gbyte in size striped over 3 disks block size is 64K called lv_root2 volume group vg01. [khakisample text=""]sudo lvcreate -L5G -i3 -I64 -n lv_root2 vg01… more »