Mount a VHD (VirtualBox) in OSX

How can I mount a VHD (created in VirtualBox) of a Ubuntu Server install on my Max OSX (Mountain Lion) and allow it to be found in Finder (so I can select a folder and view it's contents).

If it requires me to purchase something, I am fine with that. Otherwise free is preferred.

Thanks!

4 Answers

There is an app for that: Paragon Virtual Disk Mounter. Beta version is available here:

.vhd, .vmdk, .vdi are supported at the moment.

Install the MacFUSE version from here:

Then, install the newest MacFusion App from here:

This utilizes the existing SFTP abilities and achieves the same goal. Only way I found, and I've been looking for days!

On a Mac, to mount a vhd (virtualbox or other), it is safer to be of fixed size, using "/usr/bin/hdiutil" according to

"/usr/bin/hdiutil attach -imagekey diskimage-class=CRawDiskImage /path_to_your_vhd"

This answer on ServerFault gives details on how to mount a VHD file created by Windows Backup (from Windows 7 or Windows 8) on a Mac.

It's not very straightforward, but, I did get it working!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like