From owner-freebsd-geom@FreeBSD.ORG Thu Sep 18 18:10:15 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B7283EA for ; Thu, 18 Sep 2014 18:10:15 +0000 (UTC) Received: from mail-vc0-x241.google.com (mail-vc0-x241.google.com [IPv6:2607:f8b0:400c:c03::241]) (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 E17EFDB3 for ; Thu, 18 Sep 2014 18:10:14 +0000 (UTC) Received: by mail-vc0-f193.google.com with SMTP id ik5so124416vcb.8 for ; Thu, 18 Sep 2014 11:10:14 -0700 (PDT) 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=0Vfhw3EXLht8xrDfG0tN47hZmxdafTmG1CNqyexRyCM=; b=cIM6gs6nXcLUu+6TEYZ671s+I4EGQrNi1uPXNHBz/6uMkCFqGCjqSGbBy1Ghu/Bsgf fEnolkkFN33ENamDYLgyPAqpz7qVCQoODYVGjmm2vN9kDPTozDKV7sACUqnrZJG5s/p3 fAQN53m2lPfR6UVrXR9yqahtLeZdluzeXubjEeKMut62yvrI62K3AljY1R4FovpA1Idz zNGtMyTcpY6topyh4E5BQEFB8ACtGJL2mIHZ1U0JSFZEZoqS6XTOtXGIodQvgL7SgbD4 xN06u5yT0Ueqz0WeYqzUz+bzlXKl1FDXLSYM4HVUezz6BucS5CIdrnHe3bf/Up26Le7V M7Dw== MIME-Version: 1.0 X-Received: by 10.220.100.10 with SMTP id w10mr1105164vcn.2.1411063813955; Thu, 18 Sep 2014 11:10:13 -0700 (PDT) Received: by 10.52.163.105 with HTTP; Thu, 18 Sep 2014 11:10:13 -0700 (PDT) Date: Thu, 18 Sep 2014 14:10:13 -0400 Message-ID: Subject: Where can I find documentation on the GEOM ELI On-Disk Format? From: A R To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 18:10:15 -0000 Hello, I'm writing a tool to inspect GELI disks. Where can I find documentation on the on-disk format? Thank you. A R