Template:egCreateIsoMac

From RaySoft

Syntax

{{egCreateIsoMac}}

Usage

Code

{{egCreateIsoMac}}

Result

Create an ISO image from a CD or DVD on macOS

Show all external physical devices to find the correct device

diskutil list 'external' 'physical'

Unmount the CD or DVD

diskutil unmountDisk '/dev/disk3'

Create the ISO image

dd if='/dev/disk3s0' of="${HOME}/tmp/cd-image.iso"