>
1. Insert the CD or DVD that you want to make an ISO image of.
2. Open a terminal window.
3. Execute the following command:
where /dev/scd0 is the device name for your drive (to find this, go to the Main Menu, click on System, mouseover Administration and select System Monitor. Click the File Systems tab. The device name will be listed in the Devicecolumn). Also make sure to change the path and iso filename to the desired path and filename.
cat /dev/scd0 > /home/shamanstears/test.iso
where /dev/scd0 is the device name for your drive (to find this, go to the Main Menu, click on System, mouseover Administration and select System Monitor. Click the File Systems tab. The device name will be listed in the Devicecolumn). Also make sure to change the path and iso filename to the desired path and filename.