UNIX/Linux

Copy CD to ISO image

In order to copy a CD or DVD to an ISO image in Linux, use one of the following commands below: dd if=/dev/cdrom of=image.iso or: […]