From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99B151381F3 for ; Thu, 8 Nov 2012 12:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5147C21C035; Thu, 8 Nov 2012 12:09:35 +0000 (UTC) Received: from smarthost03.mail.zen.net.uk (smarthost03.mail.zen.net.uk [212.23.1.3]) by pigeon.gentoo.org (Postfix) with ESMTP id 287F1E0026 for ; Thu, 8 Nov 2012 12:08:19 +0000 (UTC) Received: from [212.23.3.230] (helo=localhost) by smarthost03.mail.zen.net.uk with smtp (Exim 4.72) (envelope-from ) id 1TWQuA-0008DW-Eb for gentoo-user@lists.gentoo.org; Thu, 08 Nov 2012 12:08:18 +0000 To: Subject: Re: [gentoo-user] Hard drive change From: Date: Thu, 08 Nov 2012 12:08:18 +0000 Errors-To: X-Priority: 3 (Normal) X-Originating-Ip: [82.132.210.92] X-Mailer: NOCC v0.9.5 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Message-ID: X-Originating-Smarthost03-IP: [212.23.3.230] 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 X-Archives-Salt: b4443928-d663-4d2f-8232-dc72724a84ad X-Archives-Hash: e07833a0a9b58fecebb521973eedcfa1 Neil Bothwick wrote : > On Thu, 08 Nov 2012 11:08:18 +0000, jdm@jdm.myzen.co.uk > wrote: > > > I am about to change my hard drive on my machine from a 500GB to 2tb. > > > > To transfer I intend to dd the partitions across and then resize using > > lvm as home swap var are located on lvm. > > Can you connect both drives ate the same time? If so you can create a PV > on the new drive, add it to your VG and then use lvmove to move the date > before removing the old drive from the VG. That way you can continue to > use the computer while the transfer takes place. > > > -- > Neil Bothwick > > How do I set my laser printer to stun? Yes I can connect to both drives at the same time. My root partition is not on lvm. This sounds like an excellent idea. Thanks. Fairly new to lvm but it seems very solid and capable