What's a good (Fedora) Linux app to create ISO image files from CDs and DVDs?

10

1

I'm thinking of backing up important CDs and DVDs by not simply copy-pasting the files from the CD or DVD, that's why i'd like to create ISO image files instead. What's a good app for that? It should run smoothly on Fedora 11.

Randell

Posted 2009-11-11T14:12:19.693

Reputation: 1 153

Question was closed 2014-06-28T00:23:55.613

Answers

13

In Gnome you can :

  1. Insert the CD (or DVD) into the drive. A CD icon should appear on the desktop after it auto mounts
  2. Right click on the desktop icon and from the pop up menu select “Copy Disc…”
  3. On the small dialogue that appears the “Copy disc to:” field probably displays the CD/DVD writer drive. Change it to “Image File”, if not already selected.
  4. Select the Properties button, and the .iso file type.
  5. Select the “Copy” button
  6. Select “OK”

In KDE I like K3B - very easy to use.

Edit

The above Gnome steps are really only valid for Gnome 2. As @cept0 pointed out, this doesn't work for Fedora 20, which uses Gnome 3. A default fedora through Fedora 14 could use the above Gnome steps. The following will work on Fedora 19 & 20 for sure, Fedora 15 -18, you're on your own ;)

In Gnome 3 you can :

  1. Insert the CD (or DVD) into the drive.
  2. Run the gnome-disk-utility. Several ways to do this. Typing "disc" or "iso" in the activities search area will work.
  3. Click on the gear in the upper right corner
  4. In the drop down select "Create Disk Image"
  5. Change the name & save location if you like and select "Start Creating"

gnome 3 disks screen

DaveParillo

Posted 2009-11-11T14:12:19.693

Reputation: 13 402

-1 Does not work for Fedora 20 anymore .... – mate64 – 2014-09-06T16:48:44.567

@cept0: It does! ;-) – Peque – 2014-12-21T12:17:19.233

Only works for CDs / DVDs. dd required for USBs, etc. – Alex – 2017-05-07T07:37:19.033

This one did the trick with the least effort. Thanks, Dave! – Randell – 2009-11-12T12:24:17.847

9

dd is readily available from the command line:

dd if=/dev/cdrom of=/home/sam/myCD.iso bs=2048 conv=sync,notrunc

John T

Posted 2009-11-11T14:12:19.693

Reputation: 149 037

Very good choice for devices with multiple partitions. – Alex – 2017-05-07T07:38:14.493

2

Gnome's nautilus, as DaveParillo suggests, uses Brasero, so if you're not using Gnome, just install Brasero (in Fedora it's a standard package, you might already have it---don't know about other distros), then choose "Copy CD/DVD", and do as Dave says.

balpha

Posted 2009-11-11T14:12:19.693

Reputation: 1 202

Brasero sucks – mate64 – 2014-09-06T16:49:26.227

1

AcetoneISO can be the application you're looking for

Mahmoud Hossam

Posted 2009-11-11T14:12:19.693

Reputation: 1 070

0

Use Brasero

sudo yum install brasero

chandank

Posted 2009-11-11T14:12:19.693

Reputation: 119

it works very well for me. – chandank – 2014-09-10T15:30:06.567

-1

IsoMaster is pretty good and is bundled in every Linux distro.

Dejan

Posted 2009-11-11T14:12:19.693

Reputation: 914

IsoMaster is more a bug than a usable software... – mate64 – 2014-09-06T16:51:25.180