I'm trying to use a raw disk image that is on a USB drive. I'm using VirtualBox 3.1.6. The command I'm using it:
Code: Select all
vboxmanage internalcommands createrawvmdk -filename ~/Documents/lcp.vmdk -rawdisk /dev/disk1s1 -register
Code: Select all
Error opening the raw disk '/dev/disk1s1': VERR_RESOURCE_BUSY
The raw disk vmdk file was not createdAny idea what I need to do to get past this?
thanks,
Charles