jnueta.over-blog.com/
15 Février 2021
How to Free Convert DMG to ISO on Mac. If you are a Mac user and have the need to free convert. Most Mac users are not aware of taking image of a DVD/CD. In the Disk Utility there is a option to create image file, but even though it creates.cdr format which only supports Mac. So we cannot share our image file with our friends who use other operating systems like Windows or Linux. Here I am going to show you a simple method to create ISO disc image (globally used image format) without. How to screenshot your screen on a mac.
With Apple File System (APFS), the file system introduced in macOS 10.13, you can easily add and delete volumes on your storage devices. APFS-formatted volumes automatically grow and shrink—you never have to repartition a storage device again.
When you get a new flash drive or other storage device, format it as APFS and encrypt it with a password to protect its contents.
If you're having problems with a disk, Disk Utility can check the disk and repair problems it detects.
To explore the Disk Utility User Guide, click Table of Contents at the top of the page, or enter a word or phrase in the search field.
Insert the CD you want to create an ISO image from into your CDROM/DVD drive and then launch Disk Utility (Applications -> Utilities -> Disk Utility). Select the CD underneath the drive listed on the left and then click New Image in the tool bar at the top.
On the Save As dialog, enter a name for your ISO image and choose the location where you want to save the file. Change the Image Format from compressed to DVD/CD master (compressed will save the file as a DMG image). In the example below, I use example as the filename.
Disk Utility will create the disk image with the .cdr extension, even though the image itself is identical to a .iso image1.
When Disk Utility is finished, you can browse to the file with Finder and rename the file from example.cdr to example.iso.
Format drive to fat32 mac. The ISO image can then be distributed and burned on any system (I tested this by burning the resulting ISO on a Windows XP machine using the free DeepBurner application).
Not a true ISO image?
I have read that the resulting ISO image is not a 'true' ISO-9660 filesystem and that you can use the following command to convert DMG images (leave the Image Format as compressed to create a DMG image in Disk Utility) into *real* ISO images using the following command:
[sourcecode language='bash']
hdiutil makehybrid -o example example.dmg
[/sourcecode]
This will convert example.dmg into example.iso. However, after burning the resulting ISO image on a Windows machine the CD was not bootable. Using the renaming method I described above, the CD was bootable and Windows was able to see the contents of the CD without any problems.
I looked over the man page for hdiutil and even tried some of the examples to convert a DMG to a *true* ISO file:
Mac not detecting external hard drive. [sourcecode language='bash']
hdiutil makehybrid -o example.iso example.dmg -iso -joliet
[/sourcecode]
But after burning the resulting ISO to a CD, I discovered the CD was again not bootable. Maybe I'm missing something and someone can enlighten me. Until then, I will continue creating a .cdr image and renaming it to .iso.
KB ID 0001554

I had to get some files onto a server today that had no internet access. I did have iLO access, so if I could get the files into an .iso file, I could present that as a virtual CD/DVD drive, and install the software I required.
But how to create an .iso file on my mac?
It's a two step procedure, first you use Disk Utility to create a CDR image, then you convert that image to an ISO.
Launch Disk Utility > File > Image from Folder > Browse to and select the folder containing your files > Set the ‘Image Format' to DVD/CD master > For ease I'm saving it on my desktop.
This will create a CDR disk image, to convert it to an ISO image, open a terminal windows and use the following syntax.
NA
