From owner-freebsd-newbies@FreeBSD.ORG Wed Oct 27 15:19:38 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0337C16A4CE for ; Wed, 27 Oct 2004 15:19:38 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEAE43D31 for ; Wed, 27 Oct 2004 15:19:37 +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); Wed, 27 Oct 2004 10:19:41 -0500 Message-ID: <417FBC8A.40009@daleco.biz> Date: Wed, 27 Oct 2004 10:19:38 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darksidex References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Oct 2004 15:19:41.0756 (UTC) FILETIME=[61C2BFC0:01C4BC38] cc: freebsd-newbies@freebsd.org Subject: Re: mount_msdosfs X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 15:19:38 -0000 Darksidex wrote: >Hello list, > >I'm trying to mount a HD that is fat32 formated. I try: >#mount_msdosfs /dev/da0s1(yes, usb) /mnt >but it fails. > >I think it fails because the disk capacity is near 200GB > >Is there something I can do? >Thanks in advantage, and I sorry for my bad english. > > According to: http://www.freebsd.org/releases/5.3R/todo.html msdosfs work from OpenDarwin has been merged back into FreeBSD. This might address the "too large" issue, but I don't know, being just a newbie myself. So, it'd be either update to the latest release candidate for 5.3, or attempt to grab just the msdosfs stuff from the CVS repo and build that part of the tree against your current installation. ***I have no idea whether this would work or not, and strongly advise you not to do it unless you can get confirmation from an expert, perferably a FreeBSD committer, or you like to fix broken installations ....*** KDK