From owner-freebsd-fs@freebsd.org Sat Jul 15 08:54:34 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD5D3DBDCAD for ; Sat, 15 Jul 2017 08:54:34 +0000 (UTC) (envelope-from tarkhil@webmail.sub.ru) Received: from mail.sub.ru (mail.sub.ru [88.212.205.2]) by mx1.freebsd.org (Postfix) with SMTP id 18B6769A54 for ; Sat, 15 Jul 2017 08:54:33 +0000 (UTC) (envelope-from tarkhil@webmail.sub.ru) Received: (qmail 21782 invoked from network); 15 Jul 2017 11:47:49 +0300 Received: from 128-68-38-94.broadband.corbina.ru (128-68-38-94.broadband.corbina.ru [128.68.38.94]) by mail.sub.ru ([88.212.205.2]) with ESMTP via TCP; 31 Dec 1969 23:59:59 -0000 To: freebsd-fs From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCf0L7QstC+0LvQvtGG0LrQuNC5?= Subject: How can I recover data from a faulted pool? Message-ID: <7e3d874e-e051-1169-2111-b8f2549f89ee@webmail.sub.ru> Date: Sat, 15 Jul 2017 11:47:48 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: ru X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2017 08:54:34 -0000 Hello FreeBSD 10.3. ZFS. # zpool status pool: database state: UNAVAIL status: One or more devices are faulted in response to persistent errors. There are insufficient replicas for the pool to continue functioning. action: Destroy and re-create the pool from a backup source. Manually marking the device repaired using 'zpool clear' may allow some data to be recovered. scan: none requested config: NAME STATE READ WRITE CKSUM database UNAVAIL 0 0 0 mirror-0 UNAVAIL 0 0 0 gpt/database0 FAULTED 0 0 0 too many errors gpt/database1 FAULTED 0 0 0 too many errors disks can be read, can I somehow recover data from the pool? Alex