<?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: Resizing Logical Volume (LVM) on ext3 &#8211; openSUSE SLES RedHat &#8211; Extend Shrink Reduce</title>
	<atom:link href="http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/</link>
	<description>In the world of linux your boundaries are free</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:56:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dapid Candra</title>
		<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/comment-page-1/#comment-9257</link>
		<dc:creator>Dapid Candra</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=145#comment-9257</guid>
		<description>Your tips is the exact solution for the problem. I just run it and after finish df result show the size already 385GB.

There is discrepancy between lvdisplay size information and df, but comparing to other mount points (other lvs), the difference is common.

Thank you Sir.</description>
		<content:encoded><![CDATA[<p>Your tips is the exact solution for the problem. I just run it and after finish df result show the size already 385GB.</p>
<p>There is discrepancy between lvdisplay size information and df, but comparing to other mount points (other lvs), the difference is common.</p>
<p>Thank you Sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben.kevan</title>
		<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/comment-page-1/#comment-9237</link>
		<dc:creator>ben.kevan</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=145#comment-9237</guid>
		<description>&lt;a href=&quot;#comment-9233&quot; rel=&quot;nofollow&quot;&gt;@Dapid Candra &lt;/a&gt; 

Thanks for the comment. If you&#039;ve already ran lvextend then what you&#039;ll want to do is do an ext2online /dev/mapper/VolGroup00-LogVol06

Which will extend the actual filesystem to the new size which is indicated via the lvdisplay. 

Let me know if you have any questions.</description>
		<content:encoded><![CDATA[<p><a href="#comment-9233" rel="nofollow">@Dapid Candra </a> </p>
<p>Thanks for the comment. If you&#8217;ve already ran lvextend then what you&#8217;ll want to do is do an ext2online /dev/mapper/VolGroup00-LogVol06</p>
<p>Which will extend the actual filesystem to the new size which is indicated via the lvdisplay. </p>
<p>Let me know if you have any questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dapid Candra</title>
		<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/comment-page-1/#comment-9233</link>
		<dc:creator>Dapid Candra</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=145#comment-9233</guid>
		<description>Hi, 

I see that you only mention about reducing the lv.

I tried to extend one of my lv. and using lvdisplay, I can see that the size already extend. (from 250GB t0 390GB). But, using df I can only see 250GB (the original size). What is wrong? and what should I do?

This is out put from df -h

/dev/mapper/VolGroup00-LogVol06
                      250G  231G  7.2G  97% /oracle

and this is output from lvdisplay

  --- Logical volume ---
  LV Name                /dev/VolGroup00/LogVol06
  VG Name                VolGroup00
  LV UUID                1AVRAH-nZaV-Vvia-26Ev-REdh-T0KT-KPBNsS
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                390.66 GB
  Current LE             12501
  Segments               3
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:2


Thanks, 

Dapid Candra</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I see that you only mention about reducing the lv.</p>
<p>I tried to extend one of my lv. and using lvdisplay, I can see that the size already extend. (from 250GB t0 390GB). But, using df I can only see 250GB (the original size). What is wrong? and what should I do?</p>
<p>This is out put from df -h</p>
<p>/dev/mapper/VolGroup00-LogVol06<br />
                      250G  231G  7.2G  97% /oracle</p>
<p>and this is output from lvdisplay</p>
<p>  &#8212; Logical volume &#8212;<br />
  LV Name                /dev/VolGroup00/LogVol06<br />
  VG Name                VolGroup00<br />
  LV UUID                1AVRAH-nZaV-Vvia-26Ev-REdh-T0KT-KPBNsS<br />
  LV Write Access        read/write<br />
  LV Status              available<br />
  # open                 1<br />
  LV Size                390.66 GB<br />
  Current LE             12501<br />
  Segments               3<br />
  Allocation             inherit<br />
  Read ahead sectors     0<br />
  Block device           253:2</p>
<p>Thanks, </p>
<p>Dapid Candra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crippa Andrea</title>
		<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/comment-page-1/#comment-9203</link>
		<dc:creator>Crippa Andrea</dc:creator>
		<pubDate>Sat, 09 Jan 2010 14:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=145#comment-9203</guid>
		<description>&lt;strong&gt;Shrink ext3 Partitions (Centos 5/RHEL 5 way)...&lt;/strong&gt;

NOTE : This article come with ABSOLUTELY NO WARRANTY about any data loss. Rember to do a FULL BACKUP of your filesystem every time you need to expand/shrink them. Here you are an how-to for shrink ext3 partitions. NOTE : You can&#8217;t perform on-line...</description>
		<content:encoded><![CDATA[<p><strong>Shrink ext3 Partitions (Centos 5/RHEL 5 way)&#8230;</strong></p>
<p>NOTE : This article come with ABSOLUTELY NO WARRANTY about any data loss. Rember to do a FULL BACKUP of your filesystem every time you need to expand/shrink them. Here you are an how-to for shrink ext3 partitions. NOTE : You can&#8217;t perform on-line&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Six Sense Blog &#187; Blog Archive &#187; Resizing Logical Volume (LVM) on ext3 &#124; Ben Kevan’s Blog</title>
		<link>http://www.freetechie.com/blog/resizing-logical-volume-lvm-on-ext3/comment-page-1/#comment-7371</link>
		<dc:creator>Six Sense Blog &#187; Blog Archive &#187; Resizing Logical Volume (LVM) on ext3 &#124; Ben Kevan’s Blog</dc:creator>
		<pubDate>Mon, 20 Oct 2008 18:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=145#comment-7371</guid>
		<description>[...] unknown: [...]</description>
		<content:encoded><![CDATA[<p>[...] unknown: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
