LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   some kinda program ... (https://www.linuxquestions.org/questions/linux-software-2/some-kinda-program-259160/)

tintilin 11-25-2004 08:39 AM

some kinda program ...
 
i need a program that will be able to make cd images, burn them and emulate them.
something like alcohol 120% for windows

anything like it?
and maybe you could tell me of some programs that does just one of the above

acid_kewpie 11-25-2004 08:46 AM

make images with dd
burn them with any cd burner
mount an image with mount -o loop file.iso /mnt/cd_image

tintilin 11-25-2004 08:49 AM

ok, but what was that with making images?
what is dd?

acid_kewpie 11-25-2004 09:09 AM

it's a tool. for making cd images. that's why i suggested it. see the dd manpage for details.

tintilin 11-25-2004 09:24 AM

ok. but me being a n00b and all ... how do you use dd.
i dont understand much from the man page, so i wonder if u could tell me how to make an image from a cd?

:newbie:

tintilin 11-25-2004 10:48 AM

help a n00b here :confused:

BigNate 11-25-2004 01:44 PM

dd if=/dev/cdrom of=name_of_file.iso


All times are GMT -5. The time now is 12:01 AM.