Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行此命令以创建isoon macOS:
iso
macOS
hdiutil makehybrid -o ~/Desktop/test.iso ~/Documents/files/ -iso
挂载时iso目录中的所有文件都是大写的。
如何停止使用此命令更改区分大小写?
正如 Mark Setchell 所建议的:添加-joliet:
-joliet
hdiutil makehybrid -o ~/Desktop/test.iso ~/Documents/files/ -joliet -iso
创建时保持区分大小写iso。