Compress problem

Mike Wescott wescott at Columbia.NCR.COM
Tue Jan 9 05:35:03 AEST 1990


In article <493 at dhump.lakesys.COM> mort at dhump.lakesys.COM (Mort d`Hump) writes:
> I am having trouble using compress to de-compress large .Z files.
> The operation terminates with a "File too large" error.

> This is the first file I have trouble with:
> mort     users    1059441 Dec 21 21:01 SML3.1.cpio.Z

I'll bet that your ulimit is too small for the resulting uncompress'd file.
Try increasing your ulimit or dearchiving as you go:

	zcat SML3.1.cpio.Z | cpio -ivcBd

--
	-Mike Wescott
	 mike.wescott at ncrcae.Columbia.NCR.COM



More information about the Comp.unix.questions mailing list