<?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: How To Create Volume Group And File System With LVM2 In Linux?</title>
	<atom:link href="http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-10804</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Tue, 12 Oct 2010 15:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-10804</guid>
		<description>I am not comfortable to give a solution until I tested it and confirm it works :-(</description>
		<content:encoded><![CDATA[<p>I am not comfortable to give a solution until I tested it and confirm it works :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcmartin</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-10794</link>
		<dc:creator>gcmartin</dc:creator>
		<pubDate>Mon, 11 Oct 2010 19:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-10794</guid>
		<description>Hi Walker....Great &quot;2&quot; articles (I read thru both on LVM)

I have a special case that I would like to ask you to comment on.

I have a single VG that has 3 LVs contained in a single PV.  The HDD is 500GB that is partitioned into 2 partitions;  /dev/sda2 is an LVM. 512MB is /dev/sda1 and the VG takes the remainder of the drive (sda2). 

I want to free up some space outside of the LVM so that I have 24GB available at the end of the HDD. To make room, I want to reduce the size of one of the LV and reduce the size of the partition respectively. And, because there are 3 LVs, I am unsure how to proceed.

Here&#039;s my scans that my help understand my plight and may help answer the correct sequence of steps I should follow to accomplish a reduction in the VG and HDD.
Thanks in advance for any help.

&lt;pre&gt;
#fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot  Start     End      Blocks   Id  System
/dev/sda1   *       1      66      524288   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2          66   60801   487859712   8e  Linux LVM

# pvscan
PV /dev/sda2   VG pve   lvm2 [465.26 GB / 4.00 GB free]
Total: 1 [465.26 GB] / in use: 1 [465.26 GB] / in no VG: 0 [0   ]
# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group &quot;pve&quot; using metadata type lvm2
# lvscan
  inactive          &#039;/dev/pve/swap&#039; [4.00 GB] inherit
  inactive          &#039;/dev/pve/root&#039; [96.00 GB] inherit
  inactive          &#039;/dev/pve/data&#039; [361.26 GB] inherit
&lt;/pre&gt;
I can get you any additional displays if need.</description>
		<content:encoded><![CDATA[<p>Hi Walker&#8230;.Great &#8220;2&#8243; articles (I read thru both on LVM)</p>
<p>I have a special case that I would like to ask you to comment on.</p>
<p>I have a single VG that has 3 LVs contained in a single PV.  The HDD is 500GB that is partitioned into 2 partitions;  /dev/sda2 is an LVM. 512MB is /dev/sda1 and the VG takes the remainder of the drive (sda2). </p>
<p>I want to free up some space outside of the LVM so that I have 24GB available at the end of the HDD. To make room, I want to reduce the size of one of the LV and reduce the size of the partition respectively. And, because there are 3 LVs, I am unsure how to proceed.</p>
<p>Here&#8217;s my scans that my help understand my plight and may help answer the correct sequence of steps I should follow to accomplish a reduction in the VG and HDD.<br />
Thanks in advance for any help.</p>
<pre>
#fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot  Start     End      Blocks   Id  System
/dev/sda1   *       1      66      524288   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2          66   60801   487859712   8e  Linux LVM

# pvscan
PV /dev/sda2   VG pve   lvm2 [465.26 GB / 4.00 GB free]
Total: 1 [465.26 GB] / in use: 1 [465.26 GB] / in no VG: 0 [0   ]
# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group "pve" using metadata type lvm2
# lvscan
  inactive          '/dev/pve/swap' [4.00 GB] inherit
  inactive          '/dev/pve/root' [96.00 GB] inherit
  inactive          '/dev/pve/data' [361.26 GB] inherit
</pre>
<p>I can get you any additional displays if need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed ali</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-10029</link>
		<dc:creator>Mohammed ali</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-10029</guid>
		<description>Hello,
Thank you for this article : I was always afraid of using LVM but your article showed it was easy.
thank you again for the good work.
cheers</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for this article : I was always afraid of using LVM but your article showed it was easy.<br />
thank you again for the good work.<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElMehdi</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-9533</link>
		<dc:creator>ElMehdi</dc:creator>
		<pubDate>Sun, 18 Apr 2010 20:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-9533</guid>
		<description>Hello,
Thank you for this article : I was always afraid of using LVM but your  article showed it was easy.
thank you again for the good work.
cheers</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for this article : I was always afraid of using LVM but your  article showed it was easy.<br />
thank you again for the good work.<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalifa</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-8218</link>
		<dc:creator>Khalifa</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-8218</guid>
		<description>Pros work, i like that way .... keep it up and try to put an illustrated installation process</description>
		<content:encoded><![CDATA[<p>Pros work, i like that way &#8230;. keep it up and try to put an illustrated installation process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-7707</link>
		<dc:creator>johnny</dc:creator>
		<pubDate>Mon, 06 Jul 2009 20:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-7707</guid>
		<description>Excellent.  Exactly what I was looking for.  Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent.  Exactly what I was looking for.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egorgry</title>
		<link>http://www.walkernews.net/2009/03/07/how-to-create-volume-group-and-file-system-with-lvm2-in-linux/#comment-6943</link>
		<dc:creator>egorgry</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=2046#comment-6943</guid>
		<description>Good straight forward article. I&#039;m amazed how many admins don&#039;t use the -m switch with mkfs.</description>
		<content:encoded><![CDATA[<p>Good straight forward article. I&#8217;m amazed how many admins don&#8217;t use the -m switch with mkfs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

