From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 05:57:45 2004 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 1A07116A4CE for ; Wed, 1 Dec 2004 05:57:45 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEEE43D53 for ; Wed, 1 Dec 2004 05:57:44 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a170.otenet.gr [212.205.215.170]) iB15vZ3e029704; Wed, 1 Dec 2004 07:57:37 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iB15vXoZ042149; Wed, 1 Dec 2004 07:57:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iB15vW6F042148; Wed, 1 Dec 2004 07:57:32 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 1 Dec 2004 07:57:32 +0200 From: Giorgos Keramidas To: Mike Jeays Message-ID: <20041201055732.GD41749@gothmog.gr> References: <41AC82A4.4080302@cogeco.ca> <1101860962.10293.8.camel@chaucer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1101860962.10293.8.camel@chaucer> cc: Eric Kjeldergaard cc: freebsd-questions@freebsd.org Subject: Re: USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:57:45 -0000 On 2004-11-30 19:29, Mike Jeays wrote: > As a follow-up, I have had good success with putting a UFS on flash > drives. HEH :-) So, I'm not the only one who uses UFS on his USB flash drives. Nice! > They then make a great backup device, and you can keep all the file > permissions with either tar or cp -rp. The latter wastes some space, > but makes it very easy to recover single files. I do that a lot of times too. Extracting individual files from tar archives on a flash disk is not that hard: # cd /tmp # tar xzvf /mnt/jflash/mdoc/file.tgz mdoc/foo/bar/blah.mdoc