>>Extent overflow processing file >>/home/percy-a/koyabe/cheng_backup/./cheng_gordon_backup.tar >>Starting block is 24 >>Reported file size is 1036916224 extents >> >>Do you know the flag I should use to create continuity ? > > >What is the size of the tar file? > >I know that there have been some strange things like yours >that seem to be caused by effects from stat(2) on Linux. It looks like you are using a very old version of mkisofs (I guess v1.11) - the latest version is 1.13 There was a 800Mb limit to the output size, which has been removed in v1.12 to allow for DVD size outputs. There was also an error in the above error message - the size should be in bytes, not extents (extent == 2048 bytes). So I guess you are trying to create a CD image using about 1Gb of input data. James Pearson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

