<?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>Ramblings &#187; Server Administration</title>
	<atom:link href="http://kc5mpk.com/blog/archives/category/server-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://kc5mpk.com/blog</link>
	<description>Unintelligible nonsense</description>
	<lastBuildDate>Fri, 09 Sep 2011 22:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>LVM Extention Process</title>
		<link>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/</link>
		<comments>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 19:35:00 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[LeTourneau University]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/</guid>
		<description><![CDATA[dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576 losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2 pvcreate /dev/loop2 vgextend updates_store /dev/loop2 lvextend -L+1G /dev/updates_store/store umount /mnt/vg e2fsck -f /dev/updates_store/store resize2fs /dev/updates_store/store mount /dev/updates_store/store /mnt/vg Where the filename (linuxupdates-2) increments, the &#8216;count&#8217; in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments.]]></description>
			<content:encoded><![CDATA[<pre style="border: 1px solid #888888; padding: 3px; text-align: left">dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576
losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2
pvcreate /dev/loop2
vgextend updates_store /dev/loop2
lvextend -L+1G /dev/updates_store/store
umount /mnt/vg
e2fsck -f /dev/updates_store/store
resize2fs /dev/updates_store/store
mount /dev/updates_store/store /mnt/vg</pre>
<p>Where the filename (linuxupdates-2) increments, the &#8216;count&#8217; in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments.</p>
]]></content:encoded>
			<wfw:commentRss>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

