Showing posts with label logical volume group. Show all posts
Showing posts with label logical volume group. Show all posts

12 Jul 2009

LVM, add new logical partition to existing LV

Format that partition using mkfs:
[root@home cappuccino]# mkfs.ext4 /dev/sda8

Initialize it

[root@home cappuccino]# pvcreate /dev/sda8
add to existing VG:

[root@home cappuccino]# vgextend vg_home /dev/sda8
use it:
[root@home cappuccino]# lvresize /dev/vg_home/lv_root -L +3.93G
final step: boot into single user mode, and active new space for Logical volume group:

Disqus