LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 04-21-2013, 11:55 PM   #1
DeeGee
Member
 
Registered: Apr 2013
Distribution: Debian, Linux From Scratch, Mint
Posts: 118

Rep: Reputation: 24
Virtualbox Failed to clone virtual machine Error


I am using the latest version of VirtualBox. I am currently using two computers : one a desktop running Windows vista and another a laptop running Win 7.

My original VM was on the desktop, and I successfully cloned, zipped and ported it to the laptop. Now i want to clone the VM on the laptop and put it on my desktop.

When I try to do this an error occurs after 89% of the cloning is complete. The error code says :

Code:
Failed to clone the virtual machine Dee.

Could not create the clone medium 'C:\Users\Dee\VirtualBox VMs\Dee Clone\Dee Clone-disk1.vdi' (VERR_UNRESOLVED_ERROR).

Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
Component: Medium
Interface: IMedium {29989373-b111-4654-8493-2e1176cba890}
All help is much appreciated.

Thank you!
 
Old 04-22-2013, 09:36 AM   #2
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
The name of the forum is "Linux - Virtualization". Your question is about Windows - Virtualization. I'd take it to a Windows forum.
 
Old 04-22-2013, 12:19 PM   #3
DeeGee
Member
 
Registered: Apr 2013
Distribution: Debian, Linux From Scratch, Mint
Posts: 118

Original Poster
Rep: Reputation: 24
I am asking a question pertaining to the virtualization of a Linux machine on a Windows platform using a Virtualbox. The forum description itself states :

Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome.
 
Old 04-22-2013, 01:39 PM   #4
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
Quote:
Originally Posted by DeeGee View Post
I am asking a question pertaining to the virtualization of a Linux machine on a Windows platform using a Virtualbox. The forum description itself states :

Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome.
Indeed, but the error isn't with the Linux virtual machine. It seems that the error is with the VirtualBox program itself, which is running in Windows.
I don't recognize the error, I suppose you could try googling the code, although I've never had much luck trying that (Win error codes aren't especially helpful).
 
1 members found this post helpful.
Old 04-22-2013, 02:37 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,008

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
"When I try to do this ", what exactly are you doing?

I just take the entire folder and copy it.

As to failure, could it be that your data is too large for target file format?

This may help, http://www.techrepublic.com/blog/itd...irtualbox/3305

Last edited by jefro; 04-24-2013 at 02:37 PM.
 
Old 04-22-2013, 10:29 PM   #6
DeeGee
Member
 
Registered: Apr 2013
Distribution: Debian, Linux From Scratch, Mint
Posts: 118

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by cortman View Post
Indeed, but the error isn't with the Linux virtual machine. It seems that the error is with the VirtualBox program itself, which is running in Windows.
I don't recognize the error, I suppose you could try googling the code, although I've never had much luck trying that (Win error codes aren't especially helpful).
Unfortunately I already did that before posting. I found something vaguely simi;ar stating it had to do something with the sectors of the VM but nothing on how to correct it.

Quote:
"When I try to do this ", what exactly are you doing?

I just take the entire folder and copy it.

As to failure, could it be that you are too large for target file format?

This may help, http://www.techrepublic.com/blog/itd...irtualbox/3305
I actually used the same link and the steps in it to copy the VM from one machine to another. It worked perfectly the first time.

I am trying to clone the VM on the laptop. Copying and pasting wouldn't work because my flashdrive is 16GB and says that the filesystem is too large(though the folder is just around 10GB) so that's why I'm cloning and then zipping. I've tried zipping without cloning and that also fails after around two thirds are done.

So I think its something wrong with the files of the VM itself.
 
Old 04-23-2013, 07:33 AM   #7
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
Quote:
Originally Posted by DeeGee View Post
Copying and pasting wouldn't work because my flashdrive is 16GB and says that the filesystem is too large(though the folder is just around 10GB) so that's why I'm cloning and then zipping.
Your flash drive is probably formatted with FAT32, which has a max file size limit of 4GB. Reformat it as NTFS and you should be able to copy the folder with the 10 GB VDI.
 
1 members found this post helpful.
Old 04-24-2013, 12:38 AM   #8
DeeGee
Member
 
Registered: Apr 2013
Distribution: Debian, Linux From Scratch, Mint
Posts: 118

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by cortman View Post
Your flash drive is probably formatted with FAT32, which has a max file size limit of 4GB. Reformat it as NTFS and you should be able to copy the folder with the 10 GB VDI.
That worked! It amazes me how much new stuff I learn everyday after making the transition to Linux!
 
Old 04-24-2013, 07:15 AM   #9
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
Quote:
Originally Posted by DeeGee View Post
That worked! It amazes me how much new stuff I learn everyday after making the transition to Linux!
Great! Glad it was that easy. Please mark the thread [SOLVED] using the thread tools. Thanks for the rep, and good luck!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
clonezilla disk image into virtualbox virtual machine sirius57 Linux - Virtualization and Cloud 9 02-24-2013 10:50 AM
[SOLVED] Virtualbox updated, virtual machine dissapear orcaja Linux - Virtualization and Cloud 11 10-28-2012 07:00 PM
VirtualBox: Use a host block device in the virtual machine Kenny_Strawn Linux - Virtualization and Cloud 4 11-21-2010 05:00 PM
virtualbox's virtual machine start on boot paul_mat Linux - Server 1 03-06-2008 06:56 AM
Virtualbox USB device not available to virtual machine - FC7 speedsrfr Linux - Software 2 09-22-2007 12:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 10:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration