Burning ISO's

From MediaWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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":

[root@probe-222 root]# cdrecord -v -eject blank=fast image.iso 

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

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

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

[root@probe-222 root]# growisofs -dvd-compat -Z /dev/dvd=image.iso 

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