Now we convert the DMG disk image file to an ISO disk image file (technically a CDR file but it’s the same as an iso) hdiutil convert /tmp/Mojave.dmg -format UDTO -o /Desktop/Mojave.cdr. Finally, we rename the CDR file extension to ISO to convert the CDR to ISO: mv /Desktop/Mojave.cdr /Desktop/Mojave.iso. That’s it, now you should have. Here’s how to convert a DMG file into an ISO file that can be mounted on a Windows PC. First head over to this website and grab yourself a copy of dmg2img by clicking on the win32 binary link. Once the file has downloaded, open your Downloads folder, right click on the file, and select extract all from the context menu. Jul 13, 2017 Here’s how to convert a DMG file into an ISO file that can be mounted on a Windows PC. First head over to this website and grab yourself a copy of dmg2img by clicking on the win32 binary link. Once the file has downloaded, open your Downloads folder, right click on the file, and select extract all from the context menu. How much bigger is your average VIDEOTS folder converted to the ISO file? Most of the ISO's are the same size as the original files but I have a couple where the original filesize is 7.15 gb and the ISO file is 7.45 gb, that seems like a big difference to me.
- Dmg File Is Bigger Than Converted Iso Sized
- Dmg File Is Bigger Than Converted Iso Size Chart
- Dmg File Is Bigger Than Converted Iso Size
- Dmg File Is Bigger Than Converted Iso Size Chart
This is mainly directed to oldr4ver, but it's also for all the other cranky people I've seen posting recently.
Not everyone is a 'fanboy', dedicated to just Microsoft, or just Apple, or just Anything. Some of us like to use more than one computer and when we do, we often throw many operating systems into the mix. That's why we end up with problems like having to read Apple's DMG format on a foreign system.

And, yes, some people are newbies, but you don't have to insult them for asking questions on the 'wrong' forum. How does that help the 'IQ of the world'? I understand that you're mad at everyone for wasting your time by forcing you to read posts that you find idiotic. Congratulations, your petty-poopy tirade just extended the thread of idiocy.
There are so many better ways you could have handled this. May I demonstrate?

For example, you could gently point the newbies to where they can find more expert (and perhaps friendlier) advice. 'Sorry, I don't know much about GNU/Linux, but I hear the folks at forums.debian.net are real nice.'
Or, if you have the knowledge, you could share it with them, for example, 'Well, in GNU/Linux, Apple's DMG files should automatically be readable from your desktop when you double-click on them. If not, run this command: sudo mount -t hfsplus -o loop thisisthefile.dmg /mnt, and it'll show up.'
If you can't do either of those, the next best thing is to say nothing. That right, even though you see somebody who's such a noob that they don't even know who to ask for help, the correct action is to just let them be. Someday, you'll try something new (or at least I hope you will) and you'll appreciate it when people don't pounce on you for your mistakes.

--Bugsy
Dmg File Is Bigger Than Converted Iso Sized
NOTE: THIS UTILITY SHOULD NO LONGER BE NEEDED DUE TO APPLE UPDATING BOOT CAMP ASSISTANT TO USE EXFAT. WE HAVE LEFT THIS ARTICLE AND THE DOWNLOAD FOR HISTORICAL PURPOSES. IT IS NO LONGER SUPPORTED.
In the last few months, people installing Windows on their Macs with Boot Camp Assistant havestartedseeingthe message “An Error occurred while copying the Windows installation files” when using some Windows 10 ISO downloaded from Microsoft. I have seen it a lot, since I do testing with ISO of Windows Enterprise downloaded from Microsoft that have been showing this problem. It didn’t seem to happen with all ISO so I investigated the issue, filed a bug with Apple, and figured out a workaround to the problem.

The Cause
Dmg File Is Bigger Than Converted Iso Size Chart
When Windows 10 is installed with Boot Camp Assistant, Boot Camp Assistant prepares the disk for installation. To do this, it does the following operations:
- Download the Windows Support software from Apple for the current Mac.
- Creates 2 partitions, one where Windows will be installed (“BOOTCAMP”) and one where the installer files will reside (“OSXRESERVED”). Both are formatted as FAT32.
- Copies all the files from the ISO that was specified at the start of the process by the user to the OSXRESERVED partition. This is where the error happens.
- Copies the files from the WindowsSupport to the OSXRESERVED partition. These files provide both the drivers needed when installing and the drivers that are installed post-install.
- Sets the boot disk to the OSXRESERVED partition and reboots.
Windows boots from the OSXRESERVED and shows the available editions of Windows from the install.wim file in the support folder on OSXRESERVED. This is a large file (usually around 4 GB). The install.wim contains all of the files for a vanilla copy of Windows 10 and is the largest file in the installer ISO.
So, here is where the problem resides: FAT32 cannot handle files greater than 4 GB. Each new version of Windows increases the size of this file, and ISOs that contain more editions of Windows can be larger than other ISOs that contain less editions.
In step 3 above, the error message “An Error occurred while copying the Windows installation files” is shown because Boot Camp assistant cannot copy the install.wim to a FAT32 filesystem. This file is required, so the whole process aborts.
To make matters even worse, the disk in the Mac is left in a state where it is difficult to revert back to a single partition. The OSXRESERVED partition is hidden and unmounted, and Boot Camp Assistant cannot restore a disk that has multiple FAT32 partitions.
The Solution
Dmg File Is Bigger Than Converted Iso Size
To resolve this issue, both FAT32 partitions need to be removed from the disk and a new ISO must be created where no single file is larger than 4GB. We have created a free utility called “Boot Camp ISO Converter” that copies all the files in the ISO to a folder, splits up the install.wim into parts no larger than 2GB, and creates a new ISO that can be used with Boot Camp Assistant. Here is a step-by-step instructions:
Removing the installer partitions
- Make sure you have a good backup of all files on the disk that could be lost, including all the Mac files. Repartitioning could fail due to drive errors, so having a good backup is important.
- Open Disk Utility, select the startup disk, and click the partition button.
- Select the OSXRESERVED partition and click the “-” button to remove the partition.
- Select the BOOTCAMP partition and click the “-” button to remove the partition.
- Click Apply to start the partition removal process.
Dmg File Is Bigger Than Converted Iso Size Chart
Splitting the ISO
- Download Boot Camp ISO Converter (https://twocanoes-software-updates.s3.amazonaws.com/Boot%20Camp%20ISO%20Converter1_6.dmg) and install.
- Open Boot Camp ISO Converter and select the ISO that caused the error.
- Click “Save…” and specify a name and location for the new ISO.
- After the operation is completed, the new ISO can be used to install Windows with Boot Camp assistant following the standard process.
Boot Camp ISO Converter
Boot Camp ISO Converter uses a command like tool called “wimsplit” to split the wim into parts no larger than 2GB. The WIM format supports split files; when installing Windows, the Windows installer recognizes the split files as treats them as a single large file, as long as all the split files are in the same folder. If you look in the sources folder on the new ISO, you will see multiple install.swm files with a number appended on the end.
If you like this article and want to hear more, sign up for our newsletter or follow us on Twitter.