Displaying 20 results from an estimated 1000 matches similar to: "driver type for .vdi images?"
2011 Nov 22
1
[file PATCH] Properly detect .vdi (VirtualBox disk image) files
The current test for .vdi files is incorrect. It tries to detect the
string "<<< Sun xVM VirtualBox Disk Image >>>". However this string
is just free text and .vdi files often contain different strings (ref: [1]).
The correct test in this patch looks for the magic number at offset
0x40 in the file (ref: [2]).
Example:
Upstream 'file' without the patch on an
2017 Oct 08
4
Re: Virtualbox vdi Input Format and man pages
[stef204 sent me the full log since it contains sensitive information]
The log says that virt-v2v cannot see anything at all on the 34.1 GB
disk (as if the disk is blank). However I think the actual problem is
that you've given the wrong disk type in the XML:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
2011 Jun 27
1
how to share vdi among several xcp pools
hi
I am having several pools of xcp with NFS shared storage as default SR
on each pool and i want to do following in this arrangement
-I want to share vdis among all pools, i.e. for example if I want to
detach a vdi from a vm in pool-1 to a vm in pool-2.
so is this possible to do so?
vdi export is one of the solution but i want to do it seamlessly just
like it happens within the same pool or
2017 Aug 19
3
Virtualbox vdi Input Format and man pages
Hi,
I am new to v2v/libguestfs.
I need to convert a 30 GB virtual machine running Windows7 64 bit (a guest on a Linux system) from Virtualbox vdi format to qcow2 (or raw/img--another debate in itself) so I can use libvirt/qemu/kvm to run it and completely migrate away from Virtualbox.
The vdi machine is a mission critical production environment and I cannot afford to mess it up, etc. Will keep
2013 Mar 14
1
guestfs_list_partitions with vdi
I'm using a Windows raw disk image that is "converted" to the VDI
format by custom code that prepends a header to the image.
I use 'vdi' for GUESTFS_ADD_DRIVE_OPTS_FORMAT of
guestfs_add_drive_opts().
After launching the appliance, the call to guestfs_list_partitions()
results in an empty list.
Is there a way to add the drive but have an offset into the image
file as a
2014 Aug 12
1
Authenticating VDI-in-a-Box to Samba4 AD
Hi,
I have successfully built an ADDC on a Centos 6.5 VM running on Citrix
XenServer 6.2. It seems to be working well.
Now I want to test Citrix VDI-in-a-Box. I've installed vdiManager 5.4.0 on
to my XenServer. It wants to authenticate to my AD server. It fails with
the message:
Could not connect to the user database at 10.0.1.10 with user
administrator in domain test.lan
I did a
2010 Sep 26
1
<<Mounting and Converting 7z vdi Files Virtual Machine>>
running windows vista: downloaded virtual machine and virtual rails
cannot get virtual rails to mount to virtual machine
after downloading virtual rails i attempted to extract it so i could
convert it to vdi file and this is the result
virtual_rails_1.1(1).7z
i followed the tutorial at http://www.virtualrails.org/node/3 to
create a new virtual machine, but when I start the machine i get the
2011 Jul 11
3
can we export vdi ?
hi
is it possible to export vdi just as we export vm
if yes then how to export it using HTTP?
thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Apr 04
2
launch failure of appliance with nbd drive
I'm using qemu-nbd to setup the device with an offset
into the image. Using libguestfs version 1.21.22
Code for adding the drive:
char *server[] = { "localhost:3000", NULL };
if (guestfs_add_drive_opts (g, "" /* export name - see below */,
GUESTFS_ADD_DRIVE_OPTS_FORMAT, "raw",
GUESTFS_ADD_DRIVE_OPTS_PROTOCOL, "nbd",
2011 Jan 03
1
vdi size
Hi,
sorry for asking too much,but is it possible to set the vdi size for a new VM before installation because it is 8G by default or do I have to resize it after installing the VM.
Thanks & BRInas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jun 30
3
unexpected end of file mounting vdi image
I am unable to mount a vdi image with virt-df. I get this error in the libvirt log. 2012-06-24 02:37:22.484+0000: 2364: error : qemuMonitorIO:583 : internal error End of file from monitor
I don't really know from this output what the problem is and some assistance would be appreciated. I'm attaching the output of the libguest test program.
Brian
2010 May 05
1
VDI size on local repository always 0
Hello guys,
I''m working on a cloud computing project involving Xen Hypervisor. I
looked for the issue described in the subject in old posts but no success.
I''m using the local storage repository and I can''t set physical_utilisation
and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0
value for local repository while is passed for QcoW storage
2013 Jul 25
1
LiveStorageMigration Error "The attempt to mark the VDI as hidden failed "
Hello.
We are moving some VMs on XCP 1.6 from an iSCSI Storage to another.
One VM gave the following error: The attempt to mark the VDI as hidden failed
But, all data has been moved to the new storage, the VM is working and at first sight seems ok.
But can I trust it? Anyboday had similar errors?
Thanks
Thomas
_______________________________________________
Xen-users mailing list
2014 Apr 22
1
copying live vmdk / vdi files
Hi,
I would like to backup my Virtual Box VM folder. I have VDI and VMDK
files in there. I am told I have to shutdown those virtual machines
first in order for rsync to copy them correctly. Is this correct ?
Thanks,
Dan
2013 Jan 17
0
XCP 1.1 SR_BACKEND_FAILURE_46 The VDI is not available [opterr=VDI already attached RW] issue
Hello
I have a problem with VDI already attached RW in the "adding tag" in
blktap2. This issue is on all hosts in pool with attached lvmoiscsi SR.
Is there any solution to this problem?
/var/log/SMlog:
[32484] 2013-01-17 14:59:44.200883 vdi_activate {''sr_uuid'':
''e33281eb-ba4c-3829-9b61-7c64764dff9c'', ''subtask_of'':
2017 Oct 08
0
Re: Virtualbox vdi Input Format and man pages
08.10.2017, 13:50, "Richard W.M. Jones" <rjones@redhat.com>:
> [stef204 sent me the full log since it contains sensitive information]
>
> The log says that virt-v2v cannot see anything at all on the 34.1 GB
> disk (as if the disk is blank). However I think the actual problem is
> that you've given the wrong disk type in the XML:
>
> <disk
2012 Apr 05
0
xe vdi-create failure ot local SR type=file and type=ext
Hi,
have permanent failure when try to create VDI on local SR type=file or
type=ext. On both types it failed with the same error:
SR_BACKEND_FAILURE_78
VDI Creation failed [opterr=error 127]
I am on Debian box with kernel 3.3.0-rc7, Xen version 4.1.2 (Debian
4.1.2-2.1), Xen-API Version: 1.3.2-4 (Kronos)
Is it a bug, or am I missing something? Anybody managed to workaround
this problem?
Here is
2012 Apr 05
0
Re: [Xen-API] xe vdi-create failure ot local SR type=file and type=ext
The log snippet doesn''t have the detail in it - have a look in /var/log/SMlog - you might find something more useful in there.
Jon
On 5 Apr 2012, at 10:23, Dimitar Kazakov wrote:
> Hi,
> have permanent failure when try to create VDI on local SR type=file or
> type=ext. On both types it failed with the same error:
> SR_BACKEND_FAILURE_78
> VDI Creation failed
2017 Aug 19
0
Re: Virtualbox vdi Input Format and man pages
On Sat, Aug 19, 2017 at 08:38:31AM -0600, stef204 wrote:
> Hi,
>
> I am new to v2v/libguestfs.
> I need to convert a 30 GB virtual machine running Windows7 64 bit (a
> guest on a Linux system) from Virtualbox vdi format to qcow2 (or
> raw/img--another debate in itself) so I can use libvirt/qemu/kvm to
> run it and completely migrate away from Virtualbox.
>
> The vdi
2009 May 28
3
Vdi-image
If i will use a virtualbox image with xen
Must ionly convert it to raw and copy the hole image to a lvm or
harddisk
Or are it more advanced?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users