From owner-freebsd-newbies@FreeBSD.ORG Wed Oct 27 20:32:06 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 60A2316A4CE for ; Wed, 27 Oct 2004 20:32:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE28443D46 for ; Wed, 27 Oct 2004 20:32:04 +0000 (GMT) (envelope-from humprhey@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so415722wri for ; Wed, 27 Oct 2004 13:32:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=uEV8iiReb5+SSSW7Ne70jgYmKPAjD8dywP8fCnuWOyPCWlqlbv3BNPysKYfIA7/ab8BeekDSGNztsujkJOJl345PTbWElzjMBcLiHMc5lZwzuVBJ9FhtI3Hmio14i07v4m0OuqRFfDX56ONc06z260ZF4R5FVhbERRSSMFwgnGk= Received: by 10.38.13.79 with SMTP id 79mr1004289rnm; Wed, 27 Oct 2004 13:32:02 -0700 (PDT) Received: by 10.38.24.50 with HTTP; Wed, 27 Oct 2004 13:32:02 -0700 (PDT) Message-ID: Date: Wed, 27 Oct 2004 20:32:02 +0000 From: Darksidex To: freebsd-newbies@freebsd.org In-Reply-To: <417FBC8A.40009@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <417FBC8A.40009@daleco.biz> Subject: Re: mount_msdosfs X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Darksidex 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 20:32:06 -0000 On Wed, 27 Oct 2004 10:19:38 -0500, Kevin D. Kinsey, DaleCo, S.P. wrote: > 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 > Ok, I will try to update to 5.3. If it doesn't work, I think I will have to create 2 partitions.