CloneVDI tool - Discussion & Support

Discussions related to using VirtualBox on Windows hosts.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

michaeld_bqe wrote:Please if you can let me know (personal message or reply) if you plan on adding command line arguments.
I've considered adding a command line interface, and may do so. But, just out of curiosity... VBoxManage already gives you some of the same functionaility with a command line, why do you want CloneVDI to have a CLI as well?
michaeld_bqe
Posts: 11
Joined: 21. Oct 2009, 23:14
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: XP, BackTRack 4, Win 7

Re: CloneVDI tool - Discussion & Support

Post by michaeld_bqe »

The main reason for the command line interface is to increase database size etc if need be. I can do it all via ssh and or other needs. You have such a great tool an in all honesty with a combination of the vboxmanage exe and your application possibilities are endless with batch scripts and vb scripts. Please note again I would be more than happy to help assist you and learn from your great work.

-MikeD
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

michaeld_bqe wrote:Please note again I would be more than happy to help assist you...
Well, thanks for the offer, but I've implemented CLI tools many times in the past, so I don't foresee any special difficulty getting it to work this time.
michaeld_bqe
Posts: 11
Joined: 21. Oct 2009, 23:14
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: XP, BackTRack 4, Win 7

Re: CloneVDI tool - Discussion & Support

Post by michaeld_bqe »

Is there something I can do to persuade you to release your CLI edition soon :)

-Mike D
hkfastfood
Posts: 3
Joined: 17. Feb 2009, 08:00

Re: CloneVDI tool - Discussion & Support

Post by hkfastfood »

I cannot convert a 18GB VMDK to VDI. The "Validation result" is "The source file does not exist" and the [Proceed] button is disabled. I put all these file under the same folder :-

clonevdi.exe, clonevdi.ini
thevm.nvram
thevm.vmdk (~18GB)
thevm.vmsd
thevm.vmx
thevm.vmxf

My platform is Windows XP, HDD formatted in NTFS with sufficient disk space. CloneVDI is v1.40.
As I can use this VMDK under my working Mac OS X 10.6 with latest VirtualBox 3.0.8, this big 18GB file was "split" to a FAT32 external HDD and then "copy /b xaa+xab+... thevm.vmdk" in Windows XP with NTFS HDD for conversion.

Any help?
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

If you read back a few messages (see top of page 10 of the message archive) then you'll see that this issue was already reported and resolved. It happens if you rename an extent file without editing the associated descriptor file (which is difficult if the descriptor is embedded in the first extent - as in your case). The problem is fixed by renaming the extent back to its original name.

I'll put a fix into v1.41 to handle the case of an embedded descriptor in the first extent. In general however you should NOT rename VMDK extents unless you fully understand what the effects will be.
DerekTheGeek
Posts: 3
Joined: 7. May 2009, 22:36
Primary OS: MS Windows 2003
VBox Version: PUEL
Guest OSses: Windows 2003 Server

Re: CloneVDI tool - Discussion & Support

Post by DerekTheGeek »

Just wanted to say thank you very much. Your tool has made things so much easier for me and your explanations are very detailed yet clear. Thank you for pouring so much time and effort into this tool.

- Derek
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

Thank you for the compliments! :-)
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

NEW VERSION RELEASED - v1.41 (see root message for download link).

Please note that I've released a new version of my CloneVDI tool (v1.41). This version is mostly a maintenance release, the only new feature being that I've provided a command line interface, as a friendly gesture to all of those strange guys who seem to like that kind of thing!

Among the many small tidy-ups and usability tweaks in v1.41 are :-

o You can now use .IMG as a synonym for .RAW.
o Release notes used to say incorrectly that a .RAW (or .IMG) extension was not required for raw images. That has been corrected.
o CloneVDI no longer says "File does not exist" when the source file is read-only.
o CloneVDI no longer says "File does not exist" if you renamed the first extent of a VMDK containing an embedded descriptor.
o Release notes updated to document CLI feature and other changes.
o Other minor tweaks I've probably forgotten.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: CloneVDI tool - Discussion & Support

Post by Sasquatch »

Is there any chance we see a source release on this one? I'm sure you're teasing the devs right now with this great tool and they can't wait to integrate it into VB.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

Sasquatch wrote:Is there any chance we see a source release on this one?
Very possible. About the only thing stopping me now is that I have to go through all my sources adding copyright notices everywhere (as recommended by GPL notes), which is something I tend to be lazy about when I'm not showing the source to anyone.

Patience! :-)
Etepetete
Posts: 400
Joined: 7. Oct 2009, 10:19
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Slackware 14.2
Location: Berlin

Re: CloneVDI tool - Discussion & Support

Post by Etepetete »

Thanks again mpack for your awesome tool. In case you are considering localizing it, I offer you my time (at no charge :wink: ) to translate it into German. Have a great weekend!
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: CloneVDI tool - Discussion & Support

Post by Sasquatch »

Etepetete wrote:Thanks again mpack for your awesome tool. In case you are considering localizing it, I offer you my time (at no charge :wink: ) to translate it into German. Have a great weekend!
Why not grab the latest release, create screenshots and translate them and add the translation to the screenshot itself (either replace the text or point to it). If I'm too bored and mpack won't mind, I might do a Dutch translation :).
mpack wrote:Very possible. About the only thing stopping me now is that I have to go through all my sources adding copyright notices everywhere (as recommended by GPL notes), which is something I tend to be lazy about when I'm not showing the source to anyone.Patience! :)
I'm no programmer, so I have all the patience in the world with that. I do know how hard it is to add comments later. It's not a fun thing to do. I just hope that the VB team can integrate it properly into VB.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

Etepetete wrote:In case you are considering localizing it ...
Um... :oops: actually that's another thing I've been lazy about. All of the dialog boxes etc are in a resource file hence easily localized, but a lot of error messages and so forth are embedded in the C sources. Ok, I was banging out code at a furious rate and this is something I intended to fix eventually. Maybe this is something else I should attend to before releasing the source.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: CloneVDI tool - Discussion & Support

Post by mpack »

Sasquatch wrote:I just hope that the VB team can integrate it properly into VB.
I'm actually not so keen on the idea of integrating it into the VBox sources - that was never my intention. I thought they might want to bundle it as a stand alone utility, but not integrate. I use all my own code for reading VDI, VHD etc, but presumably the VB team would use their own backends for that... leaving just my front end GUI to be integrated, and that hardly seems worth the bother.
Post Reply