Raw Disk on USB Drive

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
MrGuilt
Posts: 2
Joined: 9. Jun 2009, 16:09
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Windows, Solaris, DOS, OS/2, Plan 9

Raw Disk on USB Drive

Post by MrGuilt »

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:

Code: Select all

vboxmanage internalcommands createrawvmdk -filename ~/Documents/lcp.vmdk -rawdisk /dev/disk1s1 -register
What I get back is:

Code: Select all

Error opening the raw disk '/dev/disk1s1': VERR_RESOURCE_BUSY
The raw disk vmdk file was not created
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
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Re: Raw Disk on USB Drive

Post by stefan.becker »

Probably the drive is mounted on the host?
Post Reply