Home > Mac > Create ISO in MacOS

Create ISO in MacOS

open terminal ( of course )

# get drive name
$ drutil status
#un mount
$ diskutil unmountDisk /dev/disk1
#make iso
$ dd if=/dev/disk1 of=file.iso bs=2048
#test iso
$ hdid file.iso

kudos to the original post

  1. No comments yet.
  1. No trackbacks yet.