Displaying 1 result from an estimated 1 matches for "redhat5_old".
2010 Aug 16
1
Whether libguestfs work only with 32bit processors
...work on
a 32 bit host" since Im su
Whether libguest doesnt have any support fo 32 bit processors?? Or can u
please suggest me any other versions of libguestfs that would support 32 bit
processor.
Here the stpes I have tried for resizing the KVM guest
[root at kvmcluster images]# truncate -r redhat5_old.img redhat5.img
[root at kvmcluster images]# truncate -s +1G redhat5.img
[root at kvmcluster images]# virt-list-partitions -lh redhat5_old.img
/dev/sda1 ext3 101.9M
/dev/sda2 swap 1.0G
/dev/sda3 ext3 2.9G
[root at kvmcluster images]# virt-resize --expand /dev/sda3 redhat5_old.img
redhat5.img
virt-...