Hi vbox developers!Another patch to add support for files to VBoxManage createrawvmdk. Currently
it only supports character devices so it failes like this:
VBoxManage internalcommands createrawvmdk -filename test.vmdk -rawdisk /vbox/HardDisks/test.img VBoxManage: error: File '/vbox/HardDisks/test.img' is no character device
VBoxManage: error: The raw disk vmdk file was not createdThe following patch by Pawel Jakub Dawidek adds support for files on FreeBSD. It should be easy to do the same for Linux and Solaris but this patch only
targets FreeBSD hosts. http://people.freebsd.org/~pjd/patches/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp Author: Pawel Jakub Dawidek <[email protected]> License is MIT as usual. -- Bernhard Fröhlich http://www.bluelife.at/
patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp
Description: Binary data
_______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
