<?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: Or, just use LVM</title>
	<atom:link href="http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/</link>
	<description>I'll get there one day.</description>
	<pubDate>Fri, 21 Nov 2008 22:20:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Federico</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9448</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9448</guid>
		<description>LVM is 2007,  ZFS is the future. Unfortunately it seems that we, linux user, aren't in that future...</description>
		<content:encoded><![CDATA[<p>LVM is 2007,  ZFS is the future. Unfortunately it seems that we, linux user, aren&#8217;t in that future&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigredradio</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9382</link>
		<dc:creator>bigredradio</dc:creator>
		<pubDate>Thu, 29 Mar 2007 00:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9382</guid>
		<description>There are a couple of filesystems that allow for online (hot) resizing.

# Reiserfs
resize_reiserfs -f /dev/myvg/homevol

# XFS
xfs_growfs /home

# JFS
mount -o remount,resize /home

Blatantly stolen info from http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html</description>
		<content:encoded><![CDATA[<p>There are a couple of filesystems that allow for online (hot) resizing.</p>
<p># Reiserfs<br />
resize_reiserfs -f /dev/myvg/homevol</p>
<p># XFS<br />
xfs_growfs /home</p>
<p># JFS<br />
mount -o remount,resize /home</p>
<p>Blatantly stolen info from <a href="http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html" rel="nofollow">http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9369</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 28 Mar 2007 17:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9369</guid>
		<description>Adalbert, I'm not sure if Feisty's installer would let you set that up.  I only use Ubunty Edgy on my laptop at the moment and I had a hard time doing LVM in that installer; I set all the LVM up afterwards.

Note that putting / on LVM requires you to use an initrd with the devicemapper and LVM support in it.  You may have to regenerate your initrd for that to work.

Personally I don't put / on LVM because it makes life more difficult than the advantages are worth.  With everything else (/usr, /var, /tmp, /home and so on) in their own LVs, root can be very small and little need to resize it.</description>
		<content:encoded><![CDATA[<p>Adalbert, I&#8217;m not sure if Feisty&#8217;s installer would let you set that up.  I only use Ubunty Edgy on my laptop at the moment and I had a hard time doing LVM in that installer; I set all the LVM up afterwards.</p>
<p>Note that putting / on LVM requires you to use an initrd with the devicemapper and LVM support in it.  You may have to regenerate your initrd for that to work.</p>
<p>Personally I don&#8217;t put / on LVM because it makes life more difficult than the advantages are worth.  With everything else (/usr, /var, /tmp, /home and so on) in their own LVs, root can be very small and little need to resize it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adalbert</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9368</link>
		<dc:creator>Adalbert</dc:creator>
		<pubDate>Wed, 28 Mar 2007 16:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9368</guid>
		<description>would even be a useful tip if feisty would boot with root on lv at all</description>
		<content:encoded><![CDATA[<p>would even be a useful tip if feisty would boot with root on lv at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Walster</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9363</link>
		<dc:creator>Matthew Walster</dc:creator>
		<pubDate>Wed, 28 Mar 2007 13:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9363</guid>
		<description>Your three commands are nice, but I believe there's a function within lvextend that will even resize the ext3 partition as well, doing things in the right order. So, that cuts it down to one command to do it all! Can't find it using Google, but I know it exists, that's how I extended my Xen array about 6 months ago!</description>
		<content:encoded><![CDATA[<p>Your three commands are nice, but I believe there&#8217;s a function within lvextend that will even resize the ext3 partition as well, doing things in the right order. So, that cuts it down to one command to do it all! Can&#8217;t find it using Google, but I know it exists, that&#8217;s how I extended my Xen array about 6 months ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floris</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9359</link>
		<dc:creator>Floris</dc:creator>
		<pubDate>Wed, 28 Mar 2007 11:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9359</guid>
		<description>You can enlarge an ext2/3 filesystem while it is mounted, that is correct and works like a charm! Shrinking on the other hand is not possible</description>
		<content:encoded><![CDATA[<p>You can enlarge an ext2/3 filesystem while it is mounted, that is correct and works like a charm! Shrinking on the other hand is not possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tassos Bassoukos</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9354</link>
		<dc:creator>Tassos Bassoukos</dc:creator>
		<pubDate>Wed, 28 Mar 2007 10:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9354</guid>
		<description>I've been using EVMS, a solution from IBM that is in Ubuntu by default and it's even easier - apt-get install evms-ncurses and resizing a partition is just some menu options away.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using EVMS, a solution from IBM that is in Ubuntu by default and it&#8217;s even easier - apt-get install evms-ncurses and resizing a partition is just some menu options away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu &#124; Steven Harms: Uncategorized</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9348</link>
		<dc:creator>Ubuntu &#124; Steven Harms: Uncategorized</dc:creator>
		<pubDate>Wed, 28 Mar 2007 05:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9348</guid>
		<description>[...] Partitioning Bring your system into the circa 1999 era and make your system use LVM to manage partitions. Span across multiple drives, stripe, and resize with ease. [...]</description>
		<content:encoded><![CDATA[<p>[...] Partitioning Bring your system into the circa 1999 era and make your system use LVM to manage partitions. Span across multiple drives, stripe, and resize with ease. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Here we are now, entertain us &#187; Uncategorized</title>
		<link>http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/comment-page-1/#comment-9346</link>
		<dc:creator>Here we are now, entertain us &#187; Uncategorized</dc:creator>
		<pubDate>Wed, 28 Mar 2007 04:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/03/28/or-just-use-lvm/#comment-9346</guid>
		<description>[...] Partitioning Bring your system into the circa 1999 era and make your system use LVM to manage partitions. Span across multiple drives, stripe, and resize with ease. [...]</description>
		<content:encoded><![CDATA[<p>[...] Partitioning Bring your system into the circa 1999 era and make your system use LVM to manage partitions. Span across multiple drives, stripe, and resize with ease. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
