6.2.3. 创建逻辑卷
				The following command creates the striped logical volume 
striped_logical_volume from the volume group volgroup01. This example creates a logical volume that is 2 gigabytes in size, with three stripes and a stripe size of 4 kilobytes.
			lvcreate -i3 -I4 -L2G -nstriped_logical_volume volgroup01
# lvcreate -i3 -I4 -L2G -nstriped_logical_volume volgroup01
  Rounding size (512 extents) up to stripe boundary size (513 extents)
  Logical volume "striped_logical_volume" created