Scripts posted recently tagged to cd in Kelpi

1- 1 of 1.

How to create ISO images from CD/DVD

to bash iso cd dvd scsi by garaolaza

# You need to unmount if the drives are mounted
# More in http://ubuntuforums.org/archive/index.php/t-6509.html

dd if=/dev/dvd of=dvd.iso # for dvd
dd if=/dev/cdrom of=cd.iso # for cdrom
hits counter