Difference between revisions of "Burn a CD"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
 
== Command line ==
 
== Command line ==
cdrecord -scanbus
+
# <code>cdrecord -scanbus</code>
 
+
# Find the device in the above program's output
cdrecord -v -eject speed=16 dev=ATA:1,0,0 RedHat-7.0-i386-powertools.iso
+
# <code>cdrecord -v -eject speed=16 dev=your-device-here your-disc-image-here.iso</code>
 
 
dev= stuff comes from output of cdrecord -scanbus.
 

Revision as of 15:19, 3 July 2007

Command line

  1. cdrecord -scanbus
  2. Find the device in the above program's output
  3. cdrecord -v -eject speed=16 dev=your-device-here your-disc-image-here.iso