<?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>Blog of a LAMP Developer based in Richmond, Surrey &#187; e2fsck</title>
	<atom:link href="http://www.lampdeveloper.co.uk/tag/e2fsck/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lampdeveloper.co.uk</link>
	<description>A day in the life of a Lamp Developer</description>
	<lastBuildDate>Sat, 13 Nov 2010 11:16:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reducing an ext3 Logical Volume&#8217;s Size</title>
		<link>http://www.lampdeveloper.co.uk/linux/reducing-a-ext3-logical-volumes-size.html</link>
		<comments>http://www.lampdeveloper.co.uk/linux/reducing-a-ext3-logical-volumes-size.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 12:10:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[e2fsck]]></category>
		<category><![CDATA[lvreduce]]></category>
		<category><![CDATA[reduce lvm]]></category>
		<category><![CDATA[shrink lvm]]></category>

		<guid isPermaLink="false">http://www.lampdeveloper.co.uk/?p=169</guid>
		<description><![CDATA[Here are the commands to reduce an ext3 file system and also the Logical Volume that holds it.
Warning please make sure you leave enough space for the files inside, or data may be lost.
First make sure the files system isn&#8217;t mounted then.
e2fsck -f /dev/VolGroup00/disk1_rootimg
resize2fs -p /dev/VolGroup00/disk1_rootimg 15G
lvreduce &#8211;size 15G /dev/VolGroup00/disk1_rootimg
resize2fs /dev/VolGroup00/disk1_rootimg
This should reduce the file [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the commands to reduce an ext3 file system and also the Logical Volume that holds it.</p>
<p>Warning please make sure you leave enough space for the files inside, or data may be lost.</p>
<p>First make sure the files system isn&#8217;t mounted then.</p>
<p>e2fsck -f /dev/VolGroup00/disk1_rootimg<br />
resize2fs -p /dev/VolGroup00/disk1_rootimg 15G<br />
lvreduce &#8211;size 15G /dev/VolGroup00/disk1_rootimg<br />
resize2fs /dev/VolGroup00/disk1_rootimg</p>
<p>This should reduce the file system to 15G</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Blog%20of%20a%20LAMP%20Developer%20based%20in%20Richmond%2C%20Surrey&amp;siteurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2F&amp;linkname=Reducing%20an%20ext3%20Logical%20Volume%26%238217%3Bs%20Size&amp;linkurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2Flinux%2Freducing-a-ext3-logical-volumes-size.html"><img src="http://www.lampdeveloper.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.lampdeveloper.co.uk/linux/reducing-a-ext3-logical-volumes-size.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

