PDA

View Full Version : iso files



pc3
06-27-2004, 08:12 AM
How to make and edit a iso file like ultraiso on windows ?

Thx

eadz
06-27-2004, 09:05 AM
to make an iso you use the mkisofs command, there are more instructions by typing "man mkisofs" or some examples in the remastering howto.

to read an iso file you mount it :

mount -o loop /some/iso/file.iso /mnt/some/mount/point

then in /mnt/some/mount/point wil be all the files in the iso

monkymind
06-27-2004, 09:47 AM
There's a neat little script on Kde-look that allows you to mount/unmount/browse/etc iso images from konqueror just by right clicking.

http://kde-look.org/content/show.php?content=11577


Description:
Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.

Cheers
rob

pc3
06-27-2004, 01:18 PM
Thx for your answer, but the script "mount-iso" have a bug wheb you try to mount a iso file.

I have installed ultraiso with wine.