From owner-freebsd-newbies@FreeBSD.ORG Sat Nov 13 03:31:29 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 E778E16A4CE for ; Sat, 13 Nov 2004 03:31:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9653943D2F for ; Sat, 13 Nov 2004 03:31:29 +0000 (GMT) (envelope-from nick.holley@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so489506rnf for ; Fri, 12 Nov 2004 19:31:29 -0800 (PST) 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=jskYovlWSJF7lV9YKKNdV0yf88wxvL+GtS/+nT6j8J6QVfYlynUXX6XUkcPl32tyTcA0lqoFAKIwu16SUlxHTWhd7mdgjN+RV8wMeKH5VS9+28e0AxA9BleyME0A1UjIinKaC5ivMc4GxhAIYh4clFiFXrvI6uKXwxJ+/Rx97yo= Received: by 10.39.3.47 with SMTP id f47mr426495rni; Fri, 12 Nov 2004 19:31:29 -0800 (PST) Received: by 10.38.15.43 with HTTP; Fri, 12 Nov 2004 19:31:29 -0800 (PST) Message-ID: <40200b1704111219314dba8c72@mail.gmail.com> Date: Fri, 12 Nov 2004 20:31:29 -0700 From: nick holley To: freebsd-newbies@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40200b17041112022467e4dac2@mail.gmail.com> Subject: Re: FBSD 5.3-STABLE and 200GB USB2 drive X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nick holley List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 03:31:30 -0000 On Fri, 12 Nov 2004 11:54:40 +0100, Darksidex wrote: > > On Thu, 11 Nov 2004 18:19:40 +0100, Darksidex wrote: > > > That is my problem. I have updated my system to 5.3, and I tried to > > > mount my USB2.0 drive (with 200GB), and the system can't mount it. I > > > had heard that this FBSD version was able to mount this kind of > > > drives, it is true? In that case, what I have to do? > > > > > > > Can you be a little more specific? What errors (if any) do you > > receive? Does the system detect the drive? etc. > > > > Nick > > > > mountmsdosfs(): disk too big (or something like this at this moment I > dont remember) > My systems detects the unit, in /dev/da0s1 > #: mount_msdosfs /dev/da0s1 /internet (/internet directory exists) I'm want to say that your problem is exactly what it says. I think that FreeBSD can only deal with a fat32 partition up to a certain size (128GB?). You might also try splitting it into a couple of different partitions or reformatting as UFS if you don't need windows compatability. Nick