I have try to resize one vhd file with vhd-util, i did some test... For example i have try: vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000 but output always: options: <-n name> <-j journal> <-s size (in MB)> [-h help] I not understand what i wrong, someone can help me please? -- View this message in context: http://xen.1045712.n5.nabble.com/Vhd-util-resize-tp2642242p2642242.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello Fantu, You need to add the options -j Example: vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000 -j file.log Regards, Rémi I have try to resize one vhd file with vhd-util, i did some test... For example i have try: vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000 but output always: options: <-n name> <-j journal> <-s size (in MB)> [-h help] I not understand what i wrong, someone can help me please? -- View this message in context: http://xen.1045712.n5.nabble.com/Vhd-util-resize-tp2642242p2642242.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks, but there is another problem: vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 7100 -j /mnt/vm/disks/resize.log /mnt/vm/disks/ring-12.disk1.vhd not created by xen; resize not supported vhd is created with xenconvert from vmware vm and domU work perfect on xen, test yesterday and today, what is the problem about difference and support? -- View this message in context: http://xen.1045712.n5.nabble.com/Vhd-util-resize-tp2642242p2642288.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users