From owner-freebsd-questions@FreeBSD.ORG Mon May 21 02:54:27 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 035A916A46E for ; Mon, 21 May 2007 02:54:27 +0000 (UTC) (envelope-from y@rem7.cc) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id C2C5013C4C6 for ; Mon, 21 May 2007 02:54:26 +0000 (UTC) (envelope-from y@rem7.cc) Received: by wx-out-0506.google.com with SMTP id s18so1397784wxc for ; Sun, 20 May 2007 19:54:26 -0700 (PDT) Received: by 10.114.81.1 with SMTP id e1mr2369477wab.1179714451025; Sun, 20 May 2007 19:27:31 -0700 (PDT) Received: by 10.114.47.5 with HTTP; Sun, 20 May 2007 19:27:30 -0700 (PDT) Message-ID: <4d9d444a0705201927y12c59f25mf5d100165e41804b@mail.gmail.com> Date: Sun, 20 May 2007 19:27:30 -0700 From: "Yanko Sanchez" To: ray@stilltech.net In-Reply-To: <200705202017.58951.ray@stilltech.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> <200705202017.58951.ray@stilltech.net> Cc: freebsd-questions@freebsd.org 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 02:54:27 -0000 yeah, I found the option I think it is: MSDOSFS_LARGE I read that it isn't recommended, so im trying to convert it to another FS so that I don't have to use that option. The problem is that I think im gonna need another HDD to move the files too while I change the FS on the one I have... unless there is a way to convert from one FS to another...... I'm only using 170GB of the 400GB hdd, I tried to put the hdd on my windows machine and run Partition Magic on it to resize the partition, then create a unix partition and move the files. but aparently PM only supports hdd of 300GB and smaller so I can't resize it. On 5/20/07, Ray wrote: > 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" > > _______________________________________________ > 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" >