<?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: Setting up an LVM for Storage</title>
	<atom:link href="http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/</link>
	<description>Linnnnnuxxxxxxxxx</description>
	<lastBuildDate>Fri, 18 May 2012 03:06:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jon F</title>
		<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/comment-page-1/#comment-551</link>
		<dc:creator>Jon F</dc:creator>
		<pubDate>Thu, 31 Dec 2009 15:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxexperiment.com/?p=1030#comment-551</guid>
		<description>I didn&#039;t write the tools, I just wrote the tutorial. Read the man pages if you have a problem with it :P</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t write the tools, I just wrote the tutorial. Read the man pages if you have a problem with it <img src='http://thelinuxexperiment.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How Can I change Apache2 Primary server Port address to 8080, on a Linux system? &#124; Linux Appliance</title>
		<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/comment-page-1/#comment-550</link>
		<dc:creator>How Can I change Apache2 Primary server Port address to 8080, on a Linux system? &#124; Linux Appliance</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxexperiment.com/?p=1030#comment-550</guid>
		<description>[...] Setting up an LVM for Storage &#124; The Linux Experiment [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up an LVM for Storage | The Linux Experiment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil D</title>
		<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/comment-page-1/#comment-549</link>
		<dc:creator>Phil D</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxexperiment.com/?p=1030#comment-549</guid>
		<description>&lt;a href=&quot;#comment-547&quot; rel=&quot;nofollow&quot;&gt;@Jon F&lt;/a&gt; 
What&#039;s the point of supplying &lt;b&gt;$name&lt;/b&gt; then?</description>
		<content:encoded><![CDATA[<p><a href="#comment-547" rel="nofollow">@Jon F</a><br />
What&#8217;s the point of supplying <b>$name</b> then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon F</title>
		<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/comment-page-1/#comment-547</link>
		<dc:creator>Jon F</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxexperiment.com/?p=1030#comment-547</guid>
		<description>Sure, your way of writing it is actually much more straight forward.
As for the path, it has to be /dev/storage/storage, as the tool isn&#039;t smart enough to combine the $path and $name variables. You have to be explicit with it.</description>
		<content:encoded><![CDATA[<p>Sure, your way of writing it is actually much more straight forward.<br />
As for the path, it has to be /dev/storage/storage, as the tool isn&#8217;t smart enough to combine the $path and $name variables. You have to be explicit with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil D</title>
		<link>http://thelinuxexperiment.com/guinea-pigs/jon-f/setting-up-an-lvm-for-storage/comment-page-1/#comment-545</link>
		<dc:creator>Phil D</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://thelinuxexperiment.com/?p=1030#comment-545</guid>
		<description>I&#039;m a tad confused with step 5, you&#039;re mixing usage instructions with what you actually wrote. For example, shouldn&#039;t it look more like the following?



&lt;blockquote&gt;Usage:
&lt;b&gt;sudo mkfs.ext4 -L $name -j $path&lt;/b&gt; 

Where &lt;b&gt;$name&lt;/b&gt; is the label of your file system, and &lt;b&gt;$path&lt;/b&gt; is the path to the Logical volume where the file system will be created.

Example:
&lt;b&gt;sudo mkfs.ext4 -L storage -j /dev/storage/storage&lt;/b&gt; &lt;/blockquote&gt;




Even if this is the case, howcome you need to specify /dev/storage/storage instead of just /dev/storage? Shouldn&#039;t your command know you want it to be located at /dev/storage/storage by combining $path and $name?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a tad confused with step 5, you&#8217;re mixing usage instructions with what you actually wrote. For example, shouldn&#8217;t it look more like the following?</p>
<blockquote><p>Usage:<br />
<b>sudo mkfs.ext4 -L $name -j $path</b> </p>
<p>Where <b>$name</b> is the label of your file system, and <b>$path</b> is the path to the Logical volume where the file system will be created.</p>
<p>Example:<br />
<b>sudo mkfs.ext4 -L storage -j /dev/storage/storage</b> </p></blockquote>
<p>Even if this is the case, howcome you need to specify /dev/storage/storage instead of just /dev/storage? Shouldn&#8217;t your command know you want it to be located at /dev/storage/storage by combining $path and $name?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

