I have written a tutorial on how to create an ISO using visual software before, And i have just browse online knowing that there is a tool on Linux that let you copy DVD or CD as an ISO image so that you could copy CD or DVD movie by only utilizing command line on Linux. Yes, it’s using cat statement.
Just execute:
cat /dev/dvdrw > ~/iso_files.iso
After you execute command above, linux will copy the cd as ISO files. You have to note that the /dev/dvdrw path might be different on your computer, for example it may be /dev/cdrom.
After you have created a perfect iSO, then you could utilize any iso burning softwares to burn the iso….