<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Restoring from LVM and VMWare disks</title>
	<atom:link href="http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/</link>
	<description></description>
	<lastBuildDate>Thu, 22 Dec 2011 18:53:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Talkwards &#187; Blog Archive &#187; links for 2009-04-03</title>
		<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/comment-page-1/#comment-136</link>
		<dc:creator>Talkwards &#187; Blog Archive &#187; links for 2009-04-03</dc:creator>
		<pubDate>Fri, 03 Apr 2009 23:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmi.me.uk/blog/?p=91#comment-136</guid>
		<description>[...] Restoring from LVM and VMWare disks &#124; A mind less ordinary With just a complete image of the host system, I would need to restore (deep breath) files on a partition on an LVM logical volume (inside a volume group, on a physical volume) in a VMWare hard disk stored on LVM (logical volume inside volume group of physical volumes) inside a disk image that is itself a file on a disk. How very convoluted. (tags: lvm vmware linux sysadmin) [...]</description>
		<content:encoded><![CDATA[<p>[...] Restoring from LVM and VMWare disks | A mind less ordinary With just a complete image of the host system, I would need to restore (deep breath) files on a partition on an LVM logical volume (inside a volume group, on a physical volume) in a VMWare hard disk stored on LVM (logical volume inside volume group of physical volumes) inside a disk image that is itself a file on a disk. How very convoluted. (tags: lvm vmware linux sysadmin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/comment-page-1/#comment-121</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmi.me.uk/blog/?p=91#comment-121</guid>
		<description>Thanks Terry -- glad I could help!</description>
		<content:encoded><![CDATA[<p>Thanks Terry &#8212; glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Stebbens</title>
		<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/comment-page-1/#comment-120</link>
		<dc:creator>Terry Stebbens</dc:creator>
		<pubDate>Mon, 09 Mar 2009 15:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmi.me.uk/blog/?p=91#comment-120</guid>
		<description>You are a life saver! I had nearly given myself a brain tumour trying to work this out on some Xen virtual machines and ended up giving up and using straight partitions instead. Now I can go back to using LVMs and all the benefits they provide. Cheers!</description>
		<content:encoded><![CDATA[<p>You are a life saver! I had nearly given myself a brain tumour trying to work this out on some Xen virtual machines and ended up giving up and using straight partitions instead. Now I can go back to using LVMs and all the benefits they provide. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/comment-page-1/#comment-118</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmi.me.uk/blog/?p=91#comment-118</guid>
		<description>Hi Aziz,

Thanks for the comment -- it&#039;s always nice to be appreciated :)

As far as best practices go, I don&#039;t really have any particular advice. It depends on exactly how you have things set up and organised.

The way I tend to configure a system is to have one VG for the operating system, with LVs for &lt;strong&gt;/usr&lt;/strong&gt;, &lt;strong&gt;/usr/portage&lt;/strong&gt; (on Gentoo), &lt;strong&gt;/opt&lt;/strong&gt;, &lt;strong&gt;/var&lt;/strong&gt;, &lt;strong&gt;/tmp&lt;/strong&gt; and then another VG for user data, which might be split into &lt;strong&gt;/home&lt;/strong&gt; and &lt;strong&gt;/vol&lt;/strong&gt; (generic shared data) and possibly others (like &lt;strong&gt;/var/www&lt;/strong&gt; or &lt;strong&gt;/var/lib/mysql&lt;/strong&gt;, &lt;strong&gt;/vol/VMs&lt;/strong&gt; or &lt;strong&gt;/vol/music&lt;/strong&gt;) depending on the machine&#039;s purpose.

Having said this, there&#039;s nothing wrong with having just the one VG, as it provides the most flexibility with your LV partitions.

I also hope nobody else gets into a situation where they have to use this, but if they do I hope they find it helpful and realise that all is not lost!</description>
		<content:encoded><![CDATA[<p>Hi Aziz,</p>
<p>Thanks for the comment &#8212; it&#8217;s always nice to be appreciated <img src='http://www.dmi.me.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As far as best practices go, I don&#8217;t really have any particular advice. It depends on exactly how you have things set up and organised.</p>
<p>The way I tend to configure a system is to have one VG for the operating system, with LVs for <strong>/usr</strong>, <strong>/usr/portage</strong> (on Gentoo), <strong>/opt</strong>, <strong>/var</strong>, <strong>/tmp</strong> and then another VG for user data, which might be split into <strong>/home</strong> and <strong>/vol</strong> (generic shared data) and possibly others (like <strong>/var/www</strong> or <strong>/var/lib/mysql</strong>, <strong>/vol/VMs</strong> or <strong>/vol/music</strong>) depending on the machine&#8217;s purpose.</p>
<p>Having said this, there&#8217;s nothing wrong with having just the one VG, as it provides the most flexibility with your LV partitions.</p>
<p>I also hope nobody else gets into a situation where they have to use this, but if they do I hope they find it helpful and realise that all is not lost!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aziz B</title>
		<link>http://www.dmi.me.uk/blog/2009/02/22/restoring-from-lvm-and-vmware-disks/comment-page-1/#comment-117</link>
		<dc:creator>Aziz B</dc:creator>
		<pubDate>Wed, 04 Mar 2009 17:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmi.me.uk/blog/?p=91#comment-117</guid>
		<description>Thanks for this well-written article. In light of what you have discussed, and the experience you have with LVM and VMWARE, do you suggest any best practices, as far as using LVM in host and guest Linux machines?
I have a 4 disk SCSI array, using RAID 5, which is about 400 Gig logical volume, I have partitioned it with LVM, but I am wondering if I need to use one VG or more? Do guest machines need to be on their own VG..etc..
I am still learning about LVM, so any details would be appreciated.
Thanks again for the good tips of how to restore a host gone bad, hopefully, I won&#039;t have to use them. :)</description>
		<content:encoded><![CDATA[<p>Thanks for this well-written article. In light of what you have discussed, and the experience you have with LVM and VMWARE, do you suggest any best practices, as far as using LVM in host and guest Linux machines?<br />
I have a 4 disk SCSI array, using RAID 5, which is about 400 Gig logical volume, I have partitioned it with LVM, but I am wondering if I need to use one VG or more? Do guest machines need to be on their own VG..etc..<br />
I am still learning about LVM, so any details would be appreciated.<br />
Thanks again for the good tips of how to restore a host gone bad, hopefully, I won&#8217;t have to use them. <img src='http://www.dmi.me.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

