From owner-freebsd-hackers Thu Aug 15 02:57:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA28553 for hackers-outgoing; Thu, 15 Aug 1996 02:57:16 -0700 (PDT) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA28548 for ; Thu, 15 Aug 1996 02:57:11 -0700 (PDT) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) with SMTP id LAA09437; Thu, 15 Aug 1996 11:02:27 +0100 (BST) Date: Thu, 15 Aug 1996 11:02:27 +0100 (BST) From: Developer To: "Jordan K. Hubbard" cc: Michael Smith , Paul Richards , lada@ws2301.gud.siemens.co.at, philip_milne@il.us.swissbank.com, hackers@freebsd.org, armando_ferreira@il.us.swissbank.com, charlie_conklin@il.us.swissbank.com Subject: Re: Nightmare. In-Reply-To: <14039.840020213@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 14 Aug 1996, Jordan K. Hubbard wrote: > a) Write a filesystem which understands tar files natively. Note: there may > be a slight performance penalty for folks running with their root > partitions mounted on a TARFS - perhaps we could note this somewhere. Well, this would be handy, but what would be really useful is making ufs understand both tar and tar.gz files, so we could do things like:- cd fred.tar.gz ls file1 file2 file3 cp file1 /tmp cp /tmp/file1b file1 Etc.. I remember a similar thing on the Amiga that handled lha files in this way.. but lha compressed each file in the archive seperatley so the whole archive did not need to be de-compressed to get to a single file. Regards, Trefor S.