<?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>Marcus Nyberg &#187; vmware</title>
	<atom:link href="http://www.marcusnyberg.com/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcusnyberg.com</link>
	<description>Digital and dangerous</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:41:00 +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>mount.ntfs using 100% cpu with vmware-player on Ubuntu 10.04</title>
		<link>http://www.marcusnyberg.com/2010/06/08/mount-ntfs-using-100-cpu-with-vmware-player-on-ubuntu-10-04/</link>
		<comments>http://www.marcusnyberg.com/2010/06/08/mount-ntfs-using-100-cpu-with-vmware-player-on-ubuntu-10-04/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.marcusnyberg.com/?p=525</guid>
		<description><![CDATA[I had problems running vmware images from a mounted ntfs filesystem in Ubuntu 10.04. The problem was that the process mount.ntfs used 100% CPU and froze my computer only a few moments after starting the image in wmware-player. I guess the mounting of ntfs filesystems aren&#8217;t that good in Ubuntu. At least not when you [...]]]></description>
			<content:encoded><![CDATA[<p>I had problems running vmware images from a mounted ntfs filesystem in Ubuntu 10.04. The problem was that the process <strong>mount.ntfs</strong> used 100% CPU and froze my computer only a few moments after starting the image in wmware-player. I guess the mounting of ntfs filesystems aren&#8217;t that good in Ubuntu. At least not when you have an application that is very write-intensive.</p>
<p>The solution was to open the .vmx file and add this row:<br />
workingDir = &#8221;../../../var/vmware&#8221;</p>
<p>This is where vmware-player stores &#8221;suspend files and snapshots. The path should be relative to the image-dir and be writable to the user running vmware-player. And of course, don&#8217;t change the path to another mounted ntfs-filesystem. You should also be able to edit the workingdir by using the vmware-player GUI as well. Look at screenshot below.</p>
<p><a href="http://www.marcusnyberg.com/wp-content/uploads/2010/06/mount-ntfs-problem.jpg"><img src="http://www.marcusnyberg.com/wp-content/uploads/2010/06/mount-ntfs-problem-300x256.jpg" alt="" title="mount-ntfs-problem" width="300" height="256" class="size-medium wp-image-526" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcusnyberg.com/2010/06/08/mount-ntfs-using-100-cpu-with-vmware-player-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expanding virtual disks in vmware</title>
		<link>http://www.marcusnyberg.com/2008/06/19/expanding-virtual-disks-in-vmware/</link>
		<comments>http://www.marcusnyberg.com/2008/06/19/expanding-virtual-disks-in-vmware/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 08:36:25 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.marcusnyberg.com/2008/06/19/expanding-virtual-disks-in-vmware/</guid>
		<description><![CDATA[Today I ran into trouble when my Windows XP wmvare virtual machine ran out of disk space. I found this really helpful article which guided me. I only followed steps 3b and 4 and managed to enlarge my hard drive quite simple and fast. Here is a quick and dirty tutorial for enlarging your hard [...]]]></description>
			<content:encoded><![CDATA[<p>Today I ran into trouble when my Windows XP wmvare virtual machine ran out of disk space. I found <a href="http://www.vmweekly.com/articles/expanding_the_virtual_disk_size_in_4_steps/1/">this really helpful article</a> which guided me. I only followed steps 3b and 4 and managed to enlarge my hard drive quite simple and fast.</p>
<p><strong>Here is a quick and dirty tutorial for enlarging your hard drive:</strong></p>
<p>Step 1 &#8211; Make the virtual hard drive grow to 10GB<br />
vmware-vdiskmanager -x 10GB winxp.vmdk</p>
<p>Step 2 &#8211; Make a copy of winxp.vmdk to winxp_new.vmdk</p>
<p>Step 3 &#8211; Mount winxp_new.vmdk as a second drive in the virtual machine</p>
<p>Step 4 &#8211; Start the virtual machine and enter the command line. Run commands:<br />
diskpart<br />
list disks<br />
list volume<br />
select volume=2<br />
extend<br />
list volume</p>
<p>Step 5 &#8211; Shut down your virtual machine</p>
<p>Step 6 &#8211; Remove all mounted hard drives</p>
<p>Step 7 &#8211; Mount winxp_new.vmdk as your primary hard drive</p>
<p>Step 8 &#8211; Delete your old virtual hard drive winxp.vmdk</p>
<p>Step 9 &#8211; Boot your VM. Now you got 10GB for the C: drive. :D</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcusnyberg.com/2008/06/19/expanding-virtual-disks-in-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

