I have a disc here, and I need to take an ISO image of the disc. Is there a piece of software I can use to get the image from the disc, or does Ubuntu ship with one?
|
Use Brasero Disc Burner: Or via the terminal, run the following command.
To copy a disc to an ISO image, click on |
||||
|
|
|
While Brasero is probably easier, if you're interested, here's how to create an iso from the command line using mkisofs:
The -r and -J tags allow for long filenames. -o stands for output, followed by the output file and directory. Afterwards, you can mount the image using mount, or burn with wodim. The Community Help Wiki for Ubuntu is a fantastic resource. Take a look at the link for more details. |
|||
|
|
|
Graphical apps such ad
or whatever the
Even though most people use graphical apps, I found that the I have prepared a script for making an iso from a disc. As I use positional parameters in the script, you must specify the device ( As an example, if it is not in your
The contents of the script; make it executable with
|
|||||
|
|
Default burner app in ubuntu Choose |
|||
|
|
|
I always liked using It was actually written to recover data from bad CDs, but it nicely works with good readable CDs too. |
|||
|
|
