From owner-freebsd-questions@FreeBSD.ORG Fri Aug 18 18:03:15 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 0F55516A4DF for ; Fri, 18 Aug 2006 18:03:15 +0000 (UTC) (envelope-from jhorne@dfwlp.org) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCE143D5D for ; Fri, 18 Aug 2006 18:03:14 +0000 (GMT) (envelope-from jhorne@dfwlp.org) Received: from webmail.dfwlp.org (localhost.dfwlp.com [127.0.0.1]) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k7II3AfN033419 for ; Fri, 18 Aug 2006 13:03:10 -0500 (CDT) (envelope-from jhorne@dfwlp.org) Received: from 167.246.36.14 (SquirrelMail authenticated user jhorne) by webmail.dfwlp.org with HTTP; Fri, 18 Aug 2006 13:03:10 -0500 (CDT) Message-ID: <57240.167.246.36.14.1155924190.squirrel@webmail.dfwlp.org> In-Reply-To: <20060818174053.67694.qmail@web27609.mail.ukl.yahoo.com> References: <20060818174053.67694.qmail@web27609.mail.ukl.yahoo.com> Date: Fri, 18 Aug 2006 13:03:10 -0500 (CDT) From: "Jonathan Horne" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: Re: How do I access external USB fat32 160 GB drive? 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: Fri, 18 Aug 2006 18:03:15 -0000 > Hello > > When I try to mount the drive with mount_msdos it tells me the filsystem > is to big. The drive consists av a single fat32 partition. > > Windows can access it so it must be possible in FreeBSD too. I read > about recompiling the kernel with option MSDOSFS_LARGE. But that option > seems to be gone i GENERIC now. > > Thanks > > you have to change the MSDOSFS to MSDOSFS_LARGE. i did it on one of my systems, and it works fine (however, ive heard hearsay that its not enabled by default due to stability issues when it has too may files in the filesystem). hth, jonathan