Linux, Operating System

Convert CD/DVD ROM to ISO File by Linux Command

convert-cd-dvd-rom-to-iso-file-in-linux

The disc is easy to lose data if taking physical damages.

If the disc is a store with data files independently, just copy the files to the hard disk to back up the data.

However, if the disc is an install disc, although the files are copied, some of them cannot be functioned.

If back up a disc with an ISO file, we can write a disc on any time with any disc writer.
Convert CD/DVD ROM to ISO File by Linux Command

Insert and load the disc

Convert CD/DVD ROM to ISO File by Linux Command

Open Terminal and type

ls -l /dev/*rom

Check out which CD/DVD ROM is using

Convert CD/DVD ROM to ISO File by Linux Command

Type:

dd if=/dev/<your CD/DVD ROM> of=<output file>

if the path of if or of including space(s), the string of path must use or