Linux - SoftwareThis 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.
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Rep:
Burn ISO image
Hi everyone!!
I have GnomeToaster to burn, I downloaded Slackware (Slackware-9.0-install.iso) and I would like to know how can I burn Slackware if the file size is 662.8MB but when I drag to burn appear me that the file is 778MB and my CD-R is 700MB what can I do?
I'll use my CDRW drive as an example: HP 9100, write speed=8.
1. From console or xterm, type cdrecord -scanbus
2. You should see output like the following:
scsibus0:
0,0,0 0) 'HP ' 'CD-Writer+ 9100 ' '1.0a'
0,1,0 1) *
0,2,0 2) *
...etc...
[this output means that the cd-writer is device 0,0,0]
3. Type in cdrecord -v speed=8 dev=0,0,0 slackware.iso
[substitute the write speed of your cdrw for the speed parameter and use the device numbers from the scanbus output; use the full path for slackware.iso]
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
is iso image includes the filesystem info and other
goodies that don't count in the files space, so it's normal
for an iso image to be almost 100 meg's bigger than
the space it appears you have on the cdrom.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
use mkisofs with a few options to create an
iso image with the avi file in it. then you can burn the
iso.
search for mkisofs on this site and you'll find it around.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
i occasionally have my girlfriend burn me a cdrom at
work where she has very high speed access. i
always get a disk with the iso image on it. i explain it
to her, but i don't think she gets it.
I guess novell's secretary didn't get it either.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.