From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 11:28:19 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 D9C3D16A4B3 for ; Tue, 21 Oct 2003 11:28:19 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E72D43FB1 for ; Tue, 21 Oct 2003 11:28:18 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id h9LISAv6011802; Tue, 21 Oct 2003 20:28:15 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Dimitry Andric From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 21 Oct 2003 20:17:24 +0200." <13041066290.20031021201724@andric.com> Date: Tue, 21 Oct 2003 20:28:10 +0200 Message-ID: <11801.1066760890@critter.freebsd.dk> cc: FreeBSD-Current List Subject: Re: MBR zapped when panicking? 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: Tue, 21 Oct 2003 18:28:20 -0000 In message <13041066290.20031021201724@andric.com>, Dimitry Andric writes: >Note that all disks in this machine are Dangerously Dedicated (see >attached fdisk-ad[023].txt). I hope that's not totally unsupported, >but what I do observe is that all these DD partitions seem to start at >offset 0 instead of 1, thereby making the MBR actually part of the >partition itself. Could this be a reason for something (GEOM?) >stomping over the MBR when the box panics? Well, GEOM is no more likely to stomp on anything than your average filesystem. Less in fact because GEOM does not originate I/O request, only pass them through. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.