jugu
Professional
In a new Terminal window, type:Was messing with this earlier, I pretty much get everything except for the /path/to/source ; how exactly would I find out what to type here?Create the ISO:
1. Mount your source optical disc on your Mac.
2. Launch Terminal.app and enter the following command:
hdiutil makehybrid -iso -joliet -o image.iso /path/to/source
(hdiutil is the name of the command, makehybrid is the action, -iso is the filesystem, -joilet adds the Joliet support to the ISO, -o is the output option, image.iso is the output file, /path/to/source would be your source disc; usually mounted to /Volumes/)
ls /Volumes/
That should return you something like: /Volumes/NAMEOFDISC
That would be the path the source disc.