Thursday, August 7, 2008

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

Friday, September 21, 2007

Virtual Computing using XEN

Today just start to play with XEN because need to setup backend services for my new project.

xm is the main tools that I am using, platform is CentOS 5.0

Sunday, September 16, 2007

Wake up and start my way again

Has been taken a rest for so long, now I have to continue my Linux Road.

Friday, January 26, 2007

Create a LVM partition

  1. create a linux partition with fdisk
  2. change the partition type to 8e with 't' option
  3. write
  4. in lvm
  5. use pvcreate /dev/sdaN to create PV
  6. create volume group with vgcreate /dev/sdaN
  7. create logical volumes with lvcreate --name --size
  8. To check the created volumes use lvscan
  9. exit lvm
  10. use mke2fs or other to format the logical volumes

SATA boot after clone

in /boot
mkinitrd `uname -r`.img `uname -r`

mount system partition and do
grub-install /dev/sda