how do i burn ISOs in DSL?


Forum: Apps
Topic: how do i burn ISOs in DSL?
started by: abnorm999

Posted by abnorm999 on Aug. 05 2007,02:00
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
Posted by lucky13 on Aug. 05 2007,09:06
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 >

Posted by stupid_idiot on Aug. 05 2007,09:57
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.

Posted by stupid_idiot on Aug. 05 2007,10:19
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.

Posted by abnorm999 on Aug. 05 2007,21:05
ive used k3b with slax but when i download it for DSL iit keeps crashing...
Posted by dare2dreamer on Aug. 05 2007,22:14
There is also a wonderful script called "bashburn" which acts as a text-based menu-driven front end to the cdrecord tools.
Posted by Athayde_ on Aug. 19 2007,18:19
using to advantage the topic

as I create a compact disc of data?
I am trying to create an image of the directory stops later burning it,
since I do not obtain on-the fly
but it appears this

dsl@box:~$ mkisofs -o minhas_coisas.iso /tmp /home/dsl/MegaDeth
INFO:   ISO-8859-1 character encoding detected by locale settings.
       Assuming ISO-8859-1 encoded filenames on source filesystem,
       use -input-charset to override.
Unknown charset
Known charsets are:
cp10081
cp10079
cp10029
cp10007
cp10006
cp10000
koi8-u
koi8-r
cp1251
cp1250
cp874
cp869
cp866
cp865
cp864
cp863
cp862
cp861
cp860
cp857
cp855
cp852
cp850
cp775
cp737
cp437
iso8859-15
iso8859-14
iso8859-9
iso8859-8
iso8859-7
iso8859-6
iso8859-5
iso8859-4
iso8859-3

pardon for my English  :)

Posted by gammelmarakuja on Aug. 20 2007,09:35
I was going for k3b to burn and it worked....with some errors but it worked ;)
Posted by Athayde_ on Aug. 20 2007,18:06
solved
I installed k3b =]

i can make remaster of the my system installed on hd?
direct from hda1?

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.