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
:)
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
:)