Frank,
That means there are many identical files in the directory tree -- and
this iso-file is not compressed, but optimized.
In the case of the identical files, some of the iso-programs are coding
the content of the identical files only once. Then all the directory
entries of such files, regardless of their amount, names or positions in
the directory tree, are referred to this single location -- saving the
space in the iso-file. But when you extract this image -- all these
files are cloning individually from this single file image.
To create the optimized images, you can try UltraIso,
http://www.ezbsystems.com/ultraiso/index.html (a trial version is
available) -- if to enable the option of optimization (in the image
properties).
Or freeware CdImageGui,
http://www.echip.com.vn/echiproot/So...cdimagegui.zip
that has more user selected options for the image creation -- but
creates the iso-file only of the single complete directory tree (unlike
UltraIso, which can combine several unconnected directories, and delete
or add any individual files in any place of the image directories).
--
Mikhail Zhilin
MS MVP (Windows - Shell/User, 2000..2008)
http://www.aha.ru/~mwz
Sorry, no technical support by e-mail.
Please reply to the newsgroups only.
======
On 16 Oct 2007 16:50:41 GMT,
(E-Mail Removed) (Frank Callone) wrote:
>It started all with an existing *.iso image archive file.
>
>I extracted the content onto my hard disc.
>
>While the original *.iso image file archive has a size of lets say 2000000 bytes the
>extracted directory tree has a size of total approx. 3000000 bytes (=50% more).
>
>Now I tried to re-pack the extracted directory tree back into a new *.iso image.
>Yes I could do it with some tools. But the resulting *.iso file had always a size
>of 3000000 bytes just as the original directory tree.
>
>Unfortunately I did not found a way of creating an *.iso image which is compressed.
>
>How do I create a (maximum) compressed *.iso image file ?
>
>The test operations described above were just test cases to find out the compression ratios.
>I planned to apply later the compression + *.iso image process on other different directory trees.
>
>Frank