<?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: kvm disk image filesystem growth notes</title>
	<atom:link href="http://www.outflux.net/blog/archives/2008/09/03/kvm-disk-image-filesystem-growth-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2008/09/03/kvm-disk-image-filesystem-growth-notes/</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Brian Murray</title>
		<link>http://www.outflux.net/blog/archives/2008/09/03/kvm-disk-image-filesystem-growth-notes/comment-page-1/#comment-695</link>
		<dc:creator>Brian Murray</dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=162#comment-695</guid>
		<description>I used your instructions with a Windows XP virtual machines with an NTFS filesystem and there were a couple of things I needed to do differently.

When using fdisk, &#039;sudo fdisk /dev/loop0&#039;, I had to delete the existing partition.  Create a new partition of the same type, 7 for NTFS, but larger.  Make the partition active / bootable - I forgot that and had a moment of panic!

After mounting the partition, &#039;sudo kpartx -a windows-xp.img&#039;, I used ntfsresize to resize the parition.  The commmand looked like &#039;sudo ntfsresize --size 20G /dev/mapper/loop0p1&#039;.

That&#039;s it, thanks for the help!</description>
		<content:encoded><![CDATA[<p>I used your instructions with a Windows XP virtual machines with an NTFS filesystem and there were a couple of things I needed to do differently.</p>
<p>When using fdisk, &#8216;sudo fdisk /dev/loop0&#8242;, I had to delete the existing partition.  Create a new partition of the same type, 7 for NTFS, but larger.  Make the partition active / bootable &#8211; I forgot that and had a moment of panic!</p>
<p>After mounting the partition, &#8216;sudo kpartx -a windows-xp.img&#8217;, I used ntfsresize to resize the parition.  The commmand looked like &#8216;sudo ntfsresize &#8211;size 20G /dev/mapper/loop0p1&#8242;.</p>
<p>That&#8217;s it, thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Murray</title>
		<link>http://www.outflux.net/blog/archives/2008/09/03/kvm-disk-image-filesystem-growth-notes/comment-page-1/#comment-694</link>
		<dc:creator>Brian Murray</dc:creator>
		<pubDate>Thu, 18 Dec 2008 00:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=162#comment-694</guid>
		<description>You might think about using virsh to redefine the specific virtual machine image instead of restarting libvirt and all your virtual machines.  Something along the lines of:

sudo virsh
define /etc/libvirt/qemu/64bit-Ubuntu-7.10-desktop.xml</description>
		<content:encoded><![CDATA[<p>You might think about using virsh to redefine the specific virtual machine image instead of restarting libvirt and all your virtual machines.  Something along the lines of:</p>
<p>sudo virsh<br />
define /etc/libvirt/qemu/64bit-Ubuntu-7.10-desktop.xml</p>
]]></content:encoded>
	</item>
</channel>
</rss>

