From owner-freebsd-fs@FreeBSD.ORG Thu Sep 23 13:40:26 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4856106564A for ; Thu, 23 Sep 2010 13:40:26 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id 293758FC14 for ; Thu, 23 Sep 2010 13:40:25 +0000 (UTC) Received: from higson.cam.lispworks.com (IDENT:U2FsdGVkX1/GBPJg6Zfd4XqqAT6Co5rqe7bM51vzoSc@higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id o8NDeNE7000641; Thu, 23 Sep 2010 14:40:23 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com by higson.cam.lispworks.com (8.13.1) id o8NDeNkL017809; Thu, 23 Sep 2010 14:40:23 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.13.1/8.13.1/Submit) id o8NDeNl5017806; Thu, 23 Sep 2010 14:40:23 +0100 Date: Thu, 23 Sep 2010 14:40:23 +0100 Message-Id: <201009231340.o8NDeNl5017806@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-fs@freebsd.org In-reply-to: <4C9AC1F6.90305@dannysplace.net> (message from Danny Carroll on Thu, 23 Sep 2010 12:56:54 +1000) References: <4C9AC1F6.90305@dannysplace.net> Subject: Re: Devices disappeared after drive shuffle - or - how to recover and mount a slice with UFS partitions. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 13:40:26 -0000 >>>>> On Thu, 23 Sep 2010 12:56:54 +1000, Danny Carroll said: > > My only real question is. Why did the devices fail to be created in > /dev from the original disk? See if the partitions are listed in the output of: sysctl -b kern.geom.conftxt If not, then it looks like a kernel/geom problem. __Martin