I'm trying to install Windows Server 2008 R2 on VirtualBox, but it's not recognizing my physical CD drive. So instead I want to mount the IMG file of the install disc as a CD (like you would with Daemon Tools or Virtual Clone Drive in Windows).

Is this possible on the Mac without forking out $80 for Toast?

link|improve this question

75% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Virtualbox deals with .iso, .cdr and .dmg cd images, so, as you seem to have a physical disk, why not create an image file in say .iso format using dd?

link|improve this answer
feedback

First, have you tried renaming the .IMG to .ISO or .DMG? Sometimes I've found that to work, depending on how the .IMG was created.

Alternatively, give AnyToISO a whirl. It would require you to convert the image, rather than mount it the way Toast would, but that should only inconvenience you once. You can try out the Lite (free) version to make sure the import format (.img) is supported.

link|improve this answer
I would vote this up if I had the power to do so. Thanks for the great suggestions. – user72923 Apr 29 '11 at 15:23
feedback

You can configure your VirtualBox VM to use a disk image located on your Mac host system for the CD/DVD drive of your virtual machine. See the VirtualBox manual.

link|improve this answer
True. But doesn't work with IMG files as far as I can tell. – user72923 Apr 29 '11 at 15:21
@user img is a rather generic file extension. Depending on which of the variants it is (iso is very common), it could work -- try renaming the file. – Daniel Beck Apr 29 '11 at 16:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.