Difference between revisions of "Burn a CD"

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

Latest revision as of 17:38, 23 June 2010

Command line

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