Linux Support

Moderators: None (Apply to moderate this forum)
Number of threads: 332
Number of posts: 953

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
cd-writing Posted by cherio on 23 Apr 2003 at 11:26 PM
I have downloaded a woody .iso compact, compact disk image.
What is the exact sequence of caoomands to burn it on the CD so I can
boot from it to install it.There is a gnome toaster frontend, but
not enough information about it.
Report
Re: cd-writing Posted by abc on 24 Apr 2003 at 7:02 AM
: I have downloaded a woody .iso compact, compact disk image.
: What is the exact sequence of caoomands to burn it on the CD so I can
: boot from it to install it.There is a gnome toaster frontend, but
: not enough information about it.
:
switch to the track (T) view drag the iso file there from the file browsing view. then set up the options in the record view (the cd icon) and burn it.
Report
Re: cd-writing Posted by jewel on 26 Apr 2003 at 1:18 PM
: : I have downloaded a woody .iso compact, compact disk image.
: : What is the exact sequence of caoomands to burn it on the CD so I can
: : boot from it to install it.There is a gnome toaster frontend, but
: : not enough information about it.
: :
: switch to the track (T) view drag the iso file there from the file browsing view. then set up the options in the record view (the cd icon) and burn it.
:

a more easy way:

cdrecord -dev=0,0,0 speed=99 /path/to/iso.iso

good luck
Report
Re: cd-writing Posted by abc on 26 Apr 2003 at 4:45 PM
: a more easy way:
:
: cdrecord -dev=0,0,0 speed=99 /path/to/iso.iso

(nitpicking) that wouldn't actually work on my machine due to the wrong dev numbers so if you want to go all-commandline, then it'd be safest to start by doing

cdrecord -scanbus

to get the device number for the writer. then you might want to add driveropts=burnfree, just in case

on the other hand, he was asking about interfaces (gtoaster)
Report
Re: cd-writing Posted by cherio on 26 Apr 2003 at 6:52 PM
: : a more easy way:
: :
: : cdrecord -dev=0,0,0 speed=99 /path/to/iso.iso
:
: (nitpicking) that wouldn't actually work on my machine due to the wrong dev numbers so if you want to go all-commandline, then it'd be safest to start by doing
:
: cdrecord -scanbus
:
: to get the device number for the writer. then you might want to add driveropts=burnfree, just in case
:
: on the other hand, he was asking about interfaces (gtoaster)
:

Thank you !
Well drag and drop does'nt seem to work or I may not have set the
options properly, and I am not too comfortable with that.But the
command seems simple enough.So it is

cdrecord -dev=0,0,0 speed=99 /root/woody-i386-1.iso then.

I read the HOW-TO, and thought maybe mkisofs ? , like for floppies.
Also, will this make the CD bootable ?
Report
Re: cd-writing Posted by cherio on 27 Apr 2003 at 3:06 AM
: : : a more easy way:
: : :
: : : cdrecord -dev=0,0,0 speed=99 /path/to/iso.iso
: :
: : (nitpicking) that wouldn't actually work on my machine due to the wrong dev numbers so if you want to go all-commandline, then it'd be safest to start by doing
: :
: : cdrecord -scanbus
: :
: : to get the device number for the writer. then you might want to add driveropts=burnfree, just in case
: :
: : on the other hand, he was asking about interfaces (gtoaster)
: :
:
: Thank you !
: Well drag and drop does'nt seem to work or I may not have set the
: options properly, and I am not too comfortable with that.But the
: command seems simple enough.So it is
:
: cdrecord -dev=0,0,0 speed=99 /root/woody-i386-1.iso then.
:
: I read the HOW-TO, and thought maybe mkisofs ? , like for floppies.
: Also, will this make the CD bootable ?
:

Thanks again,
The command worked fine , and it is bootable.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.