<?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>Ubuntu Tutorials &#187; Virtualization</title>
	<atom:link href="http://www.ubuntututorials.net/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntututorials.net</link>
	<description>Copy/Paste tutorials for Ubuntu</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing VMware tools</title>
		<link>http://www.ubuntututorials.net/installing-vmware-tools/</link>
		<comments>http://www.ubuntututorials.net/installing-vmware-tools/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.ubuntututorials.net/?p=3</guid>
		<description><![CDATA[1. Install kernel headers and some tools used to install VMware tools:
sudo apt-get install build-essential linux-headers-$(uname -r)

2. Mount the cdrom drive. Make sure you have mounted the VMware tools virtual cd from the host before moving on.
sudo mount /dev/cdrom /mnt/

3. Extract VMware tools to the tmp directory:
tar -C /tmp -zxvf /mnt/VMwareTools-x.x.x.tar.gz

The filename depends on the [...]]]></description>
			<content:encoded><![CDATA[<p>1. Install kernel headers and some tools used to install VMware tools:</p>
<p><code>sudo apt-get install build-essential linux-headers-$(uname -r)<br />
</code></p>
<p>2. Mount the cdrom drive. Make sure you have mounted the VMware tools virtual cd from the host before moving on.</p>
<p><code>sudo mount /dev/cdrom /mnt/<br />
</code><span id="more-3"></span></p>
<p>3. Extract VMware tools to the tmp directory:</p>
<p><code>tar -C /tmp -zxvf /mnt/VMwareTools-x.x.x.tar.gz<br />
</code></p>
<p><em>The filename depends on the host software/OS.</em></p>
<p>4. Unmount the virtual cd:</p>
<p><code>sudo umount /mnt<br />
</code></p>
<p>5. Execute the installer</p>
<p>Make sure you run the following command from the Console, don&#8217;t try to run it using SSH because the network will be restarted and the installation will fail.</p>
<p><code>cd /tmp/vmware-tools-distrib<br />
sudo ./vmware-install.pl<br />
</code></p>
<p><em>Accept the defaults for every question. Make sure you&#8217;re located inside the vmware-tools-distrib folder when executing the vmware-install.pl script or the installation will fail.</em></p>
<p>6. Reboot</p>
<p>To finish the installation and start the virtual machine with VMware tools installed, reboot the virtual machine:</p>
<p><code>reboot<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntututorials.net/installing-vmware-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
