- create a linux partition with fdisk
- change the partition type to 8e with 't' option
- write
- in lvm
- use pvcreate /dev/sdaN to create PV
- create volume group with vgcreate
/dev/sdaN - create logical volumes with lvcreate --name
--size - To check the created volumes use lvscan
- exit lvm
- use mke2fs or other to format the logical volumes
Friday, January 26, 2007
Create a LVM partition
SATA boot after clone
in /boot
mkinitrd `uname -r`.img `uname -r`
mount system partition and do
grub-install /dev/sda
mkinitrd `uname -r`.img `uname -r`
mount system partition and do
grub-install /dev/sda
Subscribe to:
Posts (Atom)