Create ISO image from folder in Mac OS
Ich habe heute gesucht wie ich aus einem Verzeichnis ein ISO File machen kann.
Geht ganz einfach:
1. Terminal aufmachen und in das Verzeichnis gehen wo das zu konvertierende Verzeichnis liegt
2. hdiutil makehybrid -o GIBMIREINENTOLLENAMEN.iso VERZEICHNISNAME/
It is quite simple in Mac OS, using hdiutil command. For example, you
have a folder naming solaristools on user’s Desktop, and hope to create
a ISO image file for the folder1. Open terminal window
2. Change current folder to user’s desktop, for example user is “apple”
cd /Users/apple
3. Type following command
hdiutil makehybrid -o solaristools.iso solaristoolsA new ISO image “solaristools” will be created on user’s desktop. You
may access to the ISO image as a CD/DVD device in Mac OS later.