From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NWnF8-00078r-Cq for garchives@archives.gentoo.org; Mon, 18 Jan 2010 08:45:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166D5E05FA; Mon, 18 Jan 2010 08:44:54 +0000 (UTC) Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by pigeon.gentoo.org (Postfix) with ESMTP id C31BEE05FA for ; Mon, 18 Jan 2010 08:44:53 +0000 (UTC) Received: by fxm28 with SMTP id 28so617224fxm.26 for ; Mon, 18 Jan 2010 00:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=sAvoUPxHP2HL1DLA/0FiqrxxZysxy230lxuOOPV/drI=; b=CPBzcZ1CnhQ1FdV5g1RofZXp5Qp2W2g4oFQIBk+i09AaeNJ5cWw3V2k3N4zOd6gJek Q6sqCbbac/Dc5yDm5qUwWxyE480D1awn0XIoVj3HDRjx3CyC5X2kt5Lt7qLoF1J1Xvnq 6QuOBj1+LU0qgay/XVXjQNZKLAW7SVoBR7C1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=e0zXwCww8mLoJ6GRibkf+vb03fgXjjcgf/43iEh1TAiIf4rp/xpop2fLkxSH8CcyBB RUr6pp2MXvOnyzxbS06gnuRn32CcGEGBl0SmR6LxN17UhJpLYRK1eHKck2elwrP1z5Xi a1tLTRa6vHRaxeIXtH/ak8QX833fx2luUvyp4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.239.184.6 with SMTP id w6mr672479hbg.4.1263804293141; Mon, 18 Jan 2010 00:44:53 -0800 (PST) In-Reply-To: <4B50A6F0.8060404@gmail.com> References: <4B50A6F0.8060404@gmail.com> Date: Mon, 18 Jan 2010 09:44:53 +0100 Message-ID: <6e6572061001180044q432fc918m8768fa8eacd70fc3@mail.gmail.com> Subject: Re: [gentoo-user] How can I move system to new disk? From: =?ISO-8859-1?Q?Micka=EBl_Bucas?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8a70ac5a-56b0-4b6c-a49b-394561de10c5 X-Archives-Hash: a45de132710898e07f0d903bf4738d3d 2010/1/15 Jarry : > Hi, I'm facing this problem: > > I want to exchange hard-drive in my computer for other, bigger > one. I do not want to add new hard-drive somewhere on mount-point > permanently, I just want to copy everything from the old drive > to the new one and then get rid of the old one. And of course, > I'd like to use my computer as before. What is the best (maybe > I should ask for safest) way to acomplish this? > > First I thought about "cp -a". But I'm not sure which directories > I should skip (/proc, maybe some other like /dev?). And I do not > know how cp handles links (if I first copy link and later target, > where is the link pointing? to the original file or its copy?). > > Maybe dump/restore is better solution? Or something else? > > Jarry > I've done it twice with the following method : http://www.faqs.org/docs/Linux-mini/Hard-Disk-Upgrade.html There are a few things to change : no more Lilo, ext2, IDE, diskettes these= days But the check list is complete so you won't forget important points. Micka=EBl Bucas