Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tar limitations?
- To: <tlug@example.com>
- Subject: Re: tar limitations?
- From: Tod McQuillin <devin@example.com>
- Date: Mon, 17 Sep 2001 21:16:30 +0900 (JST)
- Cc: Hector Akamine <akamine@example.com>
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- Delivered-To: tlug@example.com
- In-Reply-To: <15269.52001.193868.425339@example.com>
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Old-Return-Path: <devin@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <t8XnQC.A.fhB.Dlep7@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: Tod McQuillin <devin@example.com>
On Mon, 17 Sep 2001, Stephen J. Turnbull wrote: > >>>>> "Hector" == Hector Akamine <akamine@example.com> writes: > > Hector> but when the size of the file becomes about 2GB > > Ie, 2^31 - 1 == MAXINT. Get an Alpha or an Ultrasparc; fixing tar to > use size_t's throughout isn't worth the aggravation when you need a > >4GB file. ;-) The problem likely lies in trying to write a file larger than 2^31 bytes, rather than in tar outputting that many bytes. If it seems like there is no difference, consider: tar cvf - . | gzip -c > file.tar.gz In this case tar can output more than 2^31 bytes while the gzipped file will likely be smaller. This may be cheaper than getting an Alpha or Ultrasparc :-) -- Tod McQuillin
- Follow-Ups:
- Re: tar limitations?
- From: Tod McQuillin <devin@example.com>
- Re: tar limitations?
- From: Jack Morgan <jack@example.com>
- Re: tar limitations?
- From: "Scott M. Stone" <sstone@example.com>
- References:
- tar limitations?
- From: "Stephen J. Turnbull" <turnbull@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Printing PostScript
- Next by Date: Re: Printing PostScript
- Prev by thread: tar limitations?
- Next by thread: Re: tar limitations?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links