6 02 2017
Mounting Apple disk images (.dmg) in GNU/Linux
If this doesn’t work for you:
sudo su mount -t hfs -o loop myimage.dmg /media/macdisk
simply convert the .dmg into an .iso:
dmg2iso myimage.dmg myimage.iso sudo su mount myimage.iso /media/macdisk
Software i’m using under GNU/Linux – Personal shortlist Search Engine Showdown
Comments are currently closed.