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 j7RD10V21096 for ; Sat, 27 Aug 2005 09:01:00 -0400 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id j7RD0sJT029227 for ; Sat, 27 Aug 2005 09:00:54 -0400 Received: by wproxy.gmail.com with SMTP id 55so314238wri for ; Sat, 27 Aug 2005 06:00:49 -0700 (PDT) Message-ID: Date: Sat, 27 Aug 2005 23:00:49 +1000 From: Chris Jensen Subject: Re: [linux-lvm] Saving files from full failing volume In-Reply-To: <1124806695.17889.22.camel@bats.omnifarious.org> Mime-Version: 1.0 Content-Disposition: inline References: <1124806695.17889.22.camel@bats.omnifarious.org> Content-Transfer-Encoding: 8bit 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" To: LVM general discussion and development > The only way to really identify where files live in LVM is to identify > which filesystem they're on. Then they might end up being on any random > block of that filesystem. You can identify which physical extents a > particular filesystem is using easily, but not which physical extents a > particular file is using. > > Perhaps someone else can correct me if I'm wrong about this, but as I > understand things this is how it works. Thanks for the response Eric. Let me check that I understand this correctly: If I were to use LVM to create a file system that spans 2 hard disks, of capacity 80G each (for simplicities sake), giving a total capacity of 160G, if that filesystem grows to (say) 100G and then one of the disks begins to fail, there is no way for me to backup the files that would be endangered, short of backing up the entire 100G, to another disk entirely. Is there a better way I should go about organising my disks and LVM so that surviving a hard disk failure is not so difficult?