From owner-freebsd-questions@FreeBSD.ORG Wed Aug 24 15:00:54 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BF116A41F for ; Wed, 24 Aug 2005 15:00:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3472043D45 for ; Wed, 24 Aug 2005 15:00:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6152 invoked from network); 24 Aug 2005 15:00:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Aug 2005 15:00:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0375B2E; Wed, 24 Aug 2005 11:00:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: jdyke@azimainc.com References: <430C568B.5060501@azimainc.com> From: Lowell Gilbert Date: 24 Aug 2005 11:00:52 -0400 In-Reply-To: <430C568B.5060501@azimainc.com> Message-ID: <44d5o3tm57.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: creating filesystem images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 15:00:54 -0000 jdyke writes: > I have an OS running on a 128Mg CF and i want to tranfsfer this image to a > another, actually 5 or more, 512Mg CF cards, each with two partitions one 128 > and one 392. dump and restore seem to be able to accomplish this. Is that a > good method, is dd better? Dump and restore is the obvious way to do it. dd can do it too, but will be slower, as well as easier to shoot yourself in the foot with.