From owner-freebsd-current@FreeBSD.ORG Sat Sep 18 08:52:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B2EF16A4CE for ; Sat, 18 Sep 2004 08:52:08 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA3A43D2F for ; Sat, 18 Sep 2004 08:52:07 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i8I8ptNh042822; Sat, 18 Sep 2004 10:51:56 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <414BF727.8020407@DeepCore.dk> Date: Sat, 18 Sep 2004 10:51:51 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Mather References: <20040917074236.A2E7C16A4CF@hub.freebsd.org> <1095471189.31148.229.camel@zappa.Chelsea-Ct.Org> In-Reply-To: <1095471189.31148.229.camel@zappa.Chelsea-Ct.Org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: Jun Kuriyama cc: freebsd-current@freebsd.org Subject: Re: acd0: FAILURE - READ_BIG MEDIUM ERROR X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 08:52:08 -0000 Paul Mather wrote: > On Fri, 17 Sep 2004 08:25:37 +0200, S?ren Schmidt > wrote: >=20 >=20 >>Jun Kuriyama wrote: >=20 >=20 >>>And, this DVD-R has a large file (3GB), and ls(1) (maybe stat(2)) >>>issues an error like this: >> >>Uhm , you cannot have file > 1G on a comliant isofs... >> >> >>>----- >>>% ls -l /cdrom/0 >>>ls: foo.tgz: Value too large to be stored in data type >>>----- >> >>See, it even tells you :) >=20 >=20 > I was bitten by this bug recently, too. I made a data DVD on FreeBSD > that included a large (~2.1 GB) file. Initially, the mkisofs in the > sysutils/cdrtools port flagged a warning about it being too large and > excluded it from the ISO image it created. >=20 > I replaced my cdrtools port with the sysutils/cdrtools-devel port. The= > newer mkisofs in that port does not flag the large file as being "too > large" and includes it in the ISO it creates. >=20 > Unfortunately, FreeBSD does not like that file when I mount the > resultant data DVD. I get that same "Value too large to be stored in > data type" error. Here's the kicker, though: "It works under Windows."= =20 > (At least it seemed to on a Windows XP system I had to hand.) >=20 > So, I'm guessing the newer mkisofs is more cognisant of the latest > standards/de facto standards than the older one. Feel free to submit patches to our iso9660 filesystem code that adds=20 support for this (this is not an ATA driver issue). But beware, if you=20 intend to make DVD's that should be played in a standalone HW player,=20 you dont want >1G files on there. -S=F8ren