Skip to content

How to mount a macox dmg image file in linux

June 25, 2012 Commandline Osx

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

:)

You must be <a href="https://jonathansblog.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fjonathansblog.co.uk%2Fhow-to-mount-a-macox-dmg-image-file-in-linux">logged in</a> to post a comment.