From owner-freebsd-questions@FreeBSD.ORG Mon May 21 11:38:37 2007 Return-Path: X-Original-To: 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 1F90B16A400 for ; Mon, 21 May 2007 11:38:37 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id F3F3013C45B for ; Mon, 21 May 2007 11:38:36 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 4495C2E003C for ; Mon, 21 May 2007 11:38:01 +0000 (UTC) Date: Mon, 21 May 2007 11:38:01 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: questions@freebsd.org In-Reply-To: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> Message-ID: <20070521113541.T38110@duane.dbq.yournetplus.com> References: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: disk too big to mount 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, 21 May 2007 11:38:37 -0000 On Sun, 20 May 2007, Yanko Sanchez wrote: > Hello, > > I have a 400GB seagate IDE hdd with backed up data that I need to load onto > a machine running freebsd 6.2 > > The drive is formated for fat32 and when I run the command: > > mount -t msdos /dev/ad2s2 /mnt/audio/ > > I get the following error: > > "mountmsdosfs(): disk too big, sorry" > > Is there a solution to this? The mailing list archives are your friend. I checked the archives and found that you have to recompile your kernel with: option MSDOSFS_LARGE If you do not know how to do that, I would suggest reading up on how to build a new kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html