RAW DISK TO VIRTUALBOX IMAGE
Feb 082016dd if=/dev/sda of=/store/copy_of_disk.img
VBoxManage convertfromraw /path_to_image/copy_of_disk.img /path_to_virtualbox_images/virtual_disk.vdi --format vdi
dd if=/dev/sda of=/store/copy_of_disk.img
VBoxManage convertfromraw /path_to_image/copy_of_disk.img /path_to_virtualbox_images/virtual_disk.vdi --format vdi