From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 21:43:28 2005 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 3FB1E16A4CE for ; Wed, 30 Mar 2005 21:43:28 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43C543D48 for ; Wed, 30 Mar 2005 21:43:27 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so310512wri for ; Wed, 30 Mar 2005 13:43:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=o5PTokEbbkfBSSnsK1EtPT3NtTGs2vG0jR8AfNcDaM/26U+VKY7ojxQxnV1I2qi6IzxTwCY1nv1fDuV4obWEgOmRTcf0K7wx1hRL1HVpdb6hX4+tKN3EFvzk8VDS+sQ5ws+xl6RuxMXFIbrEZN09UdbgGOSKQdev/yRNISAok0w= Received: by 10.54.3.35 with SMTP id 35mr258519wrc; Wed, 30 Mar 2005 13:43:27 -0800 (PST) Received: by 10.54.11.22 with HTTP; Wed, 30 Mar 2005 13:43:27 -0800 (PST) Message-ID: <126eac48050330134340ab0e6e@mail.gmail.com> Date: Wed, 30 Mar 2005 23:43:27 +0200 From: Josh Ockert To: infofarmer@mail.ru In-Reply-To: <424B00C7.6000405@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <424AEFB2.8020001@mail.ru> <424AF4B1.4060403@toldme.com> <424B00C7.6000405@mail.ru> cc: Danny Howard cc: FreeBSD-Questions Questions Subject: Re: Mount a tar archive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 21:43:28 -0000 On Wed, 30 Mar 2005 23:40:55 +0400, Andrew P. wrote: > Danny Howard wrote: > > Andrew P. wrote: > > > >> Hello! > >> > >> I have a 80G tar archive which I have nowhere to > >> extract to. Could I mount it as a filesystem? > >> Read-only would suffice. > > > > > > Andrew, > > > > Short of that solution, why not tar -t to get a list of files in the > > archive, then you can tar -x the files you actually want. > > > > You ought to be able to: > > tar -t foo.tar > list.txt > > edit list.txt > > cat list.txt | xargs tar -x foo.tar > > > > -danny > > > > The archive is actually part of my music collection on > a headless fileserver. I would like to share it with > samba. It's a pity that FreeBSD doesn't have linuxish > arcfs or tarmount, but that sort of thing is not really > needed very often. > > Thanks to all for your kind help! > Andrew P. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Can't GNOME-vfs do this?