From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 15:03:04 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 05B7D16A40F for ; Tue, 10 Oct 2006 15:03:04 +0000 (UTC) (envelope-from newroswell@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6033D43D5E for ; Tue, 10 Oct 2006 15:03:03 +0000 (GMT) (envelope-from newroswell@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so338270wra for ; Tue, 10 Oct 2006 08:03:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QeaII5AmZp2unMrJDqtwqfZF82A2+B7JqXFwt23O4oz3sBLZlD58QpGAfiRHK+kEB+o5MEHeHD1PJ9mYdbwFoklOCJf1yHQJuFrGaLcT6swhpCCuQMVDvRfwfXVRlObjPLZTkrdJGFMdJ7Ig/l3y9lyHlcy4MCUUHtia/pX8tnI= Received: by 10.90.83.14 with SMTP id g14mr3627905agb; Tue, 10 Oct 2006 08:03:02 -0700 (PDT) Received: by 10.90.87.1 with HTTP; Tue, 10 Oct 2006 08:03:01 -0700 (PDT) Message-ID: <375baf50610100803r28cb467ageee71aae5b06686a@mail.gmail.com> Date: Tue, 10 Oct 2006 08:03:01 -0700 From: "Kevin Sanders" To: "Jonathan Horne" In-Reply-To: <200610092206.49993.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060925220057.hqu0378bjk04gccg@webmail.cs.vt.edu> <375baf50610091643n4a283023i6457bb1bcfdf8926@mail.gmail.com> <200610092206.49993.freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: Re: mount_msdosfs 240G 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: Tue, 10 Oct 2006 15:03:04 -0000 On 10/9/06, Jonathan Horne wrote: > On Monday 09 October 2006 18:43, Kevin Sanders wrote: > > On 9/26/06, Alistair Sutton wrote: > > > On 26/09/06, sanya wrote: > > > I had a similar problem when trying to mount a 180G USB drive. > > > > > > Recompiling my kernel with the MSDOSFS_LARGE option allowed me to > > > mount the drive. > > > > I wonder why this isn't the default? > > because support for this is not deemed stable in environments that have X > number of files in the file system, where X is "a number i cannot remember > right now, but its a lot more than i have or ever will have". Good to know. It looks like there are a couple PR's related to large MSDOSFS's. I have a 400gb USB drive that I can use to check these problems out with if I have time this weekend.