From owner-freebsd-current@FreeBSD.ORG Fri Jul 30 00:50:55 2004 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 80D9F16A4D0 for ; Fri, 30 Jul 2004 00:50:55 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3518B43D62 for ; Fri, 30 Jul 2004 00:50:55 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 78so61278rnl for ; Thu, 29 Jul 2004 17:50:49 -0700 (PDT) Received: by 10.38.78.46 with SMTP id a46mr119059rnb; Thu, 29 Jul 2004 12:24:09 -0700 (PDT) Message-ID: <790a9fff04072912241219b5c2@mail.gmail.com> Date: Thu, 29 Jul 2004 14:24:08 -0500 From: Scot Hetzel To: Eugene In-Reply-To: <410941AC.8010609@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <410941AC.8010609@web.de> cc: freebsd-current@freebsd.org Subject: Re: did gbde on swap destroy some boot sectors? 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: Fri, 30 Jul 2004 00:50:55 -0000 On Thu, 29 Jul 2004 20:27:56 +0200, Eugene wrote: > > It's definitely something to look at.. I can't imagine why this > > should happen, except disklabel issue: where was the swap located > > and what letter? Did it happen the same on 3 drives? If no, were > > the disklabels the same? > > my swap labels are the following ones... > > /dev/da0s1b > /dev/da1s1b > /dev/da2s1b > What we should be looking at are the disklabels for those devices: disklabel /dev/da0s1 As the swap partition could be overlapping with your root partition. Then when your system crashed, the system wrote to the end of your swap partition, which wrote over your root partition. > and they are located at the very beginning of all hard drives for speed > reasons... > Actually, you want your swap partition as close to the center of the hard drive as possible to minimize the movement of the drive heads, thus increasing the speed. Scot