From owner-freebsd-questions@FreeBSD.ORG Fri Aug 18 18:15:24 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 7966B16A4DA for ; Fri, 18 Aug 2006 18:15:24 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E88C43D58 for ; Fri, 18 Aug 2006 18:15:24 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k7IIFNkS000254; Fri, 18 Aug 2006 11:15:23 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Fri, 18 Aug 2006 14:15:09 -0400 User-Agent: KMail/1.9.3 References: <20060818174053.67694.qmail@web27609.mail.ukl.yahoo.com> In-Reply-To: <20060818174053.67694.qmail@web27609.mail.ukl.yahoo.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608181415.10159.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Bobby Knight 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:15:24 -0000 On Friday 18 August 2006 13:40, Bobby Knight wrote: > 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. Hence the need to compile your own kernel. Refer to /usr/src/sys/conf/NOTES for details on _why_ you may or may not want to use this. Refer to the handbook for information on how to compile your own kernel (it's easy). JN