<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A journal of my take on this wacky world &#187; ubuntu</title>
	<atom:link href="http://blog.wlindley.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>&#34;De molestus, opportunitas.&#34; (From the annoying, comes opportunity)</description>
	<lastBuildDate>Tue, 27 Sep 2011 17:22:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta4</generator>
		<item>
		<title>Mounting LVM volumes from Ubuntu LiveCD</title>
		<link>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/</link>
		<comments>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:49:35 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[mounting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=201</guid>
		<description><![CDATA[sudo -i apt-get install lvm2 modprobe dm-mod vgchange -a y Also try &#8211; pvdisplay Displays physical volumes vgdisplay Displays volume groups lvdisplay Displays logical volumes and: man lvm]]></description>
			<content:encoded><![CDATA[<pre>sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y</pre>
<p>Also try &#8211;</p>
<dl>
<dt>pvdisplay </dt>
<dd>Displays physical volumes </dd>
<dt>vgdisplay </dt>
<dd>Displays volume groups </dd>
<dt>lvdisplay </dt>
<dd>Displays logical volumes </dd>
</dl>
<p>and:  <code>man lvm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

