mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

Make it possible to change HDD's type #10

Closed AlekSi closed 14 years ago

AlekSi commented 14 years ago

Normal, writethrough, immutable. It's a cheap alternative to full snapshots.

mitchellh commented 14 years ago

This is not possible based on the API (or not easily possible). At any rate, snapshots have been implemented now!

AlekSi commented 14 years ago

Isn't it "VBoxManage modifyhd settype"?

mitchellh commented 14 years ago

Ah I misread your request. The gem no longer uses VBoxManage at all anymore =] It now uses the C API. Within the C API its pretty easy to do but mediums don't yet support saving.

I'll see if this can be added soon.