<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Aptos;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Hey <a id=OWAAM84400755C11246D4836E54834F218D91 href="mailto:deepbsd.ale@gmail.com"><span style='font-family:"Aptos",sans-serif;text-decoration:none'>@David Jackson</span></a>,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve never had to do this… but I found an interesting Red Hat article that seems to have a similar situation as yours.  You might have already seen this article but I thought I would mention it:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>6.4. Recovering Physical Volume Metadata<o:p></o:p></p><p class=MsoNormal><a href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manager/mdatarecover">https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manager/mdatarecover</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kind regards,<o:p></o:p></p><p class=MsoNormal>/Raj W.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Ale <ale-bounces@ale.org> <b>On Behalf Of </b>David Jackson via Ale<br><b>Sent:</b> Wednesday, June 19, 2024 9:00 PM<br><b>To:</b> Atlanta Linux Enthusiasts <ale@ale.org><br><b>Cc:</b> David Jackson <deepbsd.ale@gmail.com><br><b>Subject:</b> [ale] Recovering PV/LVG without /etc/lvm/archive/file.vg<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>The subject says it.  I was installing a new drive and installing a fresh OS onto the new drive, then transporting the old files over to the new drive and OS (ie, /home/dsj)<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I had booted from an archlinux ISO, was doing a manual partition.  But then I made a boo boo with the new Logical Volume Group and wanted to blow it away to start over.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>My new system was on nvme1n1 and I blew away the PV and LV info for nvme0n1 which contained the PV/LV  info for all my previous data.  Very sad senior moment!<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Now, since I booted from an arch ISO usb stick, the /etc/lvm/archive files were in volatile memory, so I don't have a copy of them.  When I load up my new system, which I eventually installed just fine (I'm writing this email from that system), everything works great.  But I'd like to recover the old system (that's probably still on nvme0n1 in the second partition, When I boot from the new system on nvme1n1, I can look in /dev/disk/by-uuid/ and see the old PV for nvme0n1 uuid I think:  <o:p></o:p></p></div><div><p class=MsoNormal>2f1aede8-a033-4ec4-8c9f-290d7a7c3458<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>But there's no record for LVs or PVs on nvme0n1 anywhere in /etc/lvm/archive.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Also, whenever I install Arch, I use a script that auto creates the same PV and LV specs on the target drive.  The partition sizes won't have changed.  <o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>(Pretty much all the googling I've read assumes that a /etc/lvm/archive/<a href="http://filename.vg">filename.vg</a> exists somewhere. ) <o:p></o:p></p></div><div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Is there any way I can restore the PV/LVG info on nvme0n1 with what I have available?  Without the archive file?<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div></div><div><p class=MsoNormal>Thanks!<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Dave<o:p></o:p></p></div></div></div></div></body></html>