From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 12:20:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9445B16A500 for ; Tue, 26 Aug 2003 12:20:48 -0700 (PDT) Received: from ohsmtp02.ogw.rr.com (ohsmtp02.ogw.rr.com [65.24.7.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF6543F85 for ; Tue, 26 Aug 2003 12:20:45 -0700 (PDT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) by ohsmtp02.ogw.rr.com (8.12.5/8.12.2) with SMTP id h7QJKerq027561 for ; Tue, 26 Aug 2003 15:20:44 -0400 (EDT) Message-ID: <007801c36c05$815e8f00$0200a8c0@satellite> From: "dave" To: Date: Tue, 26 Aug 2003 15:08:55 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: file size limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 19:20:48 -0000 Hello, Wondering if ffs has a file size limit. I've got a rather large tar file that i've got on the slave drive, the ext2 drive that caused me so much grief. I've copied it over to a tmp area and tried to extract it. gzip gives me an unexpected end of file error. When i use tar's -zt option to test it it fails on an .avi file. Said avi file has spaces in it's file name and is on the order of approx 4.5 g in size. Ideally i'd like to extract all the information in this tar file, but failing that i'd like to extract everything around the avi that is not corrupted so i won't loose everything. Thanks. Dave.