From owner-freebsd-fs@FreeBSD.ORG Sat Aug 25 17:22:17 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A049E106564A for ; Sat, 25 Aug 2012 17:22:17 +0000 (UTC) (envelope-from antonintessier@live.fr) Received: from dub0-omc4-s33.dub0.hotmail.com (dub0-omc4-s33.dub0.hotmail.com [157.55.2.108]) by mx1.freebsd.org (Postfix) with ESMTP id 36EE18FC12 for ; Sat, 25 Aug 2012 17:22:16 +0000 (UTC) Received: from DUB109-W39 ([157.55.2.72]) by dub0-omc4-s33.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 25 Aug 2012 10:21:09 -0700 Message-ID: X-Originating-IP: [93.182.219.16] From: antonin tessier To: Date: Sat, 25 Aug 2012 19:21:09 +0200 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 25 Aug 2012 17:21:09.0684 (UTC) FILETIME=[04B78F40:01CD82E6] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Recover ZFS pool after having deleted zfs configuration file in /boot 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: Sat, 25 Aug 2012 17:22:17 -0000 > try "zfs import" and see if it finds your pool. If it does=2C do 'zfs import home' and zfs should make your pool available again. You obviously meant "zpool import"=2C but this don't find my pool... =