Creating ISO images from a folder in OSX

Argomenti vari di carattere sistemistico
Post Reply
daniele
Posts: 333
Joined: 04 Mar 2009, 13:59

Creating ISO images from a folder in OSX

Post by daniele »

Come creare un file ISO da una cartella, in OSX

Open terminal and type the following command.

Code: Select all

hdiutil makehybrid -o ~/Desktop/image.iso ~/path/to/folder/to/be/converted -iso -joliet
Post Reply