burn a cd or dvd with haiku PM

Forum thread started by jbrugerolle94 on Sun, 2013-09-29 11:16

Hello,
Thank you for haiku PM.
I want to know how to burn a cd or dvd with haiku PM without using Linux so to update the distribution haiku PM when there is no possibility of achieving this task haikudepot because it probably will happen one day.
I found an article on cdrecord but I have not very well understood.
Thank you.

Comments

Re: burn a cd or dvd with haiku PM

The cdrecord command is not very difficult. I have had success using it on Haiku with a command line similar to the following;

cdrecord -v -eject -da0 -data xyz.iso

This command - of course - was made after creating the iso with something like:

mkisofs -r -o ./xyz.iso xyz-directory

The required syntax may be slightly different for your particular hardware configuration.

Re: burn a cd or dvd with haiku PM

WILL this let us burn DVD's and CD's like we can in any modern OS. I want to move some images to my main Haiku install?