cancel
Showing results for 
Search instead for 
Did you mean: 

Re: How to burn ISO image on Fedora linux?

Former Member
0 Kudos

Hi friend,

I have executed the command "cat NW4_TestDrive.iso_Part_a* > NW4_TestDrive.iso" successfully on my linux server. It created an ISO image file like "NW4_TestDrive.iso". But how to read this file?should I burn this iso image on to DVD? Unfortunately my linux server doesn't have DVD burner. Is there any alternative way to access this file?

Please advise me in this context

Thanks,

Krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As Far as your problem to burn the ISO image is concerned you can either use this Script Or check The Link Below it ......

-


#!/bin/bash

  1. burn-iso is a quick script to burn Fedora Core 1 Binary ISO images to CD-R

  2. Type "cdrecord -scanbus" to find out your "dev=" values

  3. NOTE: If you are unable to burn with "-dao" (Disk-At-Once) mode

  4. remove "-dao" option

for n in 1 2 3

do

sleep 5

cdrecord -v -eject -dao driveropts=burnfree speed=24 dev=1,0,0 yarrow-i386-disc$n.iso

sleep 5

done

-


http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-disks-cdrw.html

-


Have a nice time ahead.....

Mithlesh Kumar Jha

Former Member
0 Kudos

Hi Krishna,

You might want to post the questions regarding the installation to this forum (you propably get faster response at this forum):

Regards,

Ville