将dmg转换为iso
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将dmg转换为iso相关的知识,希望对你有一定的参考价值。
1) Open a terminal. 2) cd into the directory where the dmg is located 3) Type this in (where newfile is the name of the iso you want, and yourfilename.dmg is the dmg) hdiutil makehybrid -iso -o newfile.iso yourfilename.dmg
以上是关于将dmg转换为iso的主要内容,如果未能解决你的问题,请参考以下文章
如何将汉字转换为iso-8859-1的字符串 - PHP进阶讨论