From owner-freebsd-fs@FreeBSD.ORG Sun Aug 26 20:40:19 2012 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 D6C18106564A for ; Sun, 26 Aug 2012 20:40:19 +0000 (UTC) (envelope-from antonintessier@live.fr) Received: from dub0-omc4-s8.dub0.hotmail.com (dub0-omc4-s8.dub0.hotmail.com [157.55.2.83]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9A28FC0C for ; Sun, 26 Aug 2012 20:40:18 +0000 (UTC) Received: from DUB109-W58 ([157.55.2.73]) by dub0-omc4-s8.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 26 Aug 2012 13:39:11 -0700 Message-ID: X-Originating-IP: [93.182.219.16] From: antonin tessier To: Date: Sun, 26 Aug 2012 22:39:11 +0200 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 26 Aug 2012 20:39:11.0768 (UTC) FILETIME=[D9677180:01CD83CA] 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: Sun, 26 Aug 2012 20:40:19 -0000 >> Or try 'zpool import -D'. -D Lists destroyed pools only. It can help if you mail the output from the commands you run. That migh= t give other people clues you don't recognize. Actually=2C these commands both produce the same result: they simply stop w= ithout printing anything ...I noticed that /boot/zfs/ was deleted. Thank you. =