LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to write a cd or dvd in kernal mode?-redhat (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-write-a-cd-or-dvd-in-kernal-mode-redhat-784512/)

masterav 01-24-2010 11:53 PM

How to write a cd or dvd in kernal mode?-redhat
 
How to write a cd or dvd in kernal mode?how to make a image file and write it in dvd or cd in kernal mode? I'm using redhat 5......

linuxlover.chaitanya 01-24-2010 11:57 PM

Kernel mode? Can you explain that please? What are you upto?
Do you mean you want to create an image of the cd or dvd?
You can use any cd dvd burning tool for that. Else please specify what kernel mode means?

mdg 01-25-2010 12:07 AM

If you mean by command line, you can use cdrecord.

Find device name:
Code:

cdrecord -scanbus
make cd:
Code:

cdrecord -v dev=[eg:0,4,0] [filename.iso]
The line above is an example, you need to fill in your own values.


All times are GMT -5. The time now is 01:44 AM.