Comments on Using RAW Devices In VirtualBox VMs

Using RAW Devices In VirtualBox VMs Usually, VirtualBox creates its virtual machines in disk images (.vdi, .vmdk, etc.). This tutorial explains how you can use RAW devices from the host (partitions, LVM volumes, etc.) and create a VirtualBox VM in it. I will also explain how to mount a RAW device in an existing VM.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: ariel

"chown vbox:vbox vm10.vmdk"

I love you

By: TheFlipside

but what if i want to extend the volume with "sudo lvextend -L32G /dev/vg0/vm10", how can i apply the change to the vm?...