Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-04-2009, 09:48 AM
|
#1
|
Member
Registered: Mar 2009
Posts: 367
Rep:
|
writing DVDs on RHEL 5
Hello,
I'm trying to write the rhel-5.2-server-x86_64-dvd.iso image to a dvd from a RHEL 5 system. I tried:
cdrecord -v speed-8 -dao -dev=3,0,0 -driveropts=noburnfree rhel-5.2-server-x86_64-dvd.iso
but could not mount or boot from the resultant disk. So I then tried growisofs:
growisofs -dvd-compat -speed=8 -Z /dev/dvd=./rhel-5.2-server-x86_64-dvd.iso
and it refuses because more than 50% of the space will be wasted. I don't care, I just want it to write.
Does anyone know the correct syntax for cdrecord or another command that can be used to write the image to a DVD?
Thanks,
Brad
|
|
|
06-04-2009, 11:34 AM
|
#2
|
Member
Registered: Dec 2008
Location: Bengaluru, India
Distribution: CentOS, openSUSE, Mandriva, Slackware
Posts: 111
Rep:
|
Quote:
Originally Posted by bradvan
Hello,
I'm trying to write the rhel-5.2-server-x86_64-dvd.iso image to a dvd from a RHEL 5 system. I tried:
cdrecord -v speed-8 -dao -dev=3,0,0 -driveropts=noburnfree rhel-5.2-server-x86_64-dvd.iso
but could not mount or boot from the resultant disk.
|
You mean to say you could burn successfully but that DVD later was not booting RHEL?
I'm not familiar with all the options of cdrecord but is -driveropts required?
Also, as per yolinux tutorial on cd burning, dev=3,0,0 is for 2.4 kernel and dev=ATA:3,0,0 for 2.6 kernel. On the other hand I had an issue where both dev=x,x,x and dev=ATA:x,x,x did not work. I had to use dev=/dev/sr0 in the above command.
Btw, is -dev= correct usage? Isn't it just dev= ?
Last edited by saivin; 06-04-2009 at 11:36 AM.
|
|
|
06-04-2009, 12:06 PM
|
#3
|
Member
Registered: Apr 2006
Location: Atlanta
Distribution: Centos, knoppix, Fedora, Mepis, Zenwalk, Mint
Posts: 142
Rep:
|
If you have already burnt the dvd you can check under the images folder on the dvd and burn an image to cd, which will boot your pc then enables the rest of the process to continue from your unbootable dvd, I had the same problem trying to boot a fedora dvd.
|
|
|
06-05-2009, 04:43 AM
|
#4
|
Member
Registered: Mar 2009
Posts: 367
Original Poster
Rep:
|
The extra "-" was just my transposition error. Driveropts isn't required. I just wanted to make sure that burnfree was turned off. The dev syntax is correct. I have made cds on this drive with that syntax and that is what is reported by "cdrecord -scanbus." Cdrecord seemed to write successfully. I just can't mount the resultant disk and thus I have no way of checking anything on the disk.
A thought, does anyone know the correct syntax to use dd to write an ISO image to a disk, or maybe the correct mkisofs syntax?
|
|
|
All times are GMT -5. The time now is 08:42 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|