E.Chalaron wrote: >Hi there > >Is there a way I can split a 15 G iso file into several ?????? >Has Mkisofs a split option or should I tar the directory first ? >Thanks >E > > > > Hi You could try this to split a file, the 1m is the file size, man split for more info- split -b 1m file to put it back togrether - cat file1 file2... >>file vince