Convert a Folder into an ISO on the Mac
Open up the terminal on the mac and use the following:
hdiutil makehybrid -o image_name.iso folder_name
Where folder_name is the folder you want to convert to an ISO.
Written on March 3, 2011
A personal knowledge base.
Open up the terminal on the mac and use the following:
hdiutil makehybrid -o image_name.iso folder_name
Where folder_name is the folder you want to convert to an ISO.