PC Review


Reply
Thread Tools Rate Thread

How to create a compressed (!) *.iso image from directory tree ?

 
 
Frank Callone
Guest
Posts: n/a
 
      16th Oct 2007
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

 
Reply With Quote
 
 
 
 
=?iso-8859-1?Q?_db_=B4=AF`=B7.._=3E=3C=29=29=29=BA
Guest
Posts: n/a
 
      16th Oct 2007
so what is the problem
you have with windows?


--

db ·´¯`·.¸. , . .·´¯`·..><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º>¸.
><)))º>·´¯`·.¸. , . .·´¯`·.. ><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º>



..


"Frank Callone" <(E-Mail Removed)> wrote in message
news:4714ebe0$0$30380$(E-Mail Removed)...
> 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
>


 
Reply With Quote
 
Mikhail Zhilin
Guest
Posts: n/a
 
      17th Oct 2007
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


 
Reply With Quote
 
Ace
Guest
Posts: n/a
 
      17th Oct 2007
Plain vanilla disk images do not utilise compression, they are sector by
sector exact copies of the original.
Compression within a disk image is achieved by referencing duplicate
files within that disk image.
One program capable of this is MagicISO: http://magiciso.com/







(E-Mail Removed) (Frank Callone) wrote in
news:4714ebe0$0$30380$(E-Mail Removed):

> 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
>
>




--
*Reply to newsgroup please.
*Your mileage may vary.
*Spelling/Grammar errors free of charge.
 
Reply With Quote
 
Mikhail Zhilin
Guest
Posts: n/a
 
      17th Oct 2007
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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a compressed (!) *.iso image from directory tree ? Frank Callone Windows XP General 0 16th Oct 2007 05:50 PM
Zipped (compressed folders) in directory tree Windos XP SP2 Sachama Windows XP Basics 2 26th May 2005 10:17 PM
Zipped (compressed folders) in directory tree Kenny S Windows XP General 2 23rd Apr 2005 08:11 PM
Zipped (compressed folders) in directory tree Kenny S Windows XP Customization 2 23rd Apr 2005 08:11 PM
Zipped (compressed folders) in directory tree Kenny S Windows XP Basics 3 23rd Apr 2005 08:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:38 AM.