[rhn-users] Install RHEL4 ES

Marty Merrick MMerrick at idleaire.com
Mon May 23 16:47:11 UTC 2005


>From my notes on CD/DVD burning:

CD Burning/Ripping in Linux
For ISO's:
 To Rip:
 mkisofs -RJ -o image.iso /burndirectory/
 To Record:
 cdrecord -v speed=8 dev=0,0,0 filename.iso

For bin/cue:
 cdrdao write -v 1 --speed 8 --device 0,0,0 --driver generic-mmc *.cue

For Music CD's:
 To Rip:
 cdda2wav -D0,0,0 -B -Owav
 To Record:
 cdrecord -v speed=4 dev=0,0,0 -dao -useinfo  track*.wav

To burn a DVD-RW:
First the DVD-RW has to be formatted, use this:
 dvd+rw-format /dev/cdrom
Then to create an iso and write the data all at the same time:
 growisofs -Z /dev/cdrom -r -J /path/to/files
##

Your mileage may vary...

Marty

On Mon, 2005-05-23 at 09:41 -0700, Clinton Fernandes wrote:
> Offhand, I suggest looking at the contents of the CD after you've burned it. You
> may have just burned the .iso, rather than burning it's "contents."
> 
> I'm not sure how to burn .iso contents with linux so can't advise further in
> that respect, I just know how to do it in windows.
> 




More information about the rhn-users mailing list