Web Projects Outsourcing

Copying a CD to a File on a Filesystem

A couple of methods for copying a CD to a file:

dd if=/dev/cdrom of=image.iso

or

cat /dev/cdrom > image.iso

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.