From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 12:36:00 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 408B49AC for ; Tue, 14 Apr 2015 12:36:00 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D13A0A64 for ; Tue, 14 Apr 2015 12:35:59 +0000 (UTC) Received: by widdi4 with SMTP id di4so20035007wid.0 for ; Tue, 14 Apr 2015 05:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7DBxtbUg5yag+9aM+EIxK1+keGPcPDjOgXm7OBxrJXY=; b=pPwARMkeIrB6ORHoLkAVEIgc8qINz6QbmODvllmYaZcxLlnHalg0jmVRt81dRsRvzL CMzOPStxquCmx7FUUcBfwtV+mxSnuV2G0Ol7wFiopKQjhoWo2IeCaN9yEBt2cG7dKyF7 dE1mHCZCKZwpGlSKc8qZv5cG2p6yGJMBsA9/Zn6KWr7QCWVqJB2Zkk2e4WFUr8pCB8pi ylhkbZtZuitwhQI6Baz7qfjazcqdFwweOVcVrjfZoMGlVUArq7X6MIExSKyN88O0/k+b 2gNMUNZKQkQGSRlrjpaZ7YZWwH9gIHpzsWRZ6YVcUvgm8pl/I/jmQEwlmnE2nGd2/bZv 76Lg== MIME-Version: 1.0 X-Received: by 10.180.106.137 with SMTP id gu9mr30928543wib.54.1429014958340; Tue, 14 Apr 2015 05:35:58 -0700 (PDT) Received: by 10.28.21.82 with HTTP; Tue, 14 Apr 2015 05:35:58 -0700 (PDT) Date: Tue, 14 Apr 2015 22:35:58 +1000 Message-ID: Subject: mountroot prompt with error2, when trying to boot from a single drive in a 2-way mirror From: yudi v To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 12:36:00 -0000 Hi all, I was testing recovery scenario by removing one of the drives in a 2-way mirror, but the system fails to boot and comes up with the mountroot prompt with error 2. When I reconnect the second drive, it boots fine again. Any suggestions on what the problem might be? it's a simple root-on-ZFS setup (9.1 upgraded to 10.1 recently) with two disks in mirror config. each disk has 3 partitions, first one has the boot code, second has the swap, third has the OS. and the zfs pool is setup on the 3rd partition of the two disks. -- Kind regards, Yudi