From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3LLisO24893 for ; Thu, 21 Apr 2005 17:44:54 -0400 Received: from mail.utsl.gen.nz (210-54-92-184.ipnets.xtra.co.nz [210.54.92.184]) by mx3.redhat.com (8.12.11/8.12.11) with ESMTP id j3LLimaK010052 for ; Thu, 21 Apr 2005 17:44:48 -0400 Message-ID: <42681ECB.8090301@vilain.net> Date: Fri, 22 Apr 2005 09:44:43 +1200 From: Sam Vilain MIME-Version: 1.0 Subject: Re: [linux-lvm] recovering data from an lvm partition References: In-Reply-To: Content-Transfer-Encoding: 7bit Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: ray@putnamville.com Cc: LVM general discussion and development ray somcio wrote: > I have a laptop harddrive which had FC3 installed, default filesystem > setup using lvm. Something happened to the drive where it doesn't > boot anymore. So I tried connecting it to another system running > fedora 3. is there a way to grab data off the laptop harddrive? Something like; vgscan -a vgchange -ay should make the VG active. Then you can mount the partitions on it (or just dd them off :) ) Sam.