I want to create an iso image from my bootable DVD. I want to create direct DVD to iso image. Please suggest me the right way to create iso image from DVD.
I want to create an iso image from my bootable DVD. I want to create direct DVD to iso image. Please suggest me the right way to create iso image from DVD.
Insert the CD or DVD that you want to make an ISO image of, and open a terminal window. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
Make sure that you replace (x) with your device number.
for example in my case I would do:
In
Brasero Disk Burner
which is installed on Ubuntu by default, selectDisc Copy
and selectDisk image
forSelect a Disk to write to
and create image.Either use Brasero, like Mohammad Etemaddar suggested, or dd, as described here: http://www.wikihow.com/Create-an-ISO-File-in-Linux
The method which is described in WikiHow:
dd if=/dev/cdrom of=~/cdrom_image.iso
if: input file
of: output file
dd: disk dump
Another very good description on making ISO image has been written here.
i know that imgburn (for windows) works flawlessly on the lastest wine, tried it myself while navigating my windows partition