The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-19-2002
Neo's Avatar
Neo Neo is online now Forum Staff  
Administrator
  
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 6,754
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