From owner-freebsd-questions@FreeBSD.ORG Thu Aug 25 12:23:54 2005 Return-Path: X-Original-To: questions@FreeBSD.org 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 1F8B816A41F; Thu, 25 Aug 2005 12:23:54 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E5143D46; Thu, 25 Aug 2005 12:23:53 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 961D8617E; Thu, 25 Aug 2005 14:23:34 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id 707EF6143; Thu, 25 Aug 2005 14:23:34 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 84C6033CA7; Thu, 25 Aug 2005 14:23:45 +0200 (CEST) To: Bruce Evans References: <200508191942.26723.mi+mx@aldan.algebra.com> <20050820142802.E60211@delplex.bde.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 25 Aug 2005 14:23:45 +0200 In-Reply-To: <20050820142802.E60211@delplex.bde.org> (Bruce Evans's message of "Sat, 20 Aug 2005 15:09:46 +1000 (EST)") Message-ID: <863boytdbi.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00 X-Spam-Learn: ham X-Spam-Score: -5.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on tim.des.no Cc: Mikhail Teterin , questions@FreeBSD.org, standards@FreeBSD.org Subject: Re: very big files on cd9660 file system 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: Thu, 25 Aug 2005 12:23:54 -0000 Bruce Evans writes: > Mostly (b). Sizes are 64 bits in the standard, but FreeBSD has always > silently discarded the highest 32 bits and corrupted the next highest > bit to a sign bit, so the file size limit is at most 2GB or 4GB > (depending on whether the sign bit gets corrupted back to a value bit). ISO9660 does not use 64-bit values. Those 8-byte values you see in the headers are 32-bit values stored first in little-endian format and second in big-endian format. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no