Revision [29787]
This is an old revision of RippingOpticalMedia made by darkcity on 2013-12-23 13:39:32.
Ripping Optical Media from the commandline
Both the commands readom and dd can be used to rip (copy) optical media to an ISO image. readom is preferrable as it checks for errors on the fly, it is part of the wodim package.
Here are examples of both commands (replace /path/to/ with the target directory)
readom dev=/dev/scd0 f=/path/to/image.iso
dd if=/dev/cdrom of=/path/to/image.iso
Also on the Wiki
Related Webpages
Categories
CategoryTutorialCategoryMultimedia
CategoryCommandline