Hi,

a long time ago I asked how to remove a media from VBox Manager.

* On Mon, Aug 12, 2013 at 10:29 PM, Gregory Nowak <g...@gregn.net> wrote:
> On Mon, Aug 12, 2013 at 04:48:37PM +0200, Steffen Dettmer wrote:
> > I would like to create VBox from a resized image file
> > [...] have to convert the image temporarily.
> > $ VBoxManage clonehd "tmp.vdi" "disk_v1.0.0.vmdk" --format vmdk
> >
> > (In future I think I continue with creation of an appliance from that).
> > [...]
> > How do I remove a media from Virtual Media Manager by script?
>
> Have a look at the vboxmanage closemedium command.

Now a team mate finished my test script that creates an appliance
and told me that the closemedium command solved the issue:

  $ VBoxManage closemedium disk tmp.vmdk
  $ rm -f tmp.vmdk
  $ VBoxManage closemedium disk tmp.vdi --delete
  $ VBoxManage unregistervm <name of the vbox appliance> --delete

Thank you for the help!
Sorry that it took me so long to try it, however I could not
resist to report back, better late than never :)
I'm using VirtualBox a lot, even tested my OSPF with it, really
nice to have it, many many thanks to everybody who helped to make
this possible.

Best regards,
Steffen

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to