From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 21:48:43 2005 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 9073D16A4CE for ; Tue, 19 Apr 2005 21:48:43 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C28543D3F for ; Tue, 19 Apr 2005 21:48:43 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 19 Apr 2005 16:50:12 -0500 Message-ID: <42657CB8.6090801@daleco.biz> Date: Tue, 19 Apr 2005 16:48:40 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Brian M. Kincaid" References: <42656B69.7070009@pacbell.net> In-Reply-To: <42656B69.7070009@pacbell.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Apr 2005 21:50:12.0906 (UTC) FILETIME=[C3B100A0:01C54529] cc: freebsd-questions@freebsd.org Subject: Re: msdosfs fat32 disk size limit in FreeBSD? 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: Tue, 19 Apr 2005 21:48:43 -0000 Brian M. Kincaid wrote: > Hello, > > Is there an upper limit to the size of a FAT32 file system in the > FreeBSD msdosfs code? > I put in an 80GB drive recently and there have been problems. There is > no problem with small FAT32 file systems on floppies or flash memory > cards. Any useful comments before I go back to the (working) 60GB > drive configuration? > > Thanks, > > Brian > IANAE, but I think there is; IIRC, though, it's 128 GB unless you have compiled "MSDOSFS_LARGE"* into your custom kernel, so I can't address your problem with an 80GB disk.... What system are you on (`uname -a`)? Kevin Kinsey *Or something like that ... check release notes on 5.3, again, that's if I recall correctly....