Burning ISO's: Difference between revisions

From MediaWiki
Jump to navigationJump to search
No edit summary
Line 9: Line 9:
}}
}}


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


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


Using the "'''growisofs'''" command at a shell prompt for burning a "'''DVD'''":
Using the "'''growisofs'''" command at a shell prompt for burning a "'''DVD'''":{{Box Command|growisofs|
 
[root@probe-222 root]#| growisofs -dvdcompat -Z /dev/dvd<nowiki>=</nowiki>image.iso||
<pre>
}}
[root@probe-222 root]# growisofs -dvd-compat -Z /dev/dvd=image.iso  
</pre>


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

Revision as of 12:44, 2 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":Template:Box Command


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


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

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

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