Create iso images of cds and dvds on Linux
Where you need third party programs to create iso images on Windows, you can do this with a single cat command on Linux operating systems. Open a terminal and find out the name of your disk drive, which is located in /dev: find /dev/*cd* /dev/cdrom /dev/cdrw /dev/scd0 The file named scd0 or similar is your ... Read more