Create an ISO from a CD/DVD Device

Tue 28 October 2008 by Thejaswi Puthraya

Create an ISO from a CD/DVD Device

In GNU/Linux, it is very easy to create an ISO image which can be used to be written later on to CD/DVDs.

dd if=/dev/cdrom-device of=/path/to/image.iso

Really simple and awesome!!!