<?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: Recovering an LVM Physical Volume</title>
	<atom:link href="http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery</link>
	<description>The thoughts, ramblings and rants of Barry O&#039;Donovan</description>
	<lastBuildDate>Mon, 09 Nov 2009 23:02:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thomas</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-12566</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Wed, 06 May 2009 20:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-12566</guid>
		<description>Hi,
Can data on a pv be recovered after removing partition and doing steps described here ?
thomas</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can data on a pv be recovered after removing partition and doing steps described here ?<br />
thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-11599</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 30 Mar 2009 18:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-11599</guid>
		<description>This is a lifesaver - thanks...</description>
		<content:encoded><![CDATA[<p>This is a lifesaver &#8211; thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolan</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-11475</link>
		<dc:creator>Rolan</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-11475</guid>
		<description>Hi,

I have a RAID5 system that storage unit that was configured with EXT3 from a Slackware system configured.  The Controller died so we decided to attached the RAID Unit to a Suse10ES unit that. Instead of just mounting the physical storage, the installer used yast and LVM Configuration and added the physical volume to a volume group.  Now I cannot mount the system.  Is my data gone? I have tried all the mounting methods.  Any help will be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a RAID5 system that storage unit that was configured with EXT3 from a Slackware system configured.  The Controller died so we decided to attached the RAID Unit to a Suse10ES unit that. Instead of just mounting the physical storage, the installer used yast and LVM Configuration and added the physical volume to a volume group.  Now I cannot mount the system.  Is my data gone? I have tried all the mounting methods.  Any help will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anw</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-10153</link>
		<dc:creator>anw</dc:creator>
		<pubDate>Mon, 28 Jul 2008 20:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-10153</guid>
		<description>Barry,

Thanks for posting this.  I had to replace an old drive, but wanted to get the data from it, and this was exactly what I needed.  I had started a thread on the Debian User&#039;s Forum asking how do to this, and got a couple of responses, but no one really knew, so I have posted a link to this page from there.  Maybe you&#039;ll see an uptick in hits.</description>
		<content:encoded><![CDATA[<p>Barry,</p>
<p>Thanks for posting this.  I had to replace an old drive, but wanted to get the data from it, and this was exactly what I needed.  I had started a thread on the Debian User&#8217;s Forum asking how do to this, and got a couple of responses, but no one really knew, so I have posted a link to this page from there.  Maybe you&#8217;ll see an uptick in hits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandaili</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-9957</link>
		<dc:creator>sandaili</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-9957</guid>
		<description>For Marco,

just try: 
mkdir /media/restore
mount -t ext3 /dev/(your logical group)/(your logical volume) /media/restore

I was a bit confused by your comment as to which isthe Logical Volume and which is your Logical Group. But what I did above worked. Remember, a Logical Volume is still an ext3 format when mounted.

L</description>
		<content:encoded><![CDATA[<p>For Marco,</p>
<p>just try:<br />
mkdir /media/restore<br />
mount -t ext3 /dev/(your logical group)/(your logical volume) /media/restore</p>
<p>I was a bit confused by your comment as to which isthe Logical Volume and which is your Logical Group. But what I did above worked. Remember, a Logical Volume is still an ext3 format when mounted.</p>
<p>L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h725</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-9705</link>
		<dc:creator>h725</dc:creator>
		<pubDate>Sat, 26 Apr 2008 10:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-9705</guid>
		<description>Hi Barry,

I found your website by looking a solution for my problem, I wish you can help me!

I had an LVM with two PV, md1 and md2 (both RAID1).
The VG was called &quot;archive&quot;, and the LVM was &quot;MaxtorLVM&quot;.
File system was ext3.
Cause of my inexperience with LVM, I deleted all the stuff (with lvremove, pvremove and vgremove command) but without overwriting the content of md devices or reuse them.
I thought that he was possible rebuild all the content of LVM, by recreate PV, VG and LV with the same size - parameter - uuid and so on..

Unfortunately, I get an error when I try to mount the LVM device:

# mount /dev/mapper/archive-MaxtorLVM /lvm/
mount: you must specify the filesystem type

# mount -t ext3 /dev/mapper/archive-MaxtorLVM /lvm/
mount: wrong fs type, bad option, bad superblock on /dev/mapper/archive-MaxtorLVM,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg &#124; tail  or so


dmesg says:

Apr 26 12:13:22 backup kernel: VFS: Can&#039;t find a valid  ext3 filesystem on dev dm-0.

cat /proc/mdstat is ok.
Other info:
Debian stable, kernel 2.6.24.4

Having the backup in /etc/lvm/archive and /etc/lvm/backup, It&#039;s possibile to recover the content of the old LVM?

Thanks and sorry if my english is not good.
Marco</description>
		<content:encoded><![CDATA[<p>Hi Barry,</p>
<p>I found your website by looking a solution for my problem, I wish you can help me!</p>
<p>I had an LVM with two PV, md1 and md2 (both RAID1).<br />
The VG was called &#8220;archive&#8221;, and the LVM was &#8220;MaxtorLVM&#8221;.<br />
File system was ext3.<br />
Cause of my inexperience with LVM, I deleted all the stuff (with lvremove, pvremove and vgremove command) but without overwriting the content of md devices or reuse them.<br />
I thought that he was possible rebuild all the content of LVM, by recreate PV, VG and LV with the same size &#8211; parameter &#8211; uuid and so on..</p>
<p>Unfortunately, I get an error when I try to mount the LVM device:</p>
<p># mount /dev/mapper/archive-MaxtorLVM /lvm/<br />
mount: you must specify the filesystem type</p>
<p># mount -t ext3 /dev/mapper/archive-MaxtorLVM /lvm/<br />
mount: wrong fs type, bad option, bad superblock on /dev/mapper/archive-MaxtorLVM,<br />
       missing codepage or other error<br />
       In some cases useful info is found in syslog &#8211; try<br />
       dmesg | tail  or so</p>
<p>dmesg says:</p>
<p>Apr 26 12:13:22 backup kernel: VFS: Can&#8217;t find a valid  ext3 filesystem on dev dm-0.</p>
<p>cat /proc/mdstat is ok.<br />
Other info:<br />
Debian stable, kernel 2.6.24.4</p>
<p>Having the backup in /etc/lvm/archive and /etc/lvm/backup, It&#8217;s possibile to recover the content of the old LVM?</p>
<p>Thanks and sorry if my english is not good.<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/comment-page-1#comment-9648</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sat, 12 Apr 2008 09:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/12/08/lvm-recovery/#comment-9648</guid>
		<description>Thank you for publishing this! This saved my ass and helped me recover most of a 1TB Logical Volume when I had accidentally dd&#039;d over one of the drives involved!</description>
		<content:encoded><![CDATA[<p>Thank you for publishing this! This saved my ass and helped me recover most of a 1TB Logical Volume when I had accidentally dd&#8217;d over one of the drives involved!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
