<?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: Increasing a Win7 disk/partition under KVM</title>
	<atom:link href="http://blog.loftninjas.org/2009/09/08/increasing-a-win7-diskpartition-under-kvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2009/09/08/increasing-a-win7-diskpartition-under-kvm/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 11:37:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mrb</title>
		<link>http://blog.loftninjas.org/2009/09/08/increasing-a-win7-diskpartition-under-kvm/comment-page-1/#comment-1957</link>
		<dc:creator>mrb</dc:creator>
		<pubDate>Mon, 14 Sep 2009 07:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=393#comment-1957</guid>
		<description>There is much simpler. The &quot;convert&quot; option has built-in support for concatenating images. Example to *add* an extra 40GB to small.qcow2:
$ kvm-img create extraspace.tmp 40G
$ kvm-img convert small.qcow2 extraspace.tmp big.qcow2
$ rm extraspace.raw</description>
		<content:encoded><![CDATA[<p>There is much simpler. The &#8220;convert&#8221; option has built-in support for concatenating images. Example to *add* an extra 40GB to small.qcow2:<br />
$ kvm-img create extraspace.tmp 40G<br />
$ kvm-img convert small.qcow2 extraspace.tmp big.qcow2<br />
$ rm extraspace.raw</p>
]]></content:encoded>
	</item>
</channel>
</rss>
