From owner-freebsd-geom@FreeBSD.ORG Thu Sep 23 07:09:32 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74DE41065679 for ; Thu, 23 Sep 2010 07:09:32 +0000 (UTC) (envelope-from zeus@relay.ibs.dn.ua) Received: from relay.ibs.dn.ua (relay.ibs.dn.ua [91.216.196.25]) by mx1.freebsd.org (Postfix) with ESMTP id D4B918FC0A for ; Thu, 23 Sep 2010 07:09:31 +0000 (UTC) Received: from relay.ibs.dn.ua (localhost [127.0.0.1]) by relay.ibs.dn.ua with ESMTP id o8N79Tpo028870 for ; Thu, 23 Sep 2010 10:09:29 +0300 (EEST) Received: (from zeus@localhost) by relay.ibs.dn.ua (8.14.4/8.14.4/Submit) id o8N79TgI028869 for freebsd-geom@freebsd.org; Thu, 23 Sep 2010 10:09:29 +0300 (EEST) Date: Thu, 23 Sep 2010 10:09:29 +0300 From: Zeus V Panchenko To: freebsd-geom@freebsd.org Message-ID: <20100923070929.GA90077@relay.ibs.dn.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.1-RELEASE X-Editor: GNU Emacs 23.2.1 Subject: to clone geli flash drive ... X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zeus.panchenko@gmail.com List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 07:09:32 -0000 Hi All, is there way to clone dedicated geli configured flash drive? i mean something like this: 1. plug in geli configured dedicated flash drive to be clonned (it detects lets say da0) 2. plug in new flash drive to clone p.1 drive to (it detects lets say da1) 3. dd if=/dev/da0 of=/dev/da1 bs=10240 conv=sync 4. geli attach -k /dev/da1s1 i was trying and it has no effect, geli unattacheble and data is corrupted :( am i wrong to think it is possible somehow? -- Zeus V. Panchenko