Custom Query (16363 matches)
Results (2194 - 2196 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #692 | fixed | clonevdi error on 1.5.0 => Fixed in SVN | ||
| Description |
Hello, I've got following problem - when I'm trying to clone vdi using command: VBoxManage clonevdi Windows_XP.vdi Windows_XP_clone.vdi I got error: VirtualBox Command Line Management Interface Version 1.5.0 (C) 2005-2007 innotek GmbH All rights reserved. [!] FAILED calling hardDisk->CloneToImage(Bstr(argv[1]), vdiOut.asOutParam(), progress.asOutParam()) at line 2407! [!] Primary RC = 0x80004004 [!] Full error info present: false, basic error info present: false I tried to specified full paths (in apostrophes too) in command but it also doesn't work and produces the same error. My host system is Arch Linux, kernel 2.6.22 |
|||
| #2734 | fixed | clonevdi doesn't work - can't create VDI directory...? | ||
| Description |
I've used the "VBoxManage clonevdi" command to clone a vdi file 4 times, no problem. For some reason though, now I can't. When I try, I get this: VirtualBox Command Line Management Interface Version 2.0.6
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling hardDisk->CloneToImage(Bstr(argv[1]),
vdiOut.asOutParam(), progress.asOutParam()) at line 3467!
[!] Primary RC = NS_ERROR_FAILURE (0x80004005) - Operation failed
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_FAILURE (0x80004005) - Operation failed
[!] Text = Could not create a directory 'VDI' to store the image file (VERR_ACCESS_DENIED)
[!] Component = HardDisk, Interface: IHardDisk, {fd443ec1-000f-4f5b-9282-d72760a66916}
[!] Callee = IHardDisk, {fd443ec1-000f-4f5b-9282-d72760a66916}
The ~/.VirtualBox/VDI directory already exists and has 4 vdi files in it. Why is it trying to create another directory? |
|||
| #2708 | fixed | clonevdi doesn't respect vdifolder property | ||
| Description |
I set vdifolder property to /opt/vm. After trying VBoxManage clonevdi test/test.vdi db/db.vdi throws error Could not access hard disk image '/home/ctenar/.VirtualBox/test/test.vdi' (VERR_FILE_NOT_FOUND) I know I should use absolute paths as documented in user manual. But I think this location should respect vdifolder instead of its default value. /opt/vm$ VBoxManage list systemproperties VirtualBox Command Line Management Interface Version 2.0.6 (C) 2005-2008 Sun Microsystems, Inc. All rights reserved. Minimum guest RAM size: 4 Megabytes Maximum guest RAM size: 3584 Megabytes Maximum video RAM size: 128 Megabytes Maximum VDI size: 2097151 Megabytes Default VDI folder: /opt/vm Default machine folder: /opt/vm VRDP authentication library: VRDPAuth Webservice auth. library: VRDPAuth Hardware virt. extensions: no Log history count: 3 /opt/vm$ VBoxManage clonevdi test/test.vdi db/db.vdi
VirtualBox Command Line Management Interface Version 2.0.6
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling virtualBox->OpenVirtualDiskImage(Bstr(argv[0]), vdi.asOutParam()) at line 3460!
[!] Primary RC = NS_ERROR_FAILURE (0x80004005) - Operation failed
[!] Full error info present: true , basic error info present: true
[!] Result Code = NS_ERROR_FAILURE (0x80004005) - Operation failed
[!] Text = Could not access hard disk image '/home/ctenar/.VirtualBox/test/test.vdi' (VERR_FILE_NOT_FOUND)
[!] Component = HardDisk, Interface: IHardDisk, {fd443ec1-000f-4f5b-9282-d72760a66916}
[!] Callee = IVirtualBox, {557a07bc-e6ae-4520-a361-4a8493199137}
|
|||

