Friday, April 22. 2011
CloneVDIGUI - New Version for VirtualBox V. 4.0.x
Nachdem Oracle die neue Major-Version 4.0 der VirtualBox veröffentlicht hat, wird es Zeit, mein CloneVDIGUI-Tool nachzuziehen.
Die neue Version unterstützt den neuen Parameter „--existing“, mit dem in eine bestehende Zieldatei kopiert werden kann, bis dessen Kapazität erschöpft ist. Die Option, um die Kopie in der VirtualBox zu registrieren wird für Versionen 4.0.x oder höher deaktiviert, da dies nicht länger nötig und mit vboxmanage auch nicht mehr möglich ist.
Weitere Änderungen wurden nicht vorgenommen, das Programm ist weiterhin abwärtskompatibel.
Hinter dem Klick folgt Download, Beschreibung und Changelog CloneVDIGUI.
The VirtualBox command line helper for cloning disk images, CloneVDIGUI, was updated once more afterOracle published the new major version 4.0. The Parameter --existing was added, which allows to copy into an existing target image file until its capacity is exhausted.
Since it is no longer necessary or possible to register images with the VirtualBox media manager, this option is hidden for Versions 4.0.x or higher.
No other changes were made since the last update, the program continues to work with any old version of VirtualBox.
Download, Description and Changelog of CloneVDIGUI follows after the click.
Saturday, June 19. 2010
CloneVDIGUI - New Version with Oracle Support
Nach der Aquisition von VirtualBox durch Oracle wurde das CloneVDIGUI-Tool erneut an VirtualBox angepasst. Der Installations- und Registrypfad von VirtualBox (aktuelle Version 3.2.x) hatte sich wieder einmal geändert, so dass die vboxmanage.exe nicht mehr automatisch gefunden wurde.
Die neue Version unterstützt die neuen Standardpfade und Registryeinträge von Oracle und speichert ggf. den manuell ausgewählten Pfad ab, so dass immer wenn der Pfad nicht automatisch gefunden werden kann der gespeicherte Pfad verwendet wird. Weitere Änderungen gibt es in dieser Version keine.
Hinter dem Klick folgt Download, Beschreibung und Changelog CloneVDIGUI.
The VirtualBox command line helper for cloning disk images, CloneVDIGUI, was updated once more after the Aquisition of VirtualBox by Oracle. The default installation path and registry path of virtualbox has changed once again, so vboxmanage.exe was no longer found automatically. The new version now detects the path correclty again (VirtualBox version 3.2.x) and also saves a manually selected path for use whenever the autodetection fails. No other changes were made since the last update.
Download, Description and Changelog of CloneVDIGUI follows after the click.
Saturday, November 28. 2009
CloneVDIGUI - Support für VBox 3.0.12, x64
Dank einem Hinweis von notebook im VirtualBox Community Forum wurde das CloneVDIGUI-Tool erneut an VirtualBox angepasst. Der Installations- und Registrypfad von VirtualBox (aktuelle Version 3.0.12) hatte sich geändert, so dass die vboxmanage.exe nicht mehr automatisch gefunden wurde.
Die neue Version unterstützt die neuen Pfade und speichert ggf. den manuell ausgewählten Pfad ab, so dass immer wenn der Pfad nicht automatisch gefunden werden kann der gespeicherte Pfad verwendet wird. Die GUI hat sich seit der letzten Version nicht verändert.
Hinter dem Klick folgt Download, Beschreibung und Changelog CloneVDIGUI.
The VirtualBox command line helper for cloning disk images, CloneVDIGUI, was updated once more after a bug report of notebook in the VirtualBox Community Forum. The default installation path and registry path of virtualbox has changed, so vboxmanage.exe was no longer found automatically. The new version now detects the path correclty again (VirtualBox version 3.0.12) and also saves a manually selected path for use whenever the autodetection fails. The UI didn't change since the last update.
Download, Description and Changelog of CloneVDIGUI follows after the click.
UPDATE: There is a similar project for linux in the "don't trust technology" blog (german)
UPDATE: Es gibt ein ähnliches Projekt für Linux im "don't trust technology" blog
Saturday, July 18. 2009
CloneVDIGUI - More Power!
Angeregt von HunterX im VirtualBox Community Forum wurde die grafische Oberfläche für das VirtualBox-Commandlinetool VBoxManage.exe wurde mal wieder aktualisiert. CloneVDIGUI unterstützt nun alle Kommandozeilenoptionen, die momentan von VirtualBox (aktuelle Version 3.0.2) unterstützt werden.
Hinter dem Klick folgt Download, Beschreibung und Changelog CloneVDIGUI.
The VirtualBox command line helper for cloning disk images, CloneVDIGUI, was updated once more after a suggestion of HunterX in VirtualBox Community Forum. It now supports all command line options of the current version, VirtualBox 3.0.2.
Download, Description and Changelog of CloneVDIGUI follows after the click.
Wednesday, February 4. 2009
VirtualBox - CloneVDI
Angestoßen von massivem Druck „der Community“ habe ich eine kleine GUI erstellt, mit der Disk-Images der Virtualisierungs-Software VirtualBox komfortabel kopiert werden können.
Das Tool wird regelmäßig weiterentwickelt (s.a. VirtualBox Community Forum Thread) und dieser Post entsprechend aktualisiert. Die aktuelle Version ist kompatibel zu VirtualBox 3.0.12 und allen vorausgehenden 3.x und 2.x Versionen (mit entsprechend eingeschränktem Funktionsumfang.)
Die VirtualBox-Version wird automatisch erkannt und in der Statuszeile angezeigt. Funktioniert die Erkennung nicht, so werden alle Optionen aktiviert und ein Warnhinweis angezeigt. Es wird dann die Syntax von VBoxManage.exe aus Version 3.0.12 verwendet.
Die aktuelle Versionsnummer und die Änderungshistorie stehen im vollständigen Artikel.
CloneVDIGUI.exe - GUI für vboxmanage.exe clonevdi (ca. 823kb)
After a request from in the forums of VirtualBox, I created a small application to ease the process of copying/cloningdisk images for Virtualbox.
The tool is updated on a regular base and when the community requests changes (see VirtualBox Community Forum Thread). The current version is compatible to VirtualBox 3.0.12 and all previous 3.x and 2.x Versions (with restricted features depending on version). The VirtualBox version is automatically detected and shown in the status line. When the detection fails, a waring is shown, all options are available and VBoxManage.exe Syntax of Version 3.0.12 will be used.
The current changelog and version number is shown in the complete article.
Alternatives:
Virtualbox forum user "mpack" has created another tool that does not use vboxmanage.exe internally. This makes it possible to provide other features:
- Reads VDI,VHD or VMDK, writes VDI.
- A simple GUI Interface.
- Ability to discard unused blocks from the clone (no need to run SDelete first).
- Ability to enlarge the maximum size of a virtual disk.
- User choice to either keep the old UUID or generate a new one for the clone.
- Some useful diagnostics about the source VDI, such as the partition map and the internal fileystem.
- Better feedback while cloning: a progress bar and an estimated time to completion.
- It seems to be significantly faster than "VBoxManage clonehd".
There is a similar project for Linux „in the don't trust technology“ Blog by nightfighter.
Im „in the don't trust technology“ Blog von nightfighter gibt es ein ähnliches Projekt für Linux.
Choose yourself which tool is more appropriate to you. I will nevertheless update my CloneVDIGUI with the latest virtualbox versions. Continue reading "VirtualBox - CloneVDI"


/* Comments */