Personal tools

Difference between revisions of "Cdrecord"

From MohidWiki

Jump to: navigation, search
(New page: Cdrecord is a command line utility that burns an image to a writable cd. ==Syntax== > cdrecord --devices > cdrecord dev='devices_result' -scanbus > cdrecord -v -eject dev='devices_res...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Cdrecord]] is a command line utility that burns an image to a writable cd.
+
[[Cdrecord]] is a command line utility in linux that burns an image to a writable cd.
  
 
==Syntax==
 
==Syntax==
> cdrecord --devices
+
> sudo apt-get install cdrecord
> cdrecord dev='devices_result' -scanbus
+
> cdrecord --devices
> cdrecord -v -eject dev='devices_result':x,x,x debian.iso
+
> cdrecord dev='devices_result' -scanbus
 +
> cdrecord -v -eject dev='devices_result':x,x,x debian.iso
  
 
==See also==
 
==See also==
Line 10: Line 11:
 
*[[mkisofs]]
 
*[[mkisofs]]
  
[Category:Linux]
+
[[Category:Linux]]
[Category:Tools]
+
[[Category:Tools]]

Latest revision as of 03:07, 4 January 2010

Cdrecord is a command line utility in linux that burns an image to a writable cd.

Syntax

> sudo apt-get install cdrecord
> cdrecord --devices
> cdrecord dev='devices_result' -scanbus
> cdrecord -v -eject dev='devices_result':x,x,x debian.iso

See also