CreatingDiscFromIso
From GroovixWiki
Another set of instructions can be found at: https://help.ubuntu.com/community/BurningIsoHowto
Contents |
If you are using windows
Using The ISO Recorder V2 Power Toy
1. Obtain and install the ISO Recorder power toy from the http://isorecorder.alexfeinman.com/isorecorder.htm web site. 2. In Explorer, right click on the ISO file 3. In the context menu, select "Copy image to CD" 4. Follow the steps given by the "CD Recording Wizard" pop-up
Using Roxio Easy Media Creator 7
1. Start "Creator Classic" 2. Select "Other Tasks" 3. Select "Burn from Disc Image File" 4. Choose the ISO file and burn it
Using Nero Burning ROM 5
1. Start the program 2. Open the "File" menu 3. Select "Burn Image" 4. Choose the ISO file and burn it
Using Nero Express 6
1. Start the program 2. Select "Disc Image or Saved Project" 3. An Open dialog appears. Select the ISO file. Click Open. 4. The next screen allows you to select Writing Speed. You should set this to 4x for DVD, or 16x for CD, for best performance. 5. Click Next to Burn
Under Linux
Using K3B
1. Start the Program 2. Select Tools -> Burn CD Image (or Burn DVD ISO IMAGE) 3. Specify the Image to Burn 4. Hit Start
Using cdrecord or growisofs cdrecord (CD and DVD iso's)
- cdrecord -v dev=ATA:1,0,0 driveropts=burnfree -dao filename.iso
- growisofs -dvd-compat -Z /dev/hdc=filename.iso

