If you need to copy a CD to your hard drive:
prompt@shell$ dd if=/dev/cdrom of=/path/to/cdcopy.iso
For a DVD:
prompt@shell$ dd if=/dev/dvd of=/path/to/dvdcopy.iso____________________________
Links:
[1] http://www.linuxjournal.com/article/8831
[2] http://www.linuxjournal.com/article/6932
[3] http://www.linuxjournal.com/node/1000073