<?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: Mounting KVM qcow2 qemu disk images</title>
	<atom:link href="http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 06:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-6242</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 20 Oct 2011 11:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-6242</guid>
		<description>Thanks for this. It helped a lot when I was hectically server swapping!</description>
		<content:encoded><![CDATA[<p>Thanks for this. It helped a lot when I was hectically server swapping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarp</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-5680</link>
		<dc:creator>Jarp</dc:creator>
		<pubDate>Fri, 24 Jun 2011 09:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-5680</guid>
		<description>Great!

It worked for me in debian squeeze with an vmdk image.  
I ran partprobe /dev/nbd0 after qemu-nbd, then
I was able to mount &quot;mount /dev/nbd0p1 /mnt&quot;</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p>It worked for me in debian squeeze with an vmdk image.<br />
I ran partprobe /dev/nbd0 after qemu-nbd, then<br />
I was able to mount &#8220;mount /dev/nbd0p1 /mnt&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul M</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-5569</link>
		<dc:creator>Paul M</dc:creator>
		<pubDate>Fri, 10 Jun 2011 09:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-5569</guid>
		<description>p.s. http://en.wikipedia.org/wiki/Qcow</description>
		<content:encoded><![CDATA[<p>p.s. <a href="http://en.wikipedia.org/wiki/Qcow">http://en.wikipedia.org/wiki/Qcow</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul M</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-5568</link>
		<dc:creator>Paul M</dc:creator>
		<pubDate>Fri, 10 Jun 2011 09:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-5568</guid>
		<description>thanks for this, it proved helpful during my migration of a bunch of xen machines from an old to a new server.

I fixed up the wikipedia entry for qcow, combining it with qcow2, and drew on your blog for reference.</description>
		<content:encoded><![CDATA[<p>thanks for this, it proved helpful during my migration of a bunch of xen machines from an old to a new server.</p>
<p>I fixed up the wikipedia entry for qcow, combining it with qcow2, and drew on your blog for reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Thommen</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-3085</link>
		<dc:creator>Fabian Thommen</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-3085</guid>
		<description>It works for me on Ubuntu LTS 10.4! Thanks.</description>
		<content:encoded><![CDATA[<p>It works for me on Ubuntu LTS 10.4! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qcow2 Disk Image mounten</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-3084</link>
		<dc:creator>qcow2 Disk Image mounten</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-3084</guid>
		<description>[...] qemu-nbd --connect=/dev/nbd0 db1_old.qcow2 # mount first partition mount /dev/nbd0p1 /mnt/  quelle: http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/  var flattr_wp_ver = &#039;0.9.5&#039;; var flattr_uid = &#039;17722&#039;; var flattr_url = [...]</description>
		<content:encoded><![CDATA[<p>[...] qemu-nbd &#8211;connect=/dev/nbd0 db1_old.qcow2 # mount first partition mount /dev/nbd0p1 /mnt/  quelle: <a href="http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/">http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/</a>  var flattr_wp_ver = &#8216;0.9.5&#8242;; var flattr_uid = &#8216;17722&#8242;; var flattr_url = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Ready</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-2931</link>
		<dc:creator>Troy Ready</dc:creator>
		<pubDate>Wed, 10 Mar 2010 04:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-2931</guid>
		<description>Thanks for this very informative post! Just wanted to leave a note that on my Ubuntu 8.10 machine, I had to use kvm-nbd instead of qemu-nbd. I assume this is because we only have kvm packages installed, and I suspect that other will experience the same thing.</description>
		<content:encoded><![CDATA[<p>Thanks for this very informative post! Just wanted to leave a note that on my Ubuntu 8.10 machine, I had to use kvm-nbd instead of qemu-nbd. I assume this is because we only have kvm packages installed, and I suspect that other will experience the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magicben</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-2606</link>
		<dc:creator>magicben</dc:creator>
		<pubDate>Wed, 16 Dec 2009 06:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-2606</guid>
		<description># nbd-client localhost 1024 /dev/nb0
Error: Can not open NBD: No such file or directory

-&gt; sudo nbd-client localhost 1024 /dev/nbd0 
while work. the error in nbd-client come from it need some privilege

using real nbd-client on remote computer work with qemu-nbd aswell ofc.</description>
		<content:encoded><![CDATA[<p># nbd-client localhost 1024 /dev/nb0<br />
Error: Can not open NBD: No such file or directory</p>
<p>-&gt; sudo nbd-client localhost 1024 /dev/nbd0<br />
while work. the error in nbd-client come from it need some privilege</p>
<p>using real nbd-client on remote computer work with qemu-nbd aswell ofc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfplayer</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-2130</link>
		<dc:creator>alfplayer</dc:creator>
		<pubDate>Mon, 26 Oct 2009 02:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-2130</guid>
		<description>This worked for me on karmic RC: http://tjworld.net/wiki/Linux/MountQemuQcowImages</description>
		<content:encoded><![CDATA[<p>This worked for me on karmic RC: <a href="http://tjworld.net/wiki/Linux/MountQemuQcowImages">http://tjworld.net/wiki/Linux/MountQemuQcowImages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Bach</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-1967</link>
		<dc:creator>Henrik Bach</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-1967</guid>
		<description>If you&#039;re running ubuntu, install nbd-client before issuing above commands.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re running ubuntu, install nbd-client before issuing above commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usefull: Mounting KVM qcow2 qemu disk images &#171; StoiloBlog: everyday administration adventures</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-1863</link>
		<dc:creator>Usefull: Mounting KVM qcow2 qemu disk images &#171; StoiloBlog: everyday administration adventures</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-1863</guid>
		<description>[...] http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/">http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gabriel</title>
		<link>http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/comment-page-1/#comment-1856</link>
		<dc:creator>Marco Gabriel</dc:creator>
		<pubDate>Tue, 30 Jun 2009 17:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=259#comment-1856</guid>
		<description>&lt;strong&gt;links for 2009-06-30...&lt;/strong&gt;


                Mounting KVM qcow2 qemu disk images at btm.geek
                
                (tags: kvm linux disk sysadmin mount qcow2 qemu)
            ...</description>
		<content:encoded><![CDATA[<p><strong>links for 2009-06-30&#8230;</strong></p>
<p>                Mounting KVM qcow2 qemu disk images at btm.geek</p>
<p>                (tags: kvm linux disk sysadmin mount qcow2 qemu)<br />
            &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

