<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>artykul8 &#187; VMware</title>
	<atom:link href="http://artykul8.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://artykul8.com</link>
	<description>ar·tic·u·late (v.) to make clear or effective</description>
	<lastBuildDate>Thu, 01 Sep 2011 16:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Merging VMware Fusion/Workstation Virtual Split Disk into a Single VMDK</title>
		<link>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/</link>
		<comments>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=191</guid>
		<description><![CDATA[Every time you create a new virtual machine in VMware Fusion/Workstation, it is always created with a virtual disk (VMDK) split up into 2Gb files. One of the main reasons for that, I guess would be a limitation of FAT-32 file system &#8211; maximum file size of 2Gb. However, if you are no longer using [...]]]></description>
			<content:encoded><![CDATA[<p>Every time you create a new virtual machine in VMware Fusion/Workstation, it is always created with a virtual disk (VMDK) split up into 2Gb files. One of the main reasons for that, I guess would be a limitation of FAT-32 file system &#8211; maximum file size of 2Gb. However, if you are no longer using FAT file system and would like to convert the default vmdk into one single pre-allocated file, here is what you can do.</p>
<p>In order to convert the existing virtual disk to a single .vmdk file you would need to use a console application &#8216;VMware Virtual Disk Manager&#8217; located in <code><strong>'/Library/Application Support/VMWare Fusion'</strong></code> folder.</p>
<p>Follow these two steps:</p>
<p> &#8211; open your Mac terminal console (Applications -> Utilities -> Terminal) and navigate to the folder with your VMware disk image</p>
<p> &#8211; from that folder run the following command (typing VMware&#8217;s diskmanager path with backslash prefixes for space):</p>
<p><code><strong>/Library/Application\ Support/VMWare\ Fusion/vmware-diskmanager -r <em>originalSplitDisk.vmdk</em> -t 0 <em>targetSingleDisk.vmdk</em></strong></code></p>
<p><a href="http://artykul8.com/media/2010/03/vmware-fusion-merge.png"><img src="http://artykul8.com/media/2010/03/vmware-fusion-merge-450x135.png" alt="" title="vmware-fusion-merge" width="450" height="135" class="alignnone size-medium wp-image-192" /></a></p>
<p>If you are running VMware Workstation on Windows, you can use the same command with the only difference that vmware-vdiskmanager.exe would be located in a folder where VMware Workstation was installed, e.g.: <code><strong>C:\Program Files\VMware\VMware Workstation</strong></code>.</p>
<p>Documentation and other examples for VMware Virtual Disk Manager use:</p>
<ul>
<li><a href="http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_run_ws.html">http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_run_ws.html</a></li>
<li><a href="http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_eg_ws.html">http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_eg_ws.html</a></li>
</ul>
<p><a href="http://artykul8.com/media/2010/03/PacificBeachSunset.jpg"><img src="http://artykul8.com/media/2010/03/PacificBeachSunset-450x600.jpg" alt="" title="PacificBeachSunset" width="450" height="600" class="alignnone size-medium wp-image-200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Physical x64 Machine to Virtual (Windows 7/Server 2008 R2): Microsoft &#8211; 1 : VMware &#8211; 0</title>
		<link>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/</link>
		<comments>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:36:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VM]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=220</guid>
		<description><![CDATA[Being an old fan of VMware products (in particular, the fact that I can run VMware VMs on my MacBook, as well as on Wintel desktop), I found myself utterly disappointed this week, when I tried to convert my physical Windows Server 2008 R2 x64 into a virtual instance. The latest version of VMware Converter [...]]]></description>
			<content:encoded><![CDATA[<p>Being an old fan of VMware products (in particular, the fact that I can run VMware VMs on my MacBook, as well as on Wintel desktop), I found myself utterly disappointed this week, when I tried to convert my physical Windows Server 2008 R2 x64 into a virtual instance.</p>
<p>The latest version of <strong>VMware Converter</strong> kept crashing on me at the start of the conversion process with the error: <strong>&#8220;Unable to create a VSS snapshot of the source volume(s).&#8221;</strong><br />
More disappointingly, even according to press releases <a href="http://www.vmware.com/products/converter/">VMware vCenter Converter</a> &#8211; the latest and greatest version of VMware Converter, officially doesn&#8217;t support Windows 7 or Windows Server 2008 R2 editions (its latest version at the moment is <a href="http://www.vmware.com/support/converter/doc/releasenotes_conv401.html">4.0.1</a> and dated 2009-12-08).</p>
<p>After a few failed attempts with VMware, I decided to look at Microsoft offerings. Even though, I couldn&#8217;t find an official Microsoft converter product, I found something better &#8211; a <strong>Sysinternals utility <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Disk2vhd</a></strong>, which can create a virtual hard disk (VHD) out of running physical image.</p>
<p>The most impressive part that the whole process of converting my running 60G RAID-0 hard drive array took only a couple of minutes, with minimal configuration effort &#8211; no heavy installation or complex user-interface interactions. All I had to do is select a check box with the volume(s), which needs to be converted and that&#8217;s it. Systinternals delivered an impressive utility once again! Kudos to Microsoft for keeping Sysinternals brand alive and bringing new useful tools.</p>
<p><a href="http://artykul8.com/media/2010/04/disk2vhd.png"><img src="http://artykul8.com/media/2010/04/disk2vhd.png" alt="" title="disk2vhd" width="525" height="444" class="alignnone size-full wp-image-226" /></a></p>
<p>Links:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Sysinternals</a></li>
<li><a href="http://blogs.technet.com/markrussinovich/default.aspx">Mark Russinovich&#8217;s Blog</a></li>
<li><a href="http://download.sysinternals.com/Files/Disk2vhd.zip">Download Disk2vhd</a></li>
<li><a href="http://live.sysinternals.com/Disk2vhd.exe">Run Disk2vhd from Live.Sysinternals.com</a></li>
</ul>
<p><a href="http://artykul8.com/media/2010/04/PaintItBlack.jpg"><img src="http://artykul8.com/media/2010/04/PaintItBlack-600x431.jpg" alt="" title="PaintItBlack" width="600" height="431" class="alignnone size-medium wp-image-227" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/04/converting-physical-x64-machine-to-virtual/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

