How to create ISO on Mac OSX

| 0 comments

iconI’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!

Leave a Reply

Required fields are marked *.

*