<?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: From Vmware to QEMU</title>
	<atom:link href="http://kj.security.net.my/?feed=rss2&#038;p=47" rel="self" type="application/rss+xml" />
	<link>http://kj.security.net.my/?p=47</link>
	<description>collecting unknown malware</description>
	<lastBuildDate>Tue, 01 Jun 2010 04:19:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://kj.security.net.my/?p=47&#038;cpage=1#comment-74082</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 01 Jun 2010 04:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xwings.net/?p=47#comment-74082</guid>
		<description>&lt;a href=&quot;#comment-69112&quot; rel=&quot;nofollow&quot;&gt;@abhi &lt;/a&gt; 

  To have two seperate disks:
     qemu -hda osdisk-s001.vmkd  -hdb datadisk-s001.vmdk -boot c

  NOTE: These are not to be mistaken with seperate partitions</description>
		<content:encoded><![CDATA[<p><a href="#comment-69112" rel="nofollow">@abhi </a> </p>
<p>  To have two seperate disks:<br />
     qemu -hda osdisk-s001.vmkd  -hdb datadisk-s001.vmdk -boot c</p>
<p>  NOTE: These are not to be mistaken with seperate partitions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://kj.security.net.my/?p=47&#038;cpage=1#comment-69112</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xwings.net/?p=47#comment-69112</guid>
		<description>hello,
my vmware image have 2 separate disks, [1 for os [osdisk-s001.vmkd ... osdisk-s011.vmdk] and the other for userdata/program [datadisk-s001.vmdk ... datadisk-s11.vmdk].

how would I convert so that when qemu boot the converted image file it can have data from both disks?

thanks</description>
		<content:encoded><![CDATA[<p>hello,<br />
my vmware image have 2 separate disks, [1 for os [osdisk-s001.vmkd ... osdisk-s011.vmdk] and the other for userdata/program [datadisk-s001.vmdk ... datadisk-s11.vmdk].</p>
<p>how would I convert so that when qemu boot the converted image file it can have data from both disks?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern</title>
		<link>http://kj.security.net.my/?p=47&#038;cpage=1#comment-61939</link>
		<dc:creator>Vern</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xwings.net/?p=47#comment-61939</guid>
		<description>This posting is a bit old, but for future reference...

The command:
  cat *.raw &gt;&gt; guestos.img
requires that the image files are:
 1. All part of a single virtual hard drive (maybe even a single partition?)
 2. All numbered with the same number of digits, since a &quot;10&quot; appears before &quot;9&quot;.</description>
		<content:encoded><![CDATA[<p>This posting is a bit old, but for future reference&#8230;</p>
<p>The command:<br />
  cat *.raw &gt;&gt; guestos.img<br />
requires that the image files are:<br />
 1. All part of a single virtual hard drive (maybe even a single partition?)<br />
 2. All numbered with the same number of digits, since a &#8220;10&#8243; appears before &#8220;9&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D&#8217; Minas &#187; Converter imagem do VMWARE para KVM</title>
		<link>http://kj.security.net.my/?p=47&#038;cpage=1#comment-59619</link>
		<dc:creator>D&#8217; Minas &#187; Converter imagem do VMWARE para KVM</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xwings.net/?p=47#comment-59619</guid>
		<description>[...] http://blog.xwings.net/?p=47 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.xwings.net/?p=47" rel="nofollow">http://blog.xwings.net/?p=47</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy</title>
		<link>http://kj.security.net.my/?p=47&#038;cpage=1#comment-51040</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Mon, 13 Oct 2008 14:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xwings.net/?p=47#comment-51040</guid>
		<description>I was getting a message that said that it could not open &quot;-O&quot; on my FreeBSD box, so I make a slight adjustment to get it to run. Otherwise, thanks for the excellent trick.

for i in `ls *[0-9].vmdk`; do qemu-img convert -f vmdk -O raw $1 {i/vmdk/raw}; done</description>
		<content:encoded><![CDATA[<p>I was getting a message that said that it could not open &#8220;-O&#8221; on my FreeBSD box, so I make a slight adjustment to get it to run. Otherwise, thanks for the excellent trick.</p>
<p>for i in `ls *[0-9].vmdk`; do qemu-img convert -f vmdk -O raw $1 {i/vmdk/raw}; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
