How do I create a ISO file on my Mac?
June 17, 2006 6:39 PM
Subscribe
On My Windows XP: I have been using
LC ISO Creator to create ISOs from CD/DVD-ROMs. Once I have a ISO I can mount it using
Microsoft's Virtual CD-ROM Control Panel.
On My Mac: How do I create ISO files from CD/DVD-ROMs on my Mac (for free?) I have a MacBook Pro running Mac OS X (Tiger). I want my ISO file to work on Windows, Macs, Linux (maybe ISO 9660?).
posted by honorguy7 to computers & internet (6 comments total)
Alternatively do it the Unix way; drop into Terminal and run "dd if=/dev/disk1 of=image.iso". The resulting file is an exact copy of the disk structure. The source device (if=, for "in file") may be different; Disk Utility or the "mount" command should tell you what to use.
posted by Freaky at 7:34 PM on June 17, 2006