Creating and writing an ISO to a CD
Writing directory to a CD.
First convert directory to an iso:
mkisofs -rlJ -relaxed-filename -o nameof.iso directory
Then write iso to CD:
cdrecord dev=/dev/scd0 -eject -speed=16 nameof.iso
CD device can be elsewhere.
This entry was posted
on Sunday, June 14th, 2009 at 10:52 pm and is filed under Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.