<?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>tail -f /dev/null &#187; lvextend</title>
	<atom:link href="http://tfdn.radiofreeomaha.net/tag/lvextend/feed/" rel="self" type="application/rss+xml" />
	<link>http://tfdn.radiofreeomaha.net</link>
	<description>Tips, notes, HOWTOs</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Extend LVM2 Logical Volume</title>
		<link>http://tfdn.radiofreeomaha.net/2008/12/extend-lvm2-logical-volume/</link>
		<comments>http://tfdn.radiofreeomaha.net/2008/12/extend-lvm2-logical-volume/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:38:35 +0000</pubDate>
		<dc:creator>Uncle Jubba</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lvextend]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[lvm2]]></category>
		<category><![CDATA[resize_reiserfs]]></category>

		<guid isPermaLink="false">http://tfdn.radiofreeomaha.net/?p=36</guid>
		<description><![CDATA[I found myself recently having to add some space to one of my LVM partitions.&#160; It&#8217;s fairly simple.&#160; First extend the partition size with lvextend: lvextend -L+1G /dev/myvg/homevol Then, because I use ReiserFS I do: resize_reiserfs -f /dev/myvg/homevol If you use a different underlying filesystem refer to this page from the LVM HOWTO. No related [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I found myself recently having to add some space to one of my LVM partitions.&nbsp; It&#8217;s fairly simple.&nbsp; First extend the partition size with lvextend:</p>
<pre>
<pre class="brush: bash">lvextend -L+1G /dev/myvg/homevol</pre>
<p>Then, because I use ReiserFS I do:</p>
<pre>
<pre class="brush: bash">resize_reiserfs -f /dev/myvg/homevol</pre>
<p>If you use a different underlying filesystem refer to <a href="http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html" mce_href="http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html">this</a> page from the <a href="http://tldp.org/HOWTO/LVM-HOWTO/" mce_href="http://tldp.org/HOWTO/LVM-HOWTO/">LVM HOWTO</a>.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://tfdn.radiofreeomaha.net/2008/12/extend-lvm2-logical-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

