Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Installation Help

Installation Help Need help on installation? Having problems? Get help here on your fresh installations or upgrades.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2005-05-20, 12:13 AM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Question how do I burn ISO's in Linux?

Forgive the basic question but this is my first upgrade from a purchased distribution (from Cheapbytes). I've downloaded the ISO images to my harddrive but can't figure out how to burn them.

Thanks much!
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #2  
Old 2005-05-20, 12:43 AM CDT
rayyes Offline
Registered User
 
Join Date: Dec 2004
Location: Toronto, ON
Posts: 408
use Nero (windows) or K3B (linux) to burn the iso to a CD. In k3b select from the menu Tools > CD > Burn CD Image. Its similar in Nero.
__________________
Peace - To the Middle East.
rayyes.com
Reply With Quote
  #3  
Old 2005-05-20, 12:44 AM CDT
foolish's Avatar
foolish Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Aalesund, Norway
Age: 23
Posts: 1,890
There are several graphical front-ends that will allow you to write isos easily, most use cdrecord as backend. One such application is K3b. Writing an iso from the command line using cdrecord can be done like this:
Code:
cdrecord -v -dev 0,0,0 -speed X -driveropts=burnproof file.iso
Where the -dev flag is the device, use cdrecord -scanbus to get the right device. X is the burn speed.
__________________
Sindre Pedersen Bjørdal || http://www.fedorasolved.org || Hardware Profile
- Please adhere to the FedoraForum Guidelines.
Reply With Quote
  #4  
Old 2005-05-20, 01:12 AM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Quote:
Originally Posted by rayyes
use Nero (windows) or K3B (linux) to burn the iso to a CD. In k3b select from the menu Tools > CD > Burn CD Image. Its similar in Nero.
Hmmmmmm, I don't seem to have k3b in my distribution of FC3. Do I need to download it with yum?


Thanks
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #5  
Old 2005-05-20, 01:17 AM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Question

Quote:
Originally Posted by foolish
There are several graphical front-ends that will allow you to write isos easily, most use cdrecord as backend. One such application is K3b. Writing an iso from the command line using cdrecord can be done like this:
Code:
cdrecord -v -dev 0,0,0 -speed X -driveropts=burnproof file.iso
Where the -dev flag is the device, use cdrecord -scanbus to get the right device. X is the burn speed.
foolish,
I can't seem to get cdrecord to work. Here are some screen dumps:
[root]$cdrecord -scanbus
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'PIONEER ' 'DVD-ROM DVD-117R' '1.06' Removable CD-ROM
1,1,0 101) 'SONY ' 'CD-RW CRX175E ' '1.1a' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *

[root]$cdrecord -v -dev 1,1,0 -speed 14 -driveropts=burnproof FC3-x86_64-disc1.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '1,1,0'
scsibus: 1 target: 1 lun: 0
cdrecord: Success. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.


Any ideas?
Thanks
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #6  
Old 2005-05-20, 05:01 AM CDT
nUnpunk Offline
Registered User
 
Join Date: Mar 2005
Location: Athens, Greece
Age: 26
Posts: 28
I burned a Dynebolic ISO just 10 minutes ago so, maybe I can be of some help.

I used XCDRoast (on Gnome: Applications -> System Tools -> CD Writer).

When the program starts click Setup, then choose the HD Settings tab. Here you can specify the directory in which images are saved/loaded from. Use the "path" field to specify the directory you like, or use the Browse button.
Just make sure you give it lots of space!

Then, copy the ISO you want to burn in the directory you specified above.

Now, when you click the "Create CD" button at the initial screen of XCDroast, you'll see that the ISO has been properly found. Click the "Write Tacks" on the left side of the window, and add the ISO you want to burn. Then from the "Write Tracks" tab, click the Write Tracks button and sit back.


Sorry if I've been too descriptive, but I'm a n00bie and I managed to burn an image and that feels soooo goood!
Reply With Quote
  #7  
Old 2005-05-20, 10:44 AM CDT
RHamel Offline
Registered User
 
Join Date: Sep 2004
Location: Denver, Colorado
Posts: 278
Try setting a lower speed.
Reply With Quote
  #8  
Old 2005-05-20, 04:04 PM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Quote:
Originally Posted by RHamel
Try setting a lower speed.
Went from 14x to 8x... same result

(its a 16x writer)
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #9  
Old 2005-05-20, 04:15 PM CDT
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 4,649
The instructions you are following are for older versions of Linux. In Fedora Core 3, you should use the normal device name (e.g. /dev/hdc) instead of SCSI device numbers like "1,1,0".
Reply With Quote
  #10  
Old 2005-05-20, 04:32 PM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Thumbs up

Quote:
Originally Posted by markkuk
The instructions you are following are for older versions of Linux. In Fedora Core 3, you should use the normal device name (e.g. /dev/hdc) instead of SCSI device numbers like "1,1,0".
That was it! thanks!!!!!!!!!!!!!!!!!!!!!!!!!
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #11  
Old 2005-05-24, 05:36 PM CDT
jfraymondpa Offline
Registered User
 
Join Date: May 2005
Location: NorthEastern PA
Posts: 1
Markuk --
Thanks for this tip I used it for Fedore Core 2, I'm building the core 3 CDs.
-- John
__________________
John Raymond
Northeast PA
Reply With Quote
  #12  
Old 2005-05-28, 06:18 AM CDT
jzke
Guest
 
Posts: n/a
Quote:
Originally Posted by markkuk
The instructions you are following are for older versions of Linux. In Fedora Core 3, you should use the normal device name (e.g. /dev/hdc) instead of SCSI device numbers like "1,1,0".
Is the default cd location /dev/hdc??? Where can I find out where my device is mounted to?
Reply With Quote
  #13  
Old 2005-05-28, 09:23 AM CDT
linuxted Offline
Registered User
 
Join Date: May 2005
Posts: 167
Quote:
Originally Posted by jzke
Is the default cd location /dev/hdc??? Where can I find out where my device is mounted to?
Bump... I have the same question!
__________________

__________________________________________________ _________
This linux stuff is fun!
2GHz AMD Athlon 64 3000+, ECS 755-A2 Motherboard, PC3200 512M Ram
BestData GeForce 400 Graphics Card (Nvidia Geforce 2 chip)
64-bit Linux kernel, 16x Liteon DVDRW, 52x Sony CDRW
__________________________________________________ _________
Reply With Quote
  #14  
Old 2005-05-28, 09:34 AM CDT
Walker Offline
Registered User
 
Join Date: May 2005
Posts: 2
(Iso magic with windows) Sorry cant answer the current question
Reply With Quote
  #15  
Old 2005-05-28, 03:26 PM CDT
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 4,649
Quote:
Originally Posted by jzke
Is the default cd location /dev/hdc??? Where can I find out where my device is mounted to?
No, there's no "default location". /dev/hdc is the Master device on secondary IDE bus. If you assembled your own machine you should know where the drive is connected, but if you never have opened your box you can look at the output of "dmesg" command to see lines like:
Code:
Probing IDE interface ide0...
Probing IDE interface ide1...
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide0...
hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
This shows that on my system the DVD+/-RW is hdc.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't burn correctly the DVD iso with Linux cheloo2 Installation Help 3 2006-07-27 02:04 AM CDT
DVD ISO's anyone? Donshyoku Fedora Core 5 - Dev 6 2006-01-16 09:38 AM CST
Is it possible to burn .nrg (Nero) images on Linux? Prion General Support 1 2005-02-24 05:13 PM CST
linux app to burn .BIN files Mark Haney gmane.linux.redhat.fedora.general 4 2005-02-02 03:19 PM CST
Burn a Linux ISO in XP Psquared General Support 6 2004-12-09 05:35 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 07:13 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translated to other languages thanks to NLP-er