Raw Disk on USB Drive
Posted: 17. Apr 2010, 16:45
Hi!
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:
What I get back is:
What's particularly frustrating is I can find few references to VERR_RESOURCE_BUSY on Google, mostly in the code.
Any idea what I need to do to get past this?
thanks,
Charles
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