From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 21:10:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C19D10656CD for ; Mon, 26 Jan 2009 21:10:01 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4C18FC0A for ; Mon, 26 Jan 2009 21:10:01 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LRYiW-0000EB-9g for freebsd-questions@freebsd.org; Mon, 26 Jan 2009 13:10:00 -0800 Message-ID: <21673928.post@talk.nabble.com> Date: Mon, 26 Jan 2009 13:10:00 -0800 (PST) From: regis505 To: freebsd-questions@freebsd.org In-Reply-To: <20090124034209.GA31215@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: regis505@gmail.com References: <20090123011043.GA86638@thought.org> <497954FE.8050206@gmail.com> <20090123074516.GC96433@thought.org> <20090123091407.0485db35.freebsd@edvax.de> <20090124034209.GA31215@thought.org> Subject: Re: how to create a DVD backup filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 21:10:01 -0000 > But this does not (!) make the media mountable! You may see that > as a disadvantage, but maybe it's not: You can access it now > directly without needing to mount it, and you can extract from > it by selection, e. g. > > % tar xvjf /dev/cd0 ~/music > > to only extract the music/ subtree. > > The tar "file system" is best for interoperability because (if > I may say this) every UNIX-like OS can read tar, no matter if you > put it n discs, disks, tapes or even hard disks or USB sticks. I was curious to tar directly to a blank dvd+rw. I tried: tar -cvf /dev/cd1 root0-090107.gz root1-090116.gz a root0-090107.gz a root1-090116.gz I got the prompt back but the dvd device stays busy (on the unit, the light flashes non stop). Any ideas? Regis -- View this message in context: http://www.nabble.com/how-to-create-a-DVD-backup-filesystem--tp21617046p21673928.html Sent from the freebsd-questions mailing list archive at Nabble.com.