LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Burning an ISO from the terminal? (https://www.linuxquestions.org/questions/ubuntu-63/burning-an-iso-from-the-terminal-431610/)

riwaJR 04-04-2006 10:08 AM

Burning an ISO from the terminal?
 
How can I do that? I only have a server installation and need to burn an ISO to a NOT empty cd-rw.

reddazz 04-04-2006 10:11 AM

You need to use the cdrecord command e.g.
Code:

#cdrecord -v -eject dev=/dev/hdX nameOfFile.iso
There are other important options so read the man page.

IBall 04-04-2006 07:46 PM

I have some example commands on This page. I think for a CDRW, you can combine the commands to create a multisession CDRW if you want, and there is also the commands for blanking a CDRW there.

I don't know what is installed in an Ubuntu server install, so you may need to install cdrecord and mkisofs:
"apt-get install mkisofs cdrecord"

I hope this helps
--Ian


All times are GMT -5. The time now is 11:40 AM.