From owner-freebsd-fs@FreeBSD.ORG Mon Nov 24 18:49:39 2014 Return-Path: Delivered-To: freebsd-fs@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 AFE62E25 for ; Mon, 24 Nov 2014 18:49:39 +0000 (UTC) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (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 75B4FEFE for ; Mon, 24 Nov 2014 18:49:39 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id h136so6997510oig.39 for ; Mon, 24 Nov 2014 10:49:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JJt8yiukBknIyNDaHERF/f1OtcXcJGyRtzp+Wfh/++0=; b=SmwaBzrYNCkfyphdlgZXs1Q49cO8HiB6H02m/whUUxb4XfQrJmGMoobLDN8fFLtlRg QPtwr7DlvKsHliT2LfE4/6YXtRs8jPnlDUfZwt6zlel882iNoV3wMI0aM3rSqurapy1H P2HZcEmD81NmzEun4SIYmTH74/GXzsDQh6Lr1REzXGJsWoMnxeW5+d/uemBcNkYzncye HT/NGb0JQyoE8BkfGS+M2ivX0jqFNHGLy/E8EXbviBvUFtQfuHmiahl4jgqjMtau550/ onPiZIV+OkWRA3KfVpZWgY5CrpQgRq0P9U+uzmBJXuERoLeDUb9exrZjbPdH3zChuGnP Qtqw== MIME-Version: 1.0 X-Received: by 10.60.247.137 with SMTP id ye9mr4299283oec.35.1416854978847; Mon, 24 Nov 2014 10:49:38 -0800 (PST) Received: by 10.76.0.138 with HTTP; Mon, 24 Nov 2014 10:49:38 -0800 (PST) Date: Mon, 24 Nov 2014 13:49:38 -0500 Message-ID: Subject: ZDB -Z? From: Zaphod Beeblebrox To: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 18:49:39 -0000 I'm reading about someone else's recovery of files from a damaged ZFS partition. He claims to have added (possibly to opensolaris or whatnot) an argument to zdb '-Z' ... which operates somewhat like -R, but which highlights what parts of the region are on what physical disks, and which are parity. Has anyone patched this into FreeBSD?