From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 18:16:13 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 E00F416A4CE for ; Wed, 8 Dec 2004 18:16:13 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1FA43D5E for ; Wed, 8 Dec 2004 18:16:13 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id BAA16C40801 for ; Wed, 8 Dec 2004 13:16:12 -0500 (EST) X-Sasl-enc: 3j2ObVmc42tGVLcD19N9Bw 1102529772 Received: from gumby.localhost (dsl-80-41-61-11.access.uk.tiscali.com [80.41.61.11]) by frontend3.messagingengine.com (Postfix) with ESMTP id A9ACD2876F for ; Wed, 8 Dec 2004 13:16:12 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 8 Dec 2004 18:17:20 +0000 User-Agent: KMail/1.7.1 References: <1102527726.37046.21.camel@gromit.dlib.vt.edu> In-Reply-To: <1102527726.37046.21.camel@gromit.dlib.vt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412081817.20483.list-freebsd-2004@morbius.sent.com> Subject: Re: mkisofs and large files 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, 08 Dec 2004 18:16:14 -0000 On Wednesday 08 December 2004 17:42, Paul Mather wrote: > On Wed, 8 Dec 2004 04:08:12 +0000, RW > > wrote: > > I've been trying to burn a single large file (a 4.2 GB encrypted gbde > > filesystem within a file) to a DVD, but mkisofs tells me the file is too > > large. > > > > I looked on Google and found that mkisofs had a filesize limit of 2 GB, > > but this was increased to 4 GB, so I dropped the filesize to 4095 MB, but > > it still failed, so I guess the version in ports still has the 2 GB > > limits. > > The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs > installed by sysutils/cdrtools-devel does not. >... > But, I would issue a big caveat about what you are proposing to do: you > may be able to burn the DVD, but it is likely that you will not be able > to access the large (> 2 GB) file under FreeBSD from the burned disc. Ah, you're right df reports the size correctly, but nothing else works.