Einfach aus einem Laufwerk eine iso Datei machen:

paede@kamino:~$ cat /dev/scd0 > /home/paede/Myiso.iso

das scheint eine nicht soo profesionelle Methode die funktioniert, das soll besser sein:

Instead, you should be using the right tool for the right job. In this case, you need to check out the ‘readom’ command (read optical media). It does exactly what you’re looking for, and has built in error checking.

readom dev=/dev/scd0 f=/home/shamanstears/test.iso

If you want to record the ISO, then you should be using ‘wodim’, not ‘dd’, or any other horrible “solution”.

wodim -v -eject /home/shamanstears/test.iso