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 ==
# <code>cdrecord -scanbus</code>
+
# <code>wodim -scanbus</code>
 
# Find the device in the above program's output
 
# Find the device in the above program's output
# <code>cdrecord -v -eject speed=16 dev=your-device-here your-disc-image-here.iso</code>
+
# <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