Re: New tool for packing files into an ISO image

Bill Davidsen <[email protected]>
Newsgroups gmane.comp.audio.cd-record
Organization TMR Associates Inc, Schenectady NY
Message-ID <[email protected]>
Tom Horsley wrote:
> On Thu, 8 Dec 2011 18:50:46 -0800
> BitBucket wrote:
>
>    
>> Tom:
>>
>> I'm a bit behind the curve (as a matter of policy, mostly).  What would be
>> an 'old' tool for packing files into an ISO image that you were improving
>> upon?  Looking for Windows GUI-based tools here, to pack offloads onto DVDs.
>>      
> As far as I know, there is no old tool for doing this. This one is
> new because I just wrote it, not because it replicates the function
> of some old tool (at least I couldn't find any existing tool
> or I probably wouldn't have written this one :-).
>
>
>    
There is a useful tool for determining what will fit on a media size, 
and it has been around. since the mid 1990s, called breaker. It takes as 
input a list of items and sizes, such as are creates by
   ls -s | sort -n
     or
   du -S | sort -n
and you provide the size of the media, optional rounding up in size of 
each item, optional fixed overhead per item (tar/cpio headers), and have 
options to generate a file list inone-file-per-media format and 
optionally use a format suitable for the "graftpoints" option in cdrecord.

It's still on public.tmr.com as source, I started it before CD burners 
were common and I was backing up a massice 600MB drive to 60MB takes. 
The problem hasn't changed, the numbers have just gotten bigger. :-(

-- 
Bill Davidsen<[email protected]>
   We are not out of the woods yet, but we know the direction and have
taken the first step. The steps are many, but finite in number, and if
we persevere we will reach our destination.  -me, 2010




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.