From owner-freebsd-questions@FreeBSD.ORG Mon May 21 02:18:31 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 5A19E16A468 for ; Mon, 21 May 2007 02:18:31 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from outbound03.telus.net (outbound03.telus.net [199.185.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 1EC4213C4B7 for ; Mon, 21 May 2007 02:18:31 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from priv-edtnaa05.telusplanet.net ([206.75.153.239]) by priv-edtnes79.telusplanet.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070521021830.HBEG8910.priv-edtnes79.telusplanet.net@priv-edtnaa05.telusplanet.net> for ; Sun, 20 May 2007 20:18:30 -0600 Received: from mail.geekdelivery.com (s206-75-153-239.ab.hsia.telus.net [206.75.153.239]) by priv-edtnaa05.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 8DXU9PNBMM for ; Sun, 20 May 2007 20:18:26 -0600 (MDT) Received: from [192.168.0.102] ([70.65.134.12]) by media32.ca (mail.geekdelivery.com) (MDaemon.PRO.v8.1.3.R) with ESMTP id md50000079889.msg for ; Sun, 20 May 2007 20:15:15 -0600 From: Ray To: freebsd-questions@freebsd.org Date: Sun, 20 May 2007 20:17:58 -0600 User-Agent: KMail/1.9.5 References: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> In-Reply-To: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705202017.58951.ray@stilltech.net> X-Spam-Processed: mail.geekdelivery.com, Sun, 20 May 2007 20:15:15 -0600 (not processed: message from valid local sender) X-MDRemoteIP: 70.65.134.12 X-Return-Path: ray@stilltech.net X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: mail.geekdelivery.com, Sun, 20 May 2007 20:15:16 -0600 Subject: Re: disk too big to mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ray@stilltech.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 02:18:31 -0000 On Sunday 20 May 2007 7:04 pm, 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? > Thanks. I'm certainly not an expert, but Google your error message, and you will find that you need to work some magic with your kernal to access a fat32 partition bigger than 128GB. Ray > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"