linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Roger James <roger@beardandsandals.co.uk>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Problem with partially activate logical volume
Date: Wed, 27 Jul 2022 12:26:04 +0100	[thread overview]
Message-ID: <1823f6818f8.27a5.d4b3b9aee17a85f6bc878c68b3925db6@beardandsandals.co.uk> (raw)
In-Reply-To: <CAAMCDecDyj_JLQvnxhsECng_t-x=Lxeta5WgrCLUGGqxHQvuiQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3150 bytes --]

The procedure outlined should at least get you back to a state where the lv 
is consistent but with blank sectors where the data is missing. I would 
suggest using dd to make a backup partition image. Then you can either work 
on that or the original to mend the fs.

On 27 July 2022 11:50:07 Roger Heflin <rogerheflin@gmail.com> wrote:

> I don't believe that is going to work.
>
> His issue is that the filesystem is refusing to work because of the
> missing data.
>
> man debugfs
>
> It will let you manually look at the metadata and structures of the
> ext2/3/4 fs.  You will likely need to use the "-c" option.
>
> It will be very manual and you should probably read up on the fs
> structure a bit.
>
> A data recovery company could get most of the data back, but they
> charge 5k-10k per TB, so likely close to 100k US$.
>
> And the issues will be that 1/3 of the metadata was on the missing
> disk, and some of the data was on the missing disk.
>
> I was able to do debugfs /dev/sda2  (my /boot) and do an ls and list
> out the files and then do a dump <filename> /tmp/junk.out and copy out
> that file.
>
> So the issue will be writing up a script to do lses and find all of
> the files and dump all of the files to someplace else.
>
> On Wed, Jul 27, 2022 at 2:39 AM Roger James <roger@beardandsandals.co.uk> 
> wrote:
>>
>> Try https://www.linuxsysadmins.com/recover-a-deleted-physical-volume/?amp
>>
>> On 26 July 2022 09:16:32 Ken Bass <daytooner@gmail.com> wrote:
>>>
>>> (fwiw: I am new to this list, so please bear with me.)
>>>
>>> Background: I have a very large (20TB) logical volume consisting of 3 
>>> drives. One of those drives unexpectedloy died (isn't that always the case 
>>> :-)). The drive that failed happened to be the last PV. So I am assuming 
>>> that there is still 2/3 of the data still intact and, to some extent, 
>>> recoverable. Although, apparently the ext4 fs is not recognised.
>>>
>>> I activated the LV partially (via -P). But running any utility on that (eg: 
>>> dumpe2fs, e2fsck, ...) I get many of these  in dmesg:
>>>
>>> "Buffer I/O error on dev dm-0, logical block xxxxxxx, async page read."  
>>> The thing is, the xxxxxxx block is on the missing drive/pv.
>>>
>>> I have also tried some recovery software, but eventually get these same 
>>> messages, and the data recovered is not really useful.
>>>
>>> Please help! How can I get passed that dmesg error, and move on. 14TB 
>>> recovered is better than 0.
>>>
>>> TIA
>>> ken
>>>
>>>
>>> _______________________________________________
>>> linux-lvm mailing list
>>> linux-lvm@redhat.com
>>> https://listman.redhat.com/mailman/listinfo/linux-lvm
>>> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>>>
>>
>> _______________________________________________
>> linux-lvm mailing list
>> linux-lvm@redhat.com
>> https://listman.redhat.com/mailman/listinfo/linux-lvm
>> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://listman.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/


[-- Attachment #1.2: Type: text/html, Size: 5357 bytes --]

[-- Attachment #2: Type: text/plain, Size: 202 bytes --]

_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

  reply	other threads:[~2022-07-28  8:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25 14:48 [linux-lvm] Problem with partially activate logical volume Ken Bass
2022-07-26  8:50 ` Roger James
2022-07-27 10:49   ` Roger Heflin
2022-07-27 11:26     ` Roger James [this message]
2022-08-03 21:31       ` Ken Bass
2022-08-04 11:07         ` Roger Heflin
2022-08-05 12:03         ` Zdenek Kabelac
2022-08-05 12:42           ` Ken Bass
2022-07-27 19:56 ` Zdenek Kabelac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1823f6818f8.27a5.d4b3b9aee17a85f6bc878c68b3925db6@beardandsandals.co.uk \
    --to=roger@beardandsandals.co.uk \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).