<?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: Logical Volume Manager Cheatsheet</title>
	<atom:link href="http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/</link>
	<description>Chunky bacon!!</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Linux Logical Volume Management (LVM) basic commands</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-4175</link>
		<dc:creator>Linux Logical Volume Management (LVM) basic commands</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-4175</guid>
		<description>[...] you want to find out some more commands here you find a very nice LVM tutorial I&#039;ve consulted [...]</description>
		<content:encoded><![CDATA[<p>[...] you want to find out some more commands here you find a very nice LVM tutorial I&#039;ve consulted [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heston Holtmann</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-738</link>
		<dc:creator>Heston Holtmann</dc:creator>
		<pubDate>Wed, 10 Nov 2010 01:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-738</guid>
		<description>Nice summary... but how would you move a Logical Volume from one VG to a completely different VG?

I thought it would be possible with the `pvmove` command but it appears to only work for moving Physical Extents of a LV from one VG device to another.</description>
		<content:encoded><![CDATA[<p>Nice summary&#8230; but how would you move a Logical Volume from one VG to a completely different VG?</p>
<p>I thought it would be possible with the `pvmove` command but it appears to only work for moving Physical Extents of a LV from one VG device to another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-561</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Sun, 21 Mar 2010 02:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-561</guid>
		<description>Great tutorial,

I found it very (very!!!) useful!

Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial,</p>
<p>I found it very (very!!!) useful!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux 2 Aix Blog &#187; Blog Archive &#187; Top 30 Linux Command Line Cheat Sheets</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-560</link>
		<dc:creator>Linux 2 Aix Blog &#187; Blog Archive &#187; Top 30 Linux Command Line Cheat Sheets</dc:creator>
		<pubDate>Tue, 17 Feb 2009 21:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-560</guid>
		<description>[...] Logical Volume Manager Cheat Sheet [...]</description>
		<content:encoded><![CDATA[<p>[...] Logical Volume Manager Cheat Sheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-559</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-559</guid>
		<description>Martin,

one usefull addition could be to mention certain switches when creating LV:
lvcreate -l 100%VG -n mynew_lv mynew_vg

The -l switch has some meta options for adding 100% of the Volume Group (VG), or 100%FREE to allocate all of the free space.

Otherwise you have to figure out how many extends a volume has or how much left, etc. These meta option are much easier to remember (at least for me)
:)

thanks again!</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>one usefull addition could be to mention certain switches when creating LV:<br />
lvcreate -l 100%VG -n mynew_lv mynew_vg</p>
<p>The -l switch has some meta options for adding 100% of the Volume Group (VG), or 100%FREE to allocate all of the free space.</p>
<p>Otherwise you have to figure out how many extends a volume has or how much left, etc. These meta option are much easier to remember (at least for me) <img src="http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> </p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Ankerl</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-558</link>
		<dc:creator>Martin Ankerl</dc:creator>
		<pubDate>Tue, 12 Feb 2008 15:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-558</guid>
		<description>Hi christian, glad you like it :) Using only command line tools for LVM is really quite easy, the only obstactle is reading through the manual (which is very good).</description>
		<content:encoded><![CDATA[<p>Hi christian, glad you like it <img src="http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' />  Using only command line tools for LVM is really quite easy, the only obstactle is reading through the manual (which is very good).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-557</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 12 Feb 2008 09:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comment-557</guid>
		<description>Thanks Martin, that was just what I was looking for :) I had been too lazy about it to bother to figure it out :shame: But now I can safely say goodbye to runlevel 5
:byebye:</description>
		<content:encoded><![CDATA[<p>Thanks Martin, that was just what I was looking for <img src="http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' />  I had been too lazy about it to bother to figure it out :shame: But now I can safely say goodbye to runlevel 5<br />
:byebye:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 411/412 objects using disk: basic

Served from: martin.ankerl.com @ 2012-02-08 22:35:29 -->
