From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 16:10:56 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 57FF91065686 for ; Fri, 23 Jan 2009 16:10:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 956068FC1A for ; Fri, 23 Jan 2009 16:10:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n0NGAQAU038186; Fri, 23 Jan 2009 17:10:26 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n0NGAQ4x038183; Fri, 23 Jan 2009 17:10:26 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 23 Jan 2009 17:10:26 +0100 (CET) From: Wojciech Puchar To: cpghost In-Reply-To: <20090123014001.GA2536@phenom.cordula.ws> Message-ID: <20090123171009.N38136@wojtek.tensor.gdynia.pl> References: <20090123011043.GA86638@thought.org> <20090123014001.GA2536@phenom.cordula.ws> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Gary Kline , FreeBSD Mailing List 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: Fri, 23 Jan 2009 16:10:57 -0000 > Perhaps there is something like that, but I do it manually like this: > > * mkdir cdr/ > * copy approx 3.0 to 3.1 GB worth of files into cdr/ > * mkisofs -R -J -o cdr.iso cdr/ > > Then use dvdisaster (/usr/ports/sysutils/dvdisaster) to thank you for pointing out such a nice tool!