After creating a new partition (/dev/hda5) with fdisk run the below commands:
# partprobe
# pvcreate /dev/hda5
# vgcreate vg0 /dev/hda5
# lvcreate -L 1G -n lv0 vg0
# mke2fs -j /dev/vg0/lv0
Creating LVM partitions.
Submitted by sandip on Fri, 03/23/2007 - 10:34
After creating a new partition (/dev/hda5) with fdisk run the below commands: # partprobe »
|
See AlsoUser loginRecent blog posts
Who's onlineThere are currently 0 users and 3 guests online.
|