From owner-freebsd-questions@FreeBSD.ORG Sun May 28 21:54:35 2006 Return-Path: X-Original-To: freebsd-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 A045D16C552 for ; Sun, 28 May 2006 21:46:24 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B9E43D5C for ; Sun, 28 May 2006 21:46:17 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.sprint-hsd.net ([71.54.28.212] helo=kt.weeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FkT5T-00078y-00; Sun, 28 May 2006 17:46:15 -0400 Date: Sun, 28 May 2006 17:46:48 -0400 From: Randy Pratt To: hans@lambermont.dyndns.org (Hans Lambermont) Message-Id: <20060528174648.b5ed0d48.bsd-unix@earthlink.net> In-Reply-To: <20060528205107.GF50477@leia.lambermont.dyndns.org> References: <20060528192121.GE50477@leia.lambermont.dyndns.org> <4479FF59.7030902@gmail.com> <20060528205107.GF50477@leia.lambermont.dyndns.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: yattaran@gmail.com, freebsd-questions@freebsd.org Subject: Re: What is the maximum file size on a dvd+r ? 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: Sun, 28 May 2006 21:54:36 -0000 On Sun, 28 May 2006 22:51:07 +0200 hans@lambermont.dyndns.org (Hans Lambermont) wrote: > yattaran wrote: > > > Hans Lambermont wrote: > >> What is the maximum file size on a dvd+r ? > > > > Here's a list of sites I have bookmarked about DVD sizes: > > Hi Yattaran, > > I'm not looking into the size of a DVD disc, I'm looking into the size > limits of a *file* on the DVD. Sorry for the confusion. > > I can write a file of 4166629386 bytes to the dvd+r just fine, but > cannot read it afterwards : > ls: backup.bz2: Value too large to be stored in data type > > The dvddemystified website has an interesting pointer on it in the 'note > section of chapter 3.3' : "FAT16 also has a 2 gigabyte file size limit" There is a PR about this: ttp://www.freebsd.org/cgi/query-pr.cgi?pr=kern-91488 I have a PVR250 tv capture card and it will easily produce files in excess of 2G. I applied one of the patches mention in the PR locally and can read those large files back to the system (and reapply it after each CVSup since it hasn't been committed). HTH, Randy --