I have scoured the 'net for an answer and am here as a last resort; I have a "NAS" running Ubuntu Server. It boots from a 250G HDD and there are 4 X 1T HDDs formatted as LVM.
The boot HDD crashed and there is no backup
The LVM has a backup but is a few days out of date. Ideally I'd like to recover the LVM HDDs.
Is there a relatively simple way to do that?
If you know where the logical volumes begin/end you should be fine. The easier method to know that is through the lvm backup files you have. It doesn't really matter that they're a few days old, as long as the lvm-partitioning didn't change since then. On the other hand, if you've modified the partitioning then you've to grep search the devices for this information. This is slightly more challenging but not still feasible.
Have a look at what this guy did.
Or this other one
In a nutshell the usual recovery strategy for lvm corrupted systems seems to be this: