Burning ISO's: Difference between revisions

From MediaWiki
Jump to navigationJump to search
No edit summary
Line 21: Line 21:
   <div class="userInput"><span class="prompt">[root@probe-222 root]# </span>growisofs -dvdcompat -Z /dev/dvd<nowiki>=</nowiki>image.iso</div>
   <div class="userInput"><span class="prompt">[root@probe-222 root]# </span>growisofs -dvdcompat -Z /dev/dvd<nowiki>=</nowiki>image.iso</div>
</div>
</div>
<span style="font-size: 90%;">'''''Note:''''' Computer screen output using CSS (see [[MediaWiki:Common.css]]):</span>


--[[User:Rwh|Rwh]] 11:07, 1 March 2007 (EST)
--[[User:Rwh|Rwh]] 11:07, 1 March 2007 (EST)

Revision as of 17:54, 3 March 2007

How To Burn An ISO Image Onto A "CD" With: "cdrecord"

Using the "cdrecord" command at a shell prompt for burning a "CD-R":

Command: "cdrecord" (CD-R)
[root@probe-222 root]# cdrecord -v -eject image.iso


Using the "cdrecord" command at a shell prompt for burning a "CD-RW":

Command: "cdrecord" (CD-RW)
[root@probe-222 root]# cdrecord -v -eject blank=fast image.iso


How To Burn An ISO Image Onto A "DVD" With: "growisofs"

Using the "growisofs" command at a shell prompt for burning a "DVD":

Command: "growisofs" (DVD)
[root@probe-222 root]# growisofs -dvdcompat -Z /dev/dvd=image.iso

--Rwh 11:07, 1 March 2007 (EST)