From owner-freebsd-current@FreeBSD.ORG Thu Oct 23 11:12:48 2014 Return-Path: Delivered-To: freebsd-current@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 A3028BB6 for ; Thu, 23 Oct 2014 11:12:48 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84A6F399 for ; Thu, 23 Oct 2014 11:12:47 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XhGJy-0005lY-OU for freebsd-current@freebsd.org; Thu, 23 Oct 2014 04:12:46 -0700 Date: Thu, 23 Oct 2014 04:12:46 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <1414062766738-5958899.post@n5.nabble.com> In-Reply-To: <9711EF60-74E0-46E4-A89E-CD0486F3C457@gmail.com> References: <20141022153846.GA7092@brick.home> <9711EF60-74E0-46E4-A89E-CD0486F3C457@gmail.com> Subject: Re: ZFS: i/o error - all block copies unavailable #2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Thu, 23 Oct 2014 11:12:48 -0000 You might want to try from the mfsbsd.iso environment, 1. Import and mount the zpool you want to boot from 2. Copy /boot/zfs/zpool.cache to /mnt/boot/zfs/ (over-write existing zpool.cache file) 3. Edit /mnt/boot/loader.conf and add any of these that you don't already have: zfs_load="YES" opensolaris_load="YES" vfs.root.mountfrom="zfs:zroot_name" zpool_cache_load="YES" zpool_cache_type="/boot/zfs/zpool.cache" zpool_cache_name="/boot/zfs/zpool.cache" Might be worth a try. ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/ZFS-i-o-error-all-block-copies-unavailable-2-tp5958692p5958899.html Sent from the freebsd-current mailing list archive at Nabble.com.