Ubuntu Linux: Create an ISO Image from CD or DVD

Instructions

Follow these instructions to create an ISO image from a CD or DVD.

  1. Insert CD or DVD.
  2. Run Terminal.
  3. Run the following command:
    cat /dev/sr0 > cd_ISO_output_name.iso
  4. Another command that may work is:
    dd if=/dev/cdrom of=~/cdrom_image.iso

In Ubuntu, you can use the Disks utility to find your drive ID name. In the example above, it is sr0.

The resulting ISO image should show up in your home folder, but you can choose any destination you’d like by placing the path before the file name, such as /home/Desktop.

To test the ISO image, double click on it and view its contents.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.