Create ISO image from CD or DVD disk in Linux
Just ran into this solution which works pretty good. Â I first found that I could create an ISO image from my CD disc by using cat, like so: cat /dev/sr0 > /path/to/new.iso However, using the “right tool for the job” we can use the “readom” command line tool. According to […]