First page Back Continue Last page Overview

 

Creating Logical Volumes

 
  • Create physical volumes

    • pvcreate /dev/hda3
  • Assign physical volumes to volume groups

    • vgcreate vg0 /dev/hda3
  • Create logical volumes from volume groups

    • lvcreate -L 256M -n data vg0
    • mke2fs -j /dev/vg0/data