From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 07:24:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5968616A4CE for ; Mon, 16 Feb 2004 07:24:59 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FFE43D1F for ; Mon, 16 Feb 2004 07:24:58 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i1GFOpK18725; Mon, 16 Feb 2004 10:24:51 -0500 (EST) From: Jerry McAllister Message-Id: <200402161524.i1GFOpK18725@clunix.cl.msu.edu> To: murcielako@yahoo.com (=?iso-8859-1?q?Jorge=20Mario=20G.?=) Date: Mon, 16 Feb 2004 10:24:49 -0500 (EST) In-Reply-To: <20040216022138.84139.qmail@web13802.mail.yahoo.com> from "=?iso-8859-1?q?Jorge=20Mario=20G.?=" at Feb 15, 2004 08:21:38 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: passing disk geometry parameters to the kernel at boot time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:24:59 -0000 > > Hi > > I'm having problems with FreeBSD 5.2-RELEASE getting > the proper disk geometry. > When I was installing I passed the correct info and > installed, but once I rebooted the info is wiped off > and again it has the wrong geometry what makes my > system very "crashy" Time for you to do some searching. This has been covered in detail several times in the last 3 or 4 months. Someone write a very helpful description of disk geometry and posted it about a month ago. If you can find that, it might help you understand. But, basically, most of the time, the numbers you see are "virtual" and you don't want to change what the system thinks even if it isn't consistent from one utility to the next and the utilities such as fdisk make little remarks in their output. You should be going by sector _count_ from the beginning of the disk and ignoring cyl/head/sector values except in some very special situations. This is true when you slice and parititon and then especially when you boot. ////jerry > > PS: is there a way to do this in lilo or grub??? > thanks in advance > > Jorge > > _________________________________________________________ > Do You Yahoo!? > Información de Estados Unidos y América Latina, en Yahoo! Noticias. > Visítanos en http://noticias.espanol.yahoo.com > _______________________________________________ > 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" >