From owner-freebsd-questions@FreeBSD.ORG Mon May 7 21:32:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 631D816A406 for ; Mon, 7 May 2007 21:32:04 +0000 (UTC) (envelope-from oxyopes@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 0E04F13C465 for ; Mon, 7 May 2007 21:32:03 +0000 (UTC) (envelope-from oxyopes@googlemail.com) Received: by wx-out-0506.google.com with SMTP id s18so1562517wxc for ; Mon, 07 May 2007 14:32:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SvEOCFWkZw+F8C9oYdvf8MjiMxMP6HeQkd+AEga+Vqu3csrlftLb+NxN2gMQcfcQcLghFde0qF2NFrtgYuEFUBIXl5nxXP+hWKew0OFAlV9ScUGWVUx931t6c1GTr34y60Qtco01kWX2WPe0E+zD009h+Pe/VgBO89vRaxPJnTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qPQ7IijDQfnzoNpD9Tea7rNOUQoMrSrYSMMZbhOacF3jibMG2AkQLEKG/72HvLtrAPAbePe7jrHRzLAeku87YsUi5F7eqrzRpaAMQ36v52IBqmERTIxjx3bdM5q35NtCDb/pczAL/CDrMJDbiwhjqpHdldLsqdFIr6L+sHFhjjs= Received: by 10.90.116.6 with SMTP id o6mr2814645agc.1178573523426; Mon, 07 May 2007 14:32:03 -0700 (PDT) Received: by 10.90.32.19 with HTTP; Mon, 7 May 2007 14:32:03 -0700 (PDT) Message-ID: <98aa46640705071432o43af08cfqc892a8ed21ee3935@mail.gmail.com> Date: Mon, 7 May 2007 23:32:03 +0200 From: "cadu aranha" To: "Josh Paetzel" , "cadu aranha" , freebsd-questions@freebsd.org In-Reply-To: <20070507183151.GG59486@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <98aa46640705071055w25bdd02el7b2478caeedf6edf@mail.gmail.com> <20070507183151.GG59486@tcbug.org> Cc: Subject: Re: mounting an external Hard 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: Mon, 07 May 2007 21:32:04 -0000 > You didn't say how large your fat 32 filesystem ended up, but if it's > larger than a certain size (128 gigs I think?) you need to recompile your kernel with: > > options MSDOSFS_LARGE > Yes, it is larger than 128G. I'll do that. Thank you ...