From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 21:40:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CA124D0 for ; Tue, 28 Oct 2014 21:40:23 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1B51BDC for ; Tue, 28 Oct 2014 21:40:22 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id l6so1389848qcy.15 for ; Tue, 28 Oct 2014 14:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:user-agent:mime-version:content-transfer-encoding:content-type :subject:date:to:message-id; bh=Ka5MpiBu1W6vM2vV34bft3B6zvLZltFELbVDoR0Vp4M=; b=n7HMJEzJNIVERQrcI2CEHc0tXb4mAMinEK+nH34bDxO/o2wt88+/O4cxzJqwRBWxKO BjXFl08D+wCTG87laamRoUv0OU+umnDif7Ton9KbGJZgzd0B4kW2zsosRzsahyOrqDAL rzi8na0Z3ySpUe+/9GHiX+pIgucWVDUrSP9ufHdRYEM3MYD3VonsKmuchnBbehn1+d35 I6/TZa/0/REYicjldFxeQ/rRCbgNvEDxd9JR1fR1D/yoRTd4R/DswOJnXBXCMW9xRlbO RMdYbFSyyrhEItdX6SUM1iORXM90/m5zcDGwJu+Yw56OUFsJsOVIZMEr3KqQangJQwFI AiEg== X-Received: by 10.224.171.194 with SMTP id i2mr9406281qaz.59.1414532421703; Tue, 28 Oct 2014 14:40:21 -0700 (PDT) Received: from cyanogenmod.home (pool-71-185-80-109.phlapa.fios.verizon.net. [71.185.80.109]) by mx.google.com with ESMTPSA id k35sm2345484qge.42.2014.10.28.14.40.21 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 14:40:21 -0700 (PDT) From: Stephen R Guglielmo X-Google-Original-From: Stephen R Guglielmo User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: ZFS Root Mount Failure Date: Tue, 28 Oct 2014 17:40:19 -0400 To: freebsd-questions@freebsd.org Message-ID: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 21:40:23 -0000 Hey list, I have a machine running ZFS on root. It stopped responding this morning, and upon a reboot, it was unable to mount root from zfs:zroot. It gave the explanation of "error 5." I played with the mount prompt briefly, but didn't get anywhere. Any tips for diagnosing and fixing the problem? Thanks!