LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   extracting an iso in slack (https://www.linuxquestions.org/questions/linux-general-1/extracting-an-iso-in-slack-166227/)

American Psycho 04-04-2004 07:50 PM

extracting an iso in slack
 
how can I extract an ISO onto my computer and then burn it onto a cd (command line) or is there a program that can do this?

also, i don't have the cd drive setup (I don't think) i just plugged it in and it was never detected or anything, so how do i set it up?

win32sux 04-04-2004 08:07 PM

you don't extract isos, you burn them directly to the cd... isos are cd images...

check-out these links, they'll show you the way:

http://www.troubleshooters.com/linux/cdrw.htm

http://www.troubleshooters.com/linux/coasterless.htm


k3b seems to be a good burning tool for linux:

http://www.k3b.org/


but GUI tools are optional, a simple command like this can perfectly burn an iso to cd on my linux box, for example:

cdrecord dev=0,0,0 speed=16 -pad -v -eject example-file.iso

American Psycho 04-04-2004 08:19 PM

doesn't seem to work, probably should've mentioned that I have a usb cdwriter?:confused:

win32sux 04-04-2004 08:27 PM

what exactly doesn't seem to work???


what's the brand and model of your usb cd writer???


what's the output of these commands:

cdrecord -scanbus

lsmod



another link:

http://www-2.cs.cmu.edu/~help/unix_l..._cdwriter.html


All times are GMT -5. The time now is 06:34 PM.