From owner-freebsd-questions@FreeBSD.ORG Sun Feb 17 19:52:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4CB16A418 for ; Sun, 17 Feb 2008 19:52:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D486613C46B for ; Sun, 17 Feb 2008 19:52:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1HJpfld004221; Sun, 17 Feb 2008 20:51:41 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1HJpWAY004218; Sun, 17 Feb 2008 20:51:39 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 17 Feb 2008 20:51:32 +0100 (CET) From: Wojciech Puchar To: Jonathan McKeown In-Reply-To: <200802172144.36924.jonathan+freebsd-questions@hst.org.za> Message-ID: <20080217204908.D4208@wojtek.tensor.gdynia.pl> References: <200802172144.36924.jonathan+freebsd-questions@hst.org.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: fdisk from fixit CD: geom not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2008 19:52:31 -0000 > > Boot install CD and choose Fixit get live CD, it's better for this. > fdisk -BI > extract saved disklabel from tape and install with bsdlabel > Initialise filesystems using stored output of dumpfs -m (from tape) > Restore filesystems from tape good you have such i plan. this is rare case today;) > > I'm tripping up on the first step, which although it appears to create the you forgot to bsdlabel -B ad0a (or da0s1a whatever you have) after restore > slice, throws a ``Geom not found'' message - which is potentially worrying to > someone blindly following a recovery script. no idea, i don't use slices (just disklabel) maybe kernel module not loaded? is slice actually created? as far as i remember i've got this message with bsdlabel -B, but i ignored it as everything worked fine.