I am trying to work with some cd and hard drive images that I will run inside of QEMU. On Linux, I mount the images using the losetup command, but I notice Mac does not have this.
Is there something similar I could use instead?
|
I am trying to work with some cd and hard drive images that I will run inside of QEMU. On Linux, I mount the images using the losetup command, but I notice Mac does not have this. Is there something similar I could use instead? |
||||
|
|
|
Mac OS X has the Disk Images Framework for live mounting disk images. Although it primarily works with its own native formats such as .dmg, I believe it can also work with .iso's and other formats. You can use Disk Utility or the hdiutil command to mount disk images. |
|||
|