LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make a .iso file (https://www.linuxquestions.org/questions/linux-software-2/make-a-iso-file-147344/)

JROCK1980 02-17-2004 05:53 PM

make a .iso file
 
Is there a good program that I can make a .iso or even a .cue and .bin. In Windows I used Clone cd for this. Also can you mount a .iso file the actually use it?

jtshaw 02-17-2004 05:58 PM

mkisofs is a good program for making iso files. It is a command line program but it works well. Use man mkisofs for more information.

If you have loopback support in your kernel you can mount an iso with the following command:

mount -o loop isofile dir

DrOzz 02-17-2004 05:58 PM

mkisofs
is for making isos man page mkisofs
and a command such as :
mount -o loop isofile.iso /mnt/isodirecotry
is an example of mounting an iso ..

JROCK1980 02-17-2004 06:09 PM

Thanks guys at work will try when I get home.

heema 02-17-2004 06:25 PM

or u could use kiso , its an easy to use gui for creating, extracting and editing of ISO-Images

http://kiso.sourceforge.net/

whansard 02-17-2004 06:29 PM

you can make an iso image of a cdrom with cat or dd too.
cat /dev/cdrom > /image.iso
or
dd if=/dev/cdrom of=/image.iso

JROCK1980 02-23-2004 12:18 PM

is /image.iso a what you want to name the image?

whansard 02-23-2004 03:18 PM

Quote:

Originally posted by JROCK1980
is /image.iso a what you want to name the image?
yes. name it what you want.

JROCK1980 02-23-2004 03:43 PM

Is that as you are root or regular user?

frieza 02-23-2004 03:54 PM

root i would guess, but that doens't mean it can't be done as a normal user :D but i'd just do it SU root before doing it

whansard 02-23-2004 06:03 PM

if the user has access rights to the cdrom drive and they write to a directory where
they have write access, they can do it.


All times are GMT -5. The time now is 12:16 PM.