Difference between revisions of "Burn a CD"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchLine 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= | + | # <code>cdrecord -v -eject speed=16 dev=your-device-here your-disc-image-here.iso</code> |
− | |||
− |
Revision as of 15:19, 3 July 2007
Command line
cdrecord -scanbus
- Find the device in the above program's output
cdrecord -v -eject speed=16 dev=your-device-here your-disc-image-here.iso