Mount DMG Files
Sometimes you need to work with Mac DMG files. It's handy to be able to mount these and dig around inside. The following command gets the job done:
sudo mount -t hfsplus -o loop dmg_file.dmg ./mount_point
Sometimes you need to work with Mac DMG files. It's handy to be able to mount these and dig around inside. The following command gets the job done:
sudo mount -t hfsplus -o loop dmg_file.dmg ./mount_point