dmg文件转换iso
The DMG image format is by far the most popular file container format used to distribute software on Mac OS X. Here’s how to convert a DMG file into an ISO file that can be mounted on a Windows PC.
DMG图像格式是迄今为止最流行的文件容器格式,用于在Mac OS X上分发软件。这是将DMG文件转换为可在Windows PC上安装的ISO文件的方法。
First head over to this website and grab yourself a copy of dmg2img by clicking on the win32 binary link.
首先转到该网站,并通过单击win32二进制链接来获取dmg2img的副本。
Once the file has downloaded, open your Downloads folder, right click on the file, and select extract all from the context menu.
下载文件后,打开“下载”文件夹,右键单击该文件,然后从上下文菜单中选择“全部提取”。
You will then be asked where you want to extract the binary to, extracting it to your Downloads folder is fine for now.
然后将询问您要将二进制文件提取到的位置,现在将其提取到“下载”文件夹中就可以了。
Now hold down shift and right click on your Downloads library, then select open command window here from the context menu.
现在按住shift键并右键单击“下载”库,然后从上下文菜单中选择打开的命令窗口。
Now use the following command syntax to convert your file:
现在,使用以下命令语法来转换文件:
dmg2img <source file.dmg> <destination file.iso>
dmg2img <源文件.dmg> <目标文件.iso>
In my example I want to convert a DMG file on my desktop called random.dmg and save the resulting ISO in the Documents folder so my command would be:
在我的示例中,我想在桌面上转换一个名为random.dmg的DMG文件,并将生成的ISO保存在Documents文件夹中,这样我的命令将是:
dmg2img “C:\Users\Taylor Gibb\Desktop\random.dmg” “C:\Users\Taylor Gibb\Documents\ConvertedRandom.iso”
dmg2img“ C:\ Users \ Taylor Gibb \ Desktop \ random.dmg”“ C:\ Users \ Taylor Gibb \ Documents \ ConvertedRandom.iso”
Note: I am enclosing the paths in quotations because I have spaces in my file paths, they are not required if you don’t have spaces in your file paths.
注意:我将路径括在引号中,因为我的文件路径中有空格,如果文件路径中没有空格,则不需要。
Once you hit enter your file will be converted.
按下Enter键后,您的文件将被转换。
You can now burn the ISO file to a disk.
您现在可以将ISO文件刻录到磁盘。
There are plenty of other tools that claim to help you convert DMG files, however this is the most reliable way I have come across. Have you ever needed to convert a DMG file? Let us know how you did it in the comments.
还有许多其他工具声称可以帮助您转换DMG文件,但这是我遇到的最可靠的方法。 您是否曾经需要转换DMG文件? 让我们知道您是如何做到的。
-
› How to Quickly Scroll Through Home Screen Pages on iPhone and iPad
-
› How to Move a Window to Another Virtual Desktop on Windows 10
-
› What’s the Deal with Google Home and Nest? Is There a Difference?
翻译自: https://www.howtogeek.com/102983/how-to-convert-dmg-files-to-iso-files-on-windows/
dmg文件转换iso