[KLUG Members] cd writing

Steve Petersen steve.petersen at charter.net
Wed Sep 15 17:36:04 EDT 2004


Yeah, tar up the info you want to put on CDs ('man tar') just like zip 
in Windows, and then split the tar file into chunks the size of the 
medium, using 'split'.  If you want the process automated, though, you 
might have to write some wrapper shell script.  Though perhaps someone's 
written a program to do this already?

Steve

Dirk H Bartley wrote:
> split may do the job.  
> 
> man split
> 
> Dirk
> 
> On Wed, 2004-09-15 at 13:05, komal wrote:
> 
>>Hi
>>I want to create data CDs of 10GB of data. Under WinZip, there is a span
>>option. Using it one can create zip archive on floppy, which can span
>>multiple cds. Now I want to create data CDs in such a way that KB will ask
>>for next CD once it finish writing on first CD without wasting any space.
>>That is if the next file of 100MB and there is only 95MB space available
>>then the program will automatically call another with that size.
>>
>>Thank you
>>Komal
>>
>>_______________________________________________
>>Members mailing list
>>Members at kalamazoolinux.org
>>
> 
> 
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 
> 


More information about the Members mailing list