How to mount a macox dmg image file in linux

This post will show you how to mount a macox dmg image file in linux.

firstly, open terminal


sudo mount -o loop /path/to/image.dmg /place/to/mount

now your dmg file will be mounted in the /path/to/mount folder

:)

Leave a Reply