From owner-freebsd-questions@FreeBSD.ORG Sun Apr 10 03:01:36 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 1EE8616A4CE for ; Sun, 10 Apr 2005 03:01:36 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D3543D45 for ; Sun, 10 Apr 2005 03:01:35 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (net4801-2 [192.168.254.1]) by fw.farid-hajji.net (Postfix) with ESMTP id 124A94AD96; Sun, 10 Apr 2005 05:02:08 +0200 (CEST) Date: Sun, 10 Apr 2005 05:02:08 +0200 From: cpghost@cordula.ws To: Damian Gerow Message-ID: <20050410030208.GA3072@fw.farid-hajji.net> References: <20050410013217.GP974@afflictions.org> <20050410014851.GR974@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050410014851.GR974@afflictions.org> User-Agent: Mutt/1.5.8i cc: questions@freebsd.org Subject: Re: DVD Burning: ISO9660 vs. UDF 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: Sun, 10 Apr 2005 03:01:36 -0000 On Sat, Apr 09, 2005 at 09:48:51PM -0400, Damian Gerow wrote: > Thus spake Damian Gerow (dgerow@afflictions.org) [09/04/05 21:33]: > : There are a couple of ways I can work around this, but I was wondering, how > : does one burn a UDF filesystem to a DVD (or any medium, for that matter)? > : Or, how can I coax CD9660 to like files that big? (I'm near positive I > : can't.) > > Answering my own question: mkisofs supports '--udf' as a way to enable an > alpha-quality pseudo-UDF filesystem. If you're only backing up data, this is not so important, but if you're backing up whole systems, you may want to consider a more pragmatic approach: The real question here is: can you read UDF from a freshly installed system without having to install additional programs, and without having to restore from that very UDF backup? Or, asked differently: can you actually READ your UDF backups when booting from the fixit CD? When doing backups, it's always best to be really conservative about the formats you use. If your file is >1GB, you could always split(1) it into 1GB chunks before running growisofs (be sure to document it in some way though, e.g. fileN.1o4, fileN.2o4, fileN.3o4, fileN.4o4). Another way is to tell your backup utility to create chunks <1GB. dump(8) can do this for you. gtar perhaps too (--tape-length). Cheers, -cpghost. -- Cordula's Web. http://www.cordula.ws/