<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recover LVM Volume Groups and Logical Volumes WITHOUT Backups</title>
	<atom:link href="http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 00:37:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert Foss</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-1094</link>
		<dc:creator>Robert Foss</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-1094</guid>
		<description>Thanks a bunch. Really saved the day.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch. Really saved the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vmatikainen</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-1057</link>
		<dc:creator>vmatikainen</dc:creator>
		<pubDate>Thu, 22 Sep 2011 11:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-1057</guid>
		<description>Brilliant article! Saved a lot of sweat (éven after sweating a ton). What I did was
1. Get Ubuntu Live CD .iso with lvm support (the alternative version)
2. Boot VMWare player with it (mount to cd/dvd) and f2 to bios and make it boot
in fix mode
3. pvck -v -d /dev/sda5 to get the offset to metadatas
4. dd if=/dev/sda5 of=/metadata*.txt bs=1 skip= count=
5. repeat step 4. for each metadata
6. explore metadata with nano to see what went wrong and which was last working one
7. vgcfgrestore -f /metadata.txt -v 

I couldn&#039;t use hexdump so dd worked for me.
The pvcreate didn&#039;t work for me but apparently it wasn&#039;t necessary.

Big kiitos from Finland!</description>
		<content:encoded><![CDATA[<p>Brilliant article! Saved a lot of sweat (éven after sweating a ton). What I did was<br />
1. Get Ubuntu Live CD .iso with lvm support (the alternative version)<br />
2. Boot VMWare player with it (mount to cd/dvd) and f2 to bios and make it boot<br />
in fix mode<br />
3. pvck -v -d /dev/sda5 to get the offset to metadatas<br />
4. dd if=/dev/sda5 of=/metadata*.txt bs=1 skip= count=<br />
5. repeat step 4. for each metadata<br />
6. explore metadata with nano to see what went wrong and which was last working one<br />
7. vgcfgrestore -f /metadata.txt -v </p>
<p>I couldn&#8217;t use hexdump so dd worked for me.<br />
The pvcreate didn&#8217;t work for me but apparently it wasn&#8217;t necessary.</p>
<p>Big kiitos from Finland!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacopo</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-632</link>
		<dc:creator>Jacopo</dc:creator>
		<pubDate>Sun, 14 Nov 2010 06:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-632</guid>
		<description>YOU SAVED MY LIFE!
well you know when you&#039;re trying a better distro for your girlfriend&#039;s notebook and the pclinuxos&#039; installer screws up your lvm configuration ,where there are all those pics, songs, movies, files she wants to keep, with just 1, ONE, click?
and what if you don&#039;t know how to fix the mess?
now that is fixed, thanks to you, i&#039;ve to talk to those brilliant minds who made that wonderful installer...
good nite...</description>
		<content:encoded><![CDATA[<p>YOU SAVED MY LIFE!<br />
well you know when you&#8217;re trying a better distro for your girlfriend&#8217;s notebook and the pclinuxos&#8217; installer screws up your lvm configuration ,where there are all those pics, songs, movies, files she wants to keep, with just 1, ONE, click?<br />
and what if you don&#8217;t know how to fix the mess?<br />
now that is fixed, thanks to you, i&#8217;ve to talk to those brilliant minds who made that wonderful installer&#8230;<br />
good nite&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durval Menezes</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-553</link>
		<dc:creator>Durval Menezes</dc:creator>
		<pubDate>Wed, 19 May 2010 17:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-553</guid>
		<description>Great article, Adams... helped me a lot in recovering a screwed-up PV here, aparently by the same cause (resizing the PV with pvresize and/or resizing the VG with &quot;vgchange -s&quot;). I didn&#039;t have hexedit, so I dumped the whole PV metadata using dd bs=1 skip=N size=M lvm.cfg(where N and M are respectively the offset and the size shown by pvck)  and then editing the resulting lvm.cfg to select the 
valid metadata to restore. Also, I had to use BOTH commands in the end (pvcreate AND vgcfgrestore),
as vgcfgrestore alone complained about metadata checksum error and refused to run. Hope this additional info is useful for someone else.</description>
		<content:encoded><![CDATA[<p>Great article, Adams&#8230; helped me a lot in recovering a screwed-up PV here, aparently by the same cause (resizing the PV with pvresize and/or resizing the VG with &#8220;vgchange -s&#8221;). I didn&#8217;t have hexedit, so I dumped the whole PV metadata using dd bs=1 skip=N size=M lvm.cfg(where N and M are respectively the offset and the size shown by pvck)  and then editing the resulting lvm.cfg to select the<br />
valid metadata to restore. Also, I had to use BOTH commands in the end (pvcreate AND vgcfgrestore),<br />
as vgcfgrestore alone complained about metadata checksum error and refused to run. Hope this additional info is useful for someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trenton</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-501</link>
		<dc:creator>Trenton</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-501</guid>
		<description>Salah,

I have no idea actually.  But, you could get out a disk hex editor, and do it that way. :D</description>
		<content:encoded><![CDATA[<p>Salah,</p>
<p>I have no idea actually.  But, you could get out a disk hex editor, and do it that way. <img src='http://blog.adamsbros.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salah</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-500</link>
		<dc:creator>Salah</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-500</guid>
		<description>Hi I need some help to restore data from hardware based clones/snapshots. I am using the following command in rhel to change the uuid of the clone: pvchange --uuid /dev/mapper/mpath2 --config &#039;global{activation=0}&#039; . I want to know if there something similar in SLES 9 onwards for deactivating device-mapper interaction and change the LVM metadata? Thanks, Salah.</description>
		<content:encoded><![CDATA[<p>Hi I need some help to restore data from hardware based clones/snapshots. I am using the following command in rhel to change the uuid of the clone: pvchange &#8211;uuid /dev/mapper/mpath2 &#8211;config &#8216;global{activation=0}&#8217; . I want to know if there something similar in SLES 9 onwards for deactivating device-mapper interaction and change the LVM metadata? Thanks, Salah.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Coenen</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-113</link>
		<dc:creator>Martijn Coenen</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-113</guid>
		<description>Thanks, you saved me too :)</description>
		<content:encoded><![CDATA[<p>Thanks, you saved me too <img src='http://blog.adamsbros.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bwpow</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-111</link>
		<dc:creator>bwpow</dc:creator>
		<pubDate>Sun, 11 Oct 2009 12:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-111</guid>
		<description>You, sir, are my hero. Thanks to your great blog I&#039;ve managed to get back 3.6TB of precious data. Thank you. It worked like a charm.</description>
		<content:encoded><![CDATA[<p>You, sir, are my hero. Thanks to your great blog I&#8217;ve managed to get back 3.6TB of precious data. Thank you. It worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trenton</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-85</link>
		<dc:creator>Trenton</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-85</guid>
		<description>600G, ouch, that is very painful :(

Don&#039;t give up though, open the disk with a hexeditor, and see if you can find the configurations near the beginning of the disk.</description>
		<content:encoded><![CDATA[<p>600G, ouch, that is very painful <img src='http://blog.adamsbros.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Don&#8217;t give up though, open the disk with a hexeditor, and see if you can find the configurations near the beginning of the disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lost_all_my_source_codes_and_sw</title>
		<link>http://blog.adamsbros.org/2009/05/30/recover-lvm-volume-groups-and-logical-volumes-without-backups/comment-page-1/#comment-84</link>
		<dc:creator>lost_all_my_source_codes_and_sw</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamsbros.org/?p=7#comment-84</guid>
		<description>(if you ever try hackintosh, PHYSICALLY UNPLUG ALL YOUR HARD DRIVES WITH DATA, or it can silently cross you and ruin them right after it boots up to the instalator)</description>
		<content:encoded><![CDATA[<p>(if you ever try hackintosh, PHYSICALLY UNPLUG ALL YOUR HARD DRIVES WITH DATA, or it can silently cross you and ruin them right after it boots up to the instalator)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

