Re: aix compressed psuedo floppies
- From: Art <artmartz@xxxxxxxxxxxx>
- Date: Tue, 28 Mar 2006 13:39:22 GMT
On Mon, 27 Mar 2006 17:11:25 -0800, Tom deL wrote:
Hi Art,
Oh well! I thought maybe this would work. Has anybody tried any
experimenting along this line, and found anything useful? I periodically
have to move enough data that the 2G file size limit for an uncompressed
psuedo floppy is very incovenient.
Not sure about AIX but D3 Linux compressed pseudo-floppies ("p" in
/usr/lib/pick/pick0) writes files that can be uncompressed with gunzip.
Depending upon your distro you might have to rename the files to have a
".gz" extension:
$ mv filesave filesave.gz
$ gunzip filesave.gz
As I remember D3 for Linux links "compress" to "gzip" and "uncompress"
to "gunzip" during installation. This may not be the case on AIX. You
might want to try both gunzip and uncompress from the command line.
HTH,
-Tom
My Bad! (Ooops!) I was pointing to the *compressed* file instead of the
*uncompressed* file. (blush) With ark you can specify either unix
compressed or gzip (or many other compression standards). It seems both
unix compressed and gzip work. Now I need to generate a full account-save
instead of the sample file I tested, and see what happens with multiple
cascaded files. BTW, my tape definition line in pick0 (aix) is:
tape /aixbak/filesave 10000000 p lx # tape 14 1000000 p lx
Art
.
- Follow-Ups:
- Re: aix compressed psuedo floppies
- From: Ross Ferris
- Re: aix compressed psuedo floppies
- References:
- aix compressed psuedo floppies
- From: Art
- Re: aix compressed psuedo floppies
- From: Tom deL
- aix compressed psuedo floppies
- Prev by Date: Re: aix compressed psuedo floppies
- Next by Date: UniBasic code that should work
- Previous by thread: Re: aix compressed psuedo floppies
- Next by thread: Re: aix compressed psuedo floppies
- Index(es):
Relevant Pages
|