LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cdrecord to write an ISO (https://www.linuxquestions.org/questions/linux-software-2/cdrecord-to-write-an-iso-659301/)

resetreset 07-30-2008 12:36 PM

cdrecord to write an ISO
 
whats the exact cmd to write an .iso using cdrecord?

weibullguy 07-30-2008 12:45 PM

Code:

cdrecord dev=0,4,0 <NAME_OF_IMAGE>.iso
You'll have to replace the device number (the 0,4,0) with the appropriate integers for your burner.

resetreset 07-30-2008 01:41 PM

how do i find them?

weibullguy 07-30-2008 02:57 PM

Did your version of cdrecord come with man pages?

For ATA devices
Code:

cdrecord dev=ATAPI -scanbus
For SCSI devices
Code:

cdrecord -scanbus

resetreset 07-31-2008 03:21 AM

thanks. can i use it write DVD iso files as well?

jomen 07-31-2008 04:07 AM

Use growisofs to write dvd's.

billymayday 07-31-2008 04:12 AM

Depends on your distro. Here's what I use on RH derivatives to burn dvds

cdrecord dev=/dev/dvdwriter driveropts=burnfree -dao filename.iso

You'll need to change the device of course

resetreset 08-01-2008 01:33 AM

hey cdrecord says something about /dev/pg0 not being found and soemthing about a SCSI driver (not being initialised or something like that) :(

weibullguy 08-18-2008 11:05 AM

Quote:

Originally Posted by resetreset (Post 3232891)
hey cdrecord says something about /dev/pg0 not being found and soemthing about a SCSI driver (not being initialised or something like that) :(

You're supposed to use dev=0,4,0 to specify the device. Using /dev/<whatever> is unsupported although sometimes it works. How about the actual error message instead of your rendition of the error message?


All times are GMT -5. The time now is 06:00 AM.