image for how to mount a macox dmg image file in linux

how to mount a macox dmg image file in linux

this post will show you how to mount a mac osx 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

:)

Share this page

Stay up to date with jonathans blog