From Wiki

Bash: WritingISOImagesToCDWithCdrecord

"cdrecord" komutunu kullanarak iso dosyasının CD'ye yazılması:

Kaynak: http://www.linuxjournal.com/article/8831

�nce cd writer'ımızı bulalım:

$ cdrecord -scanbus

Yukarıdaki komutun �ıktısı ş�yle bişey olsa gerek:

0,4,0  4) 'HP  ' 'CD-Writer+ 9600 ' '1.0a' Removable CD-ROM

ISO dosyasını CD'ye yazalım:

cdrecord -v dev=0,4,0 dosya.iso

NOT:

This information is outdated. With Linux 2.6 you don't need scanbus and device numbers any more. Just "cdrecord -dev=/dev/hdc" or whatever your CD drive is called

Retrieved from http://kozgun.net/wiki/pmwiki.php?n=Bash.WritingISOImagesToCDWithCdrecord
Page last modified on January 30, 2006, at 11:03 AM