mount kvm disk qcow on linux

 

Example 2:

 

 

 

 

 

Virtual machine resize Disk Volume Group

KVM

Important for us

**>> Free PE / Size 5120 / 20.00 GiB

So Firstly we are extending volume group
# lvextend -l +5120 /dev/telekom_kutayzorlu_com-vg/root

After Resize to see Action in Disk Size Now
# resize2fs /dev/telekom_kutayzorlu_com-vg/root

If you are using XFS file format it will give error  so use that 
# xfs_growfs /dev/telekom_kutayzorlu_com-vg/root

 

how to increase virtual machine disk size

  1. stop the VM
  2. run $  qemu-img resize vmdisk.img +10G  to increase image size by 10Gb
  3. start the VM, resize the partitions and LVM structure within it normall
  4.  Boot your system  with GPARTED

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

 

Xen Installation Step 1

.