From owner-freebsd-questions@FreeBSD.ORG Wed Jul 18 18:03:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79FFC16A404 for ; Wed, 18 Jul 2007 18:03:28 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 527AE13C4B5 for ; Wed, 18 Jul 2007 18:03:28 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 028095191A for ; Wed, 18 Jul 2007 14:03:25 -0400 (EDT) Date: Wed, 18 Jul 2007 19:03:17 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070718190317.61fc9dd6@gumby.homeunix.com.> In-Reply-To: <20070718150304.GA67836@gizmo.acns.msu.edu> References: <28f0d5eec763405178ccd826b4212941@szalbot.homedns.org> <20070718150304.GA67836@gizmo.acns.msu.edu> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: moving /home to new drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 18:03:28 -0000 On Wed, 18 Jul 2007 11:03:04 -0400 Jerry McAllister wrote: > Since the old one is not a file system > unto itself, you will not be about to use dump (well you could > in a certain way, but) so, probably you will want to use tar with a > -P. One problem with tar and cp is that they can't properly copy sparse file like dump|restore can, so in certain cases data can blow-up in size. cpio claims to be be able to recreate sparse files, but I found that when I tried this on mlnet data, some of the download percentage-complete figures dropped, suggesting it hadn't got it right.