On Wed, 25 Sep 2002, Helton, Brandon wrote:
> I am trying to take a directory that is much larger than 700MB and break it down
> into multiple iso images that will fit on a standard CD.  I was hoping to do
> this without much manual work since the directory structure would force me to
> script something to break it apart at 650/700MB boundaries if mkisofs cannot do
> the work for me.  I searched the manpage for mkisofs from cdrtools_1.11a and all
> I came up with was this -split-output that seems to split one huge iso image
> into multiple images.  The catch is that the manpage says it creates new images
> in approximately 1GB increments.  This wouldn't fit on a standard CD.  So, I'm
> looking for a way to break one large image into multiple images of approx.
> 650-700MB in size.  Is there a way to make -split-output produce iso images that
> are much less than 1GB so they do fit on a standard CD?  Or is there another way
> entirely to do what I need?  Any help or information would be appreciated.
> Thanks,
> 
> Brandon
> 
>      -split-output
>           Split the output image into several files  of  approxi-
>           mately  1  GB.   This helps to create iso9660 images on
>           operating systems without large file support.  To  make
>           -split-output  work,  the  -o  filename  option must be
>           specified. The resulting outout images will  be  named:
>           filename_00,filename_01,filename_02...

So you want to use CD-Rs or CD-RWs to transport the image parts to a second computer.
You can use the split(1) program to split the ISO image into appropriately sized parts.
Mkisofs does the very same but with larger (fixed) fragment sizes.

You probably have to create iso-filesystems, each containing one fragment-file to keep 
the
fragment sizes exact. (I had sometimes problems when reading raw data from CD-Rs, the 
last sectors
probably the next after last with user data produced read errors. So I don't know if 
you can
realiably read the raw fragment data off the CD.)

Remember to merge (cat(1)) the parts before writing a DVD or mounting it via the loop 
device! ;-)

If you want to make several different images, each fitting onto a CD, you, of course, 
have to choose
yourself which dirs/files you want to put onto the different volumes. ;-))

Kind regards

        Carsten


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to