You can use
dd() to read from a CD... but to write you need a more complex utility such as
cdrecord() .
Please refer to this link:
http://www.fortunecity.com/skyscrape...g-3.html#ss3.1
and this one:
http://www.fortunecity.com/skyscrape...g-3.html#ss3.2
Quote:
Writing CD-ROMs is done in 2 steps under Linux:
packaging the desired data (files, music or both) into one big file using the mkisofs/mkhybrid-utility
writing the big file to the CD-R with cdrecord
|