From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 3 15:01:32 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 82AB216A4CE for ; Fri, 3 Dec 2004 15:01:32 +0000 (GMT) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 6345743D48 for ; Fri, 3 Dec 2004 15:01:32 +0000 (GMT) (envelope-from bubalator@yahoo.com) Received: from unknown (HELO localhost.localdomain) (bubalator@222.148.40.223 with login) by smtp105.mail.sc5.yahoo.com with SMTP; 3 Dec 2004 15:01:31 -0000 From: Stacy Tucker To: Jef Dodson In-Reply-To: <20041202234537.85641.qmail@web11705.mail.yahoo.com> References: <20041202234537.85641.qmail@web11705.mail.yahoo.com> Content-Type: text/plain Date: Sat, 04 Dec 2004 00:10:40 +0900 Message-Id: <1102086640.62340.32.camel@dolo.local> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: problem installing 5.3 with large drives X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 15:01:32 -0000 On Thu, 2004-12-02 at 15:45 -0800, Jef Dodson wrote: > Which problem did you have? Did you get an error stating that the disk could not be written to or > did the filesystem get written but then the installation stalled? Thanks. > > Jef > > --- Stacy Tucker wrote: > > > On Wed, 2004-12-01 at 01:51 -0800, Jef Dodson wrote: > > > Does anyone know if BSD has a problem with largish hard drives. I have tried installing > > FreeBSD > > > 5.3 using a WD 250 GB drive and a Maxtor 200 GB drive and both have failed. However, I am > > able to > > > complete the installation on the same system using a Maxtor 10 GB drive. The WD drive fails > > to > > > write during the commit phase of the installation and the 200 GB Maxtor writes the filesystem > > OK > > > but then hangs at 9% while copying the base dist. Thanks very much. > > > > > > Jef > > > > > > > > > > > > __________________________________ > > > Do you Yahoo!? > > > Read only the mail you want - Yahoo! Mail SpamGuard. > > > http://promotions.yahoo.com/new_mail > > > _______________________________________________ > > > freebsd-newbies@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > > > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" > > -- > > Stacy Tucker > > I ran into the same problem. The method I used was to do a minimum > > install, reboot, enter back into the setup, (but use the configure > > option) and install any other applications/make configuration changes as > > needed. Hope that helps. > > ST > > > > _______________________________________________ > > freebsd-newbies@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Find what you need with new enhanced search. > http://info.mail.yahoo.com/mail_250 -- Stacy Tucker My box hanged up everytime it loaded the based dist files from the CDROM. My fix on the WD 200 GB drive was to do a minimum install, and then come back and install any other files I wanted. I had the same problem on a Maxtor 160 GB drive. On that one I did the following (Time Consuming effort); 1. Install FreeBSD minimum on a smaller hard drive. 2. Copy the CD files onto the smaller hard drive. 3. Shut down the system, and install the large drive as primary, small drive as the secondary. 4. Reboot, with the CDROM est as bootable in the BIOS. 5. Execute an install using the entire disk, accepting [/stand/sysinstall]'s settings for the hard drives geometry. 6. Install the files from the hard drive, following the instructions in the handbook. Hope that helps.