Burning ISO's

From NST Wiki
Revision as of 12:02, 1 March 2007 by Rwh (talk | contribs) (New page: == How To Burn An ISO Image Onto A "CD" With: "cdrecord" == Using the "'''cdrecord'''" command at a shell prompt for burning a "'''CD-R'''": <pre> [root@probe-222 root]# cdrecord -v -eje...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

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

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

Using the "cdrecord" command at a shell prompt for burning a "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":

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