Posts Tagged ‘ISO’

How to mount .iso image in Mac OSX

January 5th, 2011

It’s really easy to mount .iso image in Mac OSX, we don’t need to install any third party too. We can use terminal command to mount the .iso image

1
hdiutil mount yourimage.iso

Change the “yourimage.iso” into the .iso path file. You can also mount .dmg using this method.