22 Jul 2009
happy birthday
happy birthday to you, Olu aka Piccard. Hope you get everything you want on next year, also thank for everything you (will) teach me. I didn't have chance to say, you're the best teacher I've ever met :-p
12 Jul 2009
LVM, add new logical partition to existing LV
Format that partition using mkfs:
Initialize it
add to existing VG:
use it:
final step: boot into single user mode, and active new space for Logical volume group:
[root@home cappuccino]# mkfs.ext4 /dev/sda8
Initialize it
[root@home cappuccino]# pvcreate /dev/sda8
[root@home cappuccino]# vgextend vg_home /dev/sda8
[root@home cappuccino]# lvresize /dev/vg_home/lv_root -L +3.93G
6 Jul 2009
1 Jul 2009
Subscribe to:
Comments (Atom)