XprsYrslf @ Twitter
 

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.

Leave a Reply