LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-29-2005, 01:44 PM   #1
saxman101
LQ Newbie
 
Registered: May 2005
Posts: 2

Rep: Reputation: 0
Suse 9.3 DVD ISO How to Burn To DVD


Hello I just finished downloading Suse 9.3 pro DVD ISO can anny oneplease tell me how I should burn on to a DVD. I have a Double Layer DVD+R/RW drive could some please advise how I should do this?
 
Old 06-12-2005, 04:17 AM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You can use cdrecord, cdrecord-prodvd, or growisofs (dvd+rw tools). Just remember to compile them with large file support. Usually, they are. I do not remember the syntax how to write an image, so read the man pages or look for some examples. You can use GUI programs to help you write an ISO image.
 
Old 06-12-2005, 07:51 AM   #3
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally posted by Electro
You can use cdrecord, cdrecord-prodvd, or growisofs (dvd+rw tools). Just remember to compile them with large file support. Usually, they are. I do not remember the syntax how to write an image, so read the man pages or look for some examples. You can use GUI programs to help you write an ISO image.
Do you have linux installed or it is your first time ?
If you already have linux/bsd/solaris/etc then you can try
cdrecord-prodvd,growisofs for console(cli) use as Electro mentioned (cdrecord doesn't work with >1gb files, and dvdrecord
has some problems)

or k3b/xcdroast/etc for graphical use.

cdrecord-prodvd -dev=device1 -v -data file.iso (or cd-wrapper.sh)
growisofs -dvd-compat -speed=speed -Z device2 = file.iso

let me explain a bit.
the bold are the ones you change for your system.
the device1 (for cdrecord-prodvd) is ATA:x,y,z if you have an ide dvdrw with 2.6 and x,y,z for an ide dvdrw with 2.4 kernel
(scsi emulation on)

you can find which one is by running "cdrecord -scanbus -dev=ATA" for 2.6 and "cdrecord -scanbus" for 2.4

device2 (for growisofs) has the format /dev/device

e.g my setup is

bash-2.05b# cdrecord -scanbus -dev=ATA
scsidev: 'ATA'
devname: 'ATA'
scsibus0:
0,0,0 0) 'RICOH ' 'CD-RW MP7320A ' 'BP07' Removable CD-ROM

(i have a cdwriter but it is the same for you)

so my syntax is -dev=ATA:0,0,0 for cdrecord

bash-2.05b# dmesg|grep RICOH
hda: RICOH CD-RW MP7320A, ATAPI CD/DVD-ROM drive

so my syntax is -Z /dev/hda=file.iso for growisofs

If you only have windows then you can write the iso
with Nero Burning Rom or with DVD Decrypter (i recommend DVD Decrypter)

I hope i didn't forget anything.
 
Old 07-07-2005, 09:29 AM   #4
lumiwa
Member
 
Registered: Jul 2005
Posts: 45

Rep: Reputation: 15
Quote:
Originally posted by imitheos
Do you have linux installed or it is your first time ?
If you already have linux/bsd/solaris/etc then you can try
cdrecord-prodvd,growisofs for console(cli) use as Electro mentioned (cdrecord doesn't work with >1gb files, and dvdrecord
has some problems)

or k3b/xcdroast/etc for graphical use.

cdrecord-prodvd -dev=device1 -v -data file.iso (or cd-wrapper.sh)
growisofs -dvd-compat -speed=speed -Z device2 = file.iso

let me explain a bit.
the bold are the ones you change for your system.
the device1 (for cdrecord-prodvd) is ATA:x,y,z if you have an ide dvdrw with 2.6 and x,y,z for an ide dvdrw with 2.4 kernel
(scsi emulation on)

you can find which one is by running "cdrecord -scanbus -dev=ATA" for 2.6 and "cdrecord -scanbus" for 2.4

device2 (for growisofs) has the format /dev/device

e.g my setup is

bash-2.05b# cdrecord -scanbus -dev=ATA
scsidev: 'ATA'
devname: 'ATA'
scsibus0:
0,0,0 0) 'RICOH ' 'CD-RW MP7320A ' 'BP07' Removable CD-ROM

(i have a cdwriter but it is the same for you)

so my syntax is -dev=ATA:0,0,0 for cdrecord

bash-2.05b# dmesg|grep RICOH
hda: RICOH CD-RW MP7320A, ATAPI CD/DVD-ROM drive

so my syntax is -Z /dev/hda=file.iso for growisofs

If you only have windows then you can write the iso
with Nero Burning Rom or with DVD Decrypter (i recommend DVD Decrypter)

I hope i didn't forget anything.
K3b has an option tu burn DVD iso image. DVD size is 4.7GB and iso file is abot 8GB. Do i need two
DVD? Did program now that it need two dvd's? Thanks.
 
Old 07-07-2005, 10:23 AM   #5
Bluenoser
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada
Distribution: Ubuntu 8.04 LTS
Posts: 138

Rep: Reputation: 15
Quote:
Originally posted by lumiwa
K3b has an option tu burn DVD iso image. DVD size is 4.7GB and iso file is abot 8GB. Do i need two
DVD? Did program now that it need two dvd's? Thanks.
You need to burn it onto a dual-layer dvd which cost a lot more, at least where I live, they're about $10 each
 
Old 07-07-2005, 11:56 AM   #6
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Rep: Reputation: 15
I'm in the same boat here. I have 9.3 on an XP box and want to burn it but don't have a dual layer DVD-R.

Can it possibly be mounted on a virtual drive in windows and shared on a network?
 
Old 07-07-2005, 04:33 PM   #7
lumiwa
Member
 
Registered: Jul 2005
Posts: 45

Rep: Reputation: 15
Quote:
Originally posted by Bluenoser
You need to burn it onto a dual-layer dvd which cost a lot more, at least where I live, they're about $10 each
I bought dual-layer dvd but my system doesn;t recognize it.
I have Ubuntu 5.04 (Hoary).
 
Old 07-07-2005, 05:15 PM   #8
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Rep: Reputation: 15
Just got a 3pack of them but they are only 8.5GB and the ISO is 9.3 or something. Any ideas?
 
Old 07-07-2005, 09:51 PM   #9
Bluenoser
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada
Distribution: Ubuntu 8.04 LTS
Posts: 138

Rep: Reputation: 15
Quote:
Originally posted by A6Quattro
Just got a 3pack of them but they are only 8.5GB and the ISO is 9.3 or something. Any ideas?
What ISO are you are burning? I have Suse 9.3 Pro DVD ISO which is 7.92GB, it's just sitting on my hard drive until the prices come down
 
Old 07-07-2005, 10:16 PM   #10
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Rep: Reputation: 15
Quote:
Originally posted by Bluenoser
What ISO are you are burning? I have Suse 9.3 Pro DVD ISO which is 7.92GB, it's just sitting on my hard drive until the prices come down
I had downloaded it awhil ago and thought the 9.3 was the size. It is 7.92GB. I burnt it today and am pissed that I can't install it. When I go to install, I select installation and the monitor turns off. here is a link to the post
Hope you have more luck than I did...
 
Old 07-08-2005, 06:16 PM   #11
lumiwa
Member
 
Registered: Jul 2005
Posts: 45

Rep: Reputation: 15
SuSE 9.3

I downloaded SuSE9.2EvalDVD.isi (~4GB), burned DVD (no errors). When trying to install, it couldnt find any software packages...
Thanks.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to burn the downloaded Fedora 3 DVD ISO onto DVD yaabaa Linux - Newbie 10 03-14-2005 05:14 AM
How many of you can burn a dvd iso in Suse 9.2 deviant03 SUSE / openSUSE 12 02-01-2005 06:17 PM
How to burn more than one iso on one cd/dvd? bruno buys Linux - General 1 12-19-2004 09:15 PM
The Best Way to Burn a DVD ISO dolphans1 Mandriva 32 11-26-2004 07:43 PM
How do you burn a dvd ISo rstaines Linux - Distributions 0 02-22-2004 08:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration