From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 22:29:01 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 C69FD16A4CE for ; Tue, 19 Apr 2005 22:29:01 +0000 (GMT) Received: from smtp819.mail.sc5.yahoo.com (smtp819.mail.sc5.yahoo.com [66.163.170.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 7138E43D1F for ; Tue, 19 Apr 2005 22:29:01 +0000 (GMT) (envelope-from bmk0@pacbell.net) Received: from unknown (HELO ?192.168.0.2?) (bmk0@pacbell.net@67.174.233.252 with plain) by smtp819.mail.sc5.yahoo.com with SMTP; 19 Apr 2005 22:29:01 -0000 Message-ID: <4265862C.4060504@pacbell.net> Date: Tue, 19 Apr 2005 15:29:00 -0700 From: "Brian M. Kincaid" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Kinsey References: <42656B69.7070009@pacbell.net> <42657CB8.6090801@daleco.biz> In-Reply-To: <42657CB8.6090801@daleco.biz> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:29:01 -0000 Yeah, I already had MSDOSFS_LARGE turned on, and I realize that it's supposed to be an issue if you have bigger than 128GB drives. I'm running 6.0-CURRENT. I'll keep looking... Brian Kevin Kinsey wrote: > 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.... >