From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 04:07:10 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 C4F1116A4CE for ; Wed, 8 Dec 2004 04:07:10 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965C243D5D for ; Wed, 8 Dec 2004 04:07:10 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 0424EC40520 for ; Tue, 7 Dec 2004 23:07:09 -0500 (EST) X-Sasl-enc: EJss4lNQENFcwPaL2xkUyg 1102478825 Received: from gumby.localhost (dsl-80-41-117-57.access.uk.tiscali.com [80.41.117.57]) by frontend2.messagingengine.com (Postfix) with ESMTP id 9DE6756D394 for ; Tue, 7 Dec 2004 23:07:04 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 8 Dec 2004 04:08:12 +0000 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412080408.12838.list-freebsd-2004@morbius.sent.com> Subject: 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 04:07:10 -0000 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. Does the development version of cdrtools in ports have the 4 GB limit? If so, how can I get sysutils/dvd+rw-tools to use the newer version, is it just a matter of deinstalling them both and changing the dependence in pkgtools.conf?