<?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: Converting a Physical disk to a Virtual disk with Qemu&#8217;s qemu-img on Windows	</title>
	<atom:link href="https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 13 Nov 2024 10:13:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190937</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Sun, 21 Jan 2018 20:16:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8063#comment-190937</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190917&quot;&gt;neozeed&lt;/a&gt;.

I made an image of the CF card and worked with that but still had some problems with fdisk and disklabel. Then I tried Qemu with &lt;b&gt;-M isapc&lt;/b&gt; and it worked. Made a minimal installation and transferred everything across with dump/restore.

Next step is to see if I can write it back to the CF and get it to boot on real hardware.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190917">neozeed</a>.</p>
<p>I made an image of the CF card and worked with that but still had some problems with fdisk and disklabel. Then I tried Qemu with <b>-M isapc</b> and it worked. Made a minimal installation and transferred everything across with dump/restore.</p>
<p>Next step is to see if I can write it back to the CF and get it to boot on real hardware.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190917</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 05:52:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8063#comment-190917</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190867&quot;&gt;Nick B.&lt;/a&gt;.

Some USB stuff seems to aggressively protect the first 512 bytes of disks, preventing stuff like partitioning and whatnot.

I&#039;m not sure of what the exact issues are, but generally run it as administrator, and bring up disk manager and make sure no volumes are mounted.  You may even have to &quot;eject or dismount&quot; the disk from disk manager... Not the dock icon.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190867">Nick B.</a>.</p>
<p>Some USB stuff seems to aggressively protect the first 512 bytes of disks, preventing stuff like partitioning and whatnot.</p>
<p>I&#8217;m not sure of what the exact issues are, but generally run it as administrator, and bring up disk manager and make sure no volumes are mounted.  You may even have to &#8220;eject or dismount&#8221; the disk from disk manager&#8230; Not the dock icon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190867</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Thu, 18 Jan 2018 11:52:11 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8063#comment-190867</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190854&quot;&gt;neozeed&lt;/a&gt;.

Seems to be a problem writing back the the CF disk. The CF card is mounted in a CF-ATA converter and ATA-USB converter so W10 sees it as a real drive. When I try to FDISK and write out the boot sector I just see lots of &quot;hard error writing to fsbn&quot; messages.
&lt;pre&gt;
qemu-system-i386 -drive file=WD540MB.qcow2 -drive format=raw,media=disk,file=\\.\PhysicalDrive1
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190854">neozeed</a>.</p>
<p>Seems to be a problem writing back the the CF disk. The CF card is mounted in a CF-ATA converter and ATA-USB converter so W10 sees it as a real drive. When I try to FDISK and write out the boot sector I just see lots of &#8220;hard error writing to fsbn&#8221; messages.</p>
<pre>
qemu-system-i386 -drive file=WD540MB.qcow2 -drive format=raw,media=disk,file=\\.\PhysicalDrive1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190854</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 18 Jan 2018 01:48:54 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8063#comment-190854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190849&quot;&gt;Nick B.&lt;/a&gt;.

That will be the real trick.  But in a worst case, you can now do a dump/restore if it&#039;s not too happy, at least preserving the contents]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190849">Nick B.</a>.</p>
<p>That will be the real trick.  But in a worst case, you can now do a dump/restore if it&#8217;s not too happy, at least preserving the contents</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2018/01/15/converting-a-physical-disk-to-a-virtual-disk-with-qemus-qemu-img-on-windows/comment-page-1/#comment-190849</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Wed, 17 Jan 2018 23:23:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=8063#comment-190849</guid>

					<description><![CDATA[Excellent tip! I&#039;ve just used this to make an image of a FreeBSD_4.7 on a flaky 2.5&quot; 540MB Western Digital drive. Next step is to attempt to move the image to a Compact Flash card so I can carry on using it with real hardware.]]></description>
			<content:encoded><![CDATA[<p>Excellent tip! I&#8217;ve just used this to make an image of a FreeBSD_4.7 on a flaky 2.5&#8243; 540MB Western Digital drive. Next step is to attempt to move the image to a Compact Flash card so I can carry on using it with real hardware.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
