From owner-freebsd-current@FreeBSD.ORG Tue Sep 30 21:00:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6675816A4B3 for ; Tue, 30 Sep 2003 21:00:48 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7461943FF5 for ; Tue, 30 Sep 2003 21:00:47 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.9) with ESMTP id h9140jAD098942; Tue, 30 Sep 2003 22:00:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 30 Sep 2003 22:00:46 -0600 (MDT) Message-Id: <20030930.220046.21333765.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <1114.1064955451@critter.freebsd.dk> References: <20030930205400.GA4391@tybalt.greiner.local> <1114.1064955451@critter.freebsd.dk> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: thorsten.greiner@web.de Subject: Re: Problems with geom_bde X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 04:00:48 -0000 In message: <1114.1064955451@critter.freebsd.dk> "Poul-Henning Kamp" writes: : >So now I wonder if there is any magic constant which the slice size : >needs to be a multiple of...? : : Not that I know off. Actually, there is, but it isn't constant. slices need to be an even number of 'cylendars' in the fdisk label. Some BIOSes use this to determine the geometry of the disk. Some BIOSes have issues booting when these numbers are correct. By making the the partition size different, the BIOS was able to properly grok things and booting worked. Warner