Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: how do i burn ISOs in DSL?< Next Oldest | Next Newest >
abnorm999 Offline





Group: Members
Posts: 18
Joined: July 2007
Posted: Aug. 05 2007,02:00 QUOTE

im running dsl off a pendrive what is a good program to use to burn iso files to cds? something with a gui..im not good at that command line crazyness. thanks
Back to top
Profile PM 
lucky13 Offline





Group: Members
Posts: 1478
Joined: Feb. 2007
Posted: Aug. 05 2007,09:06 QUOTE

Quote
something with a gui..im not good at that command line crazyness.

What do you have to lose by getting more comfortable with the command line? CDs are cheap.

There are a couple apps in MyDSL, like k3b  or gcombust (I don't see that throughout the mirrors so you may need to hunt for it). k3b is almost as large as DSL itself (48 mb!!!!), which is crazier than any command line, imo, especially considering everything you need is already in DSL. cdw is curses not command line and it's not crazy:
http://i.iinfo.cz/urs/cdw-114716220919330.png


--------------
"It felt kind of like having a pitbull terrier on my rear end."
-- meo (copyright(c)2008, all rights reserved)
Back to top
Profile PM WEB 
stupid_idiot Offline





Group: Members
Posts: 344
Joined: Oct. 2006
Posted: Aug. 05 2007,09:57 QUOTE

Hi abnorm99:
A good, easy-to-use GUI program I've used before is gcombust (http://public.planetmirror.com/pub....ust.dsl).
Command-line burning, using "cdrecord", is also very simple:

Burning an ISO file:
Code Sample

cdrecord dev=x,x driveropts=burnfree speed=[xx] [file.iso]

"x,x" is a 2-digit sequence, which  you can find by running
Code Sample
cdrecord -scanbus

- which will give the sequence corresponding to your CD burner.
"driveropts=burnfree" enables the buffer-underrun protection feature of your drive.
"speed=[xx]" - e.g. "speed=16" or "speed=40" will burn the media at 16x or 40x respectively.
Last but not least is the filename of the ISO.
Back to top
Profile PM 
stupid_idiot Offline





Group: Members
Posts: 344
Joined: Oct. 2006
Posted: Aug. 05 2007,10:19 QUOTE

Generating an ISO file (for backing up misc files onto CD):
First, you need to move all the files/directories you want to backup into one directory. You can name this directory anything you want - the directory name does not in any way enter into the generated ISO file.

Let's say the directory is called directory.
To make the ISO:
Code Sample
mkisofs -R --hide-rr directory > yourfilename.iso

"-R" enables the Rock Ridge extension (http://en.wikipedia.org/wiki/Rock_Ridge).
"--hide-rr" hides the folder containing Rock Ridge information (a cosmetic feature).
And lastly, "> yourfilename.iso" outputs the data to a filename of your choice.

- Additionally, you may want to use the "-J" flag in some cases, like so:
Code Sample
mkisofs -R --hide-rr -J directory > yourfilename.iso

"-J"  enables Microsoft's Joliet extension (http://en.wikipedia.org/wiki/Joliet_(file_system)).
It is useful if you have files with non-Roman characters (e.g. Arabic, Chinese, Japanese, Russian etc) in the filename.
Back to top
Profile PM 
abnorm999 Offline





Group: Members
Posts: 18
Joined: July 2007
Posted: Aug. 05 2007,21:05 QUOTE

ive used k3b with slax but when i download it for DSL iit keeps crashing...
Back to top
Profile PM 
8 replies since Aug. 05 2007,02:00 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: how do i burn ISOs in DSL?

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code