How to create ISO on Mac OSX
No Comments
I’ve got to create an ISO file of a directory (ex: yourDirectory) on OSX system. I didn’t want to install 3rd part software to do it so I discoverd this trick:
- open a terminal
- go to your location
cd /Desktop
- type
-
hdiutil makehybrid -o yourIsoName.iso -iso -joliet yourDirectory
- Done!











