Click to See Complete Forum and Search --> : Whats the best ISO creator?


powderhound1976
10-14-2004, 03:07 AM
I'm interested in creating an ISO, but am not sure how to go about it. Is there a favorite utility to use?

DimGR
10-14-2004, 03:31 AM
Originally posted by powderhound1976
I'm interested in creating an ISO, but am not sure how to go about it. Is there a favorite utility to use?


If you mean how to burn an iso, use k3b

Uranus
10-14-2004, 03:37 AM
If you want to create an iso file - man mkisofs :)
If you want to make a bootable iso in specific - there are many how-to's on that, have a search.
Sam

powderhound1976
10-14-2004, 08:25 AM
I'm firmiliar with burning an ISO image to disc. I'm trying to create an ISO file. Any suggestions?

Hayl
10-14-2004, 09:05 AM
Uranus gave the answer to you.

the tool is mkisofs

the man page explains how to use it... they have usage examples in the man page as well.

also, there are quite a few threads on here about how to make an iso, if you use the search.

Icarus
10-14-2004, 09:16 AM
Originally posted by Uranus
If you want to create an iso file - man mkisofs :)
If you want to make a bootable iso in specific - there are many how-to's on that, have a search.
Sam That's what I use...

mkisofs myimage.iso /directory/to/be/imaged

ph34r
10-14-2004, 12:24 PM
And if you have an existing cd/dvd that you want to make an iso of, use dd

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