<?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>Make Tech Easier&#187; virtual machine</title>
	<atom:link href="http://maketecheasier.com/tag/virtual-machine/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>4 Free Virtualization Software Solutions For Windows</title>
		<link>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08</link>
		<comments>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08#comments</comments>
		<pubDate>Sun, 08 Apr 2012 14:58:15 +0000</pubDate>
		<dc:creator>Sanix</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=47433</guid>
		<description><![CDATA[Virtualization is a hot topic nowadays. You will see most of the IT people (network and systems administrators) talking about Virtualization quite often. Before digging deep on what is virtualization, let&#8217;s talk a little about why we need or use virtualization as it will help us better understand the concept.... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;title=4+Free+Virtualization+Software+Solutions+For+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08">4 Free Virtualization Software Solutions For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/04/virtual-machine-within.jpg" alt="virtual-machine-within" title="virtual-machine-within" class="alignleft size-full wp-image-48216" />Virtualization is a hot topic nowadays. You will see most of the IT people (network and systems administrators) talking about Virtualization quite often. Before digging deep on what is virtualization, let&#8217;s talk a little about why we need or use virtualization as it will help us better understand the concept.<br />
<span id="more-47433"></span></p>
<h2>Uses of Virtualization</h2>
<p>Virtualization technology is used to make the hardware resources expandable without having to shift the software and data from one place to another.</p>
<p>Virtualization is also used to lower the costs of computer hardware as multiple virtual servers can be hosted on a single server hardware.</p>
<p>Virtualization can be used to setup separate environments for each software application so that one application cannot interfere with the other. This is especially useful when testing a software product on different environments. Rather than dedicating a separate hardware machine, one can easily setup virtual servers on one hardware machine.</p>
<p>Virtualization can be used as a standardization tool. This means that we can setup one Operating System environment as a standard and then replicate the same virtual machine as many times as we want.</p>
<h2>What is Virtualization?</h2>
<p>According to <a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia</a>:</p>
<blockquote><p>Virtualization (Computing) is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, storage device, or network resources.</p></blockquote>
<p>Let&#8217;s take a simpler example of Virtualization. If you are a frequent computer user, you should already be knowledgeable about the partitions of your hard drive. You can create more than one partition in your computer. In Windows, the partitions are named as C:\, D:\, E:\ etc. We call all the partitions as separate drives. We also know that our computer consists of only a single physical hard drive. These drives are logical partitions of the single physical hard drive. This can be termed as Virtualization as we are creating a multiple virtual versions of a single hardware.</p>
<h2>Types of Virtualization</h2>
<p>Virtualization is a term which can be used with wide variety of topics but the most popular subject in which Virtualization is used is Operating System Virtualization. Operating System Virtualization means that multiple Operating Systems are being run simultaneously on the same hardware. Other types of Virtualizations include Software Virtualization, Network Virtualization, Storage Virtualization and Server Virtualization.</p>
<p>We&#8217;ll discuss other types of Virtualization solutions some time later but in this post we will give the most popular Operating System Virtualization solutions available for Windows.</p>
<h2>Operating System Virtualization terminology</h2>
<p>Before we go to discuss the actual solution, let&#8217;s first get familiar with the terminology used in Operating system Virtualization.</p>
<ul>
<li><strong>Host</strong>: The Operating System on which the Virtualization software solution runs is called the host.</li>
<li><strong>Guest</strong>: The Operating System which is run inside the Virtualization software is called the guest.</li>
</ul>
<h2>1. Microsoft Virtual PC</h2>
<p>Microsoft Virtual PC, as the name implies, is a free Virtualization product from Microsoft. The latest version of Virtual PC is Virtual PC 2007. It can run almost any Operating System as a guest, but only a few hosts are supported, listed below:</p>
<ul>
<li>Windows Vista Business, Enterprise and Ultimate</li>
<li>Windows Server 2003 Standard Edition (32-bit and 64-bit supported)</li>
<li>Windows XP Professional (32-bit and 64-bit supported)</li>
<li>Windows XP Tablet PC Edition</li>
</ul>
<p><img class="aligncenter size-full wp-image-48136" title="Microsoft Virtual PC 2007 error" src="http://imagecdn.maketecheasier.com/2012/04/Microsoft-Virtual-PC-2007-error.png" alt="Microsoft Virtual PC 2007 error" /></p>
<p>Although Virtual PC does everything which a standard Virtualization software can do, it has certain limitations. It does not have USB device support and it cannot save multiple snapshots of the Virtual machine. Other than these limitations, Virtual PC is quite fast especially if you want to install any version of Windows as a guest Operating System.</p>
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=4580" target="_blank">Download Virtual PC 2007</a></p>
<p>Please note that Windows XP mode in Windows 7 is just an extension of Virtual PC. It will create a preset Windows XP environment in Windows 7 so that Windows 7 users may be able to run the programs which are only supported to run on Windows XP.</p>
<h2>2. VirtualBox</h2>
<p><img class="aligncenter size-full wp-image-48129" title="VirtualBox running on Windows 7" src="http://imagecdn.maketecheasier.com/2012/04/VirtualBox-running-on-Windows-7.jpg" alt="VirtualBox running on Windows 7" /></p>
<p>VirtualBox is a Virtualization product from Oracle. The advantage of VirtualBox over Virtual PC is that VirtualBox can run on most platforms including Windows, Linux and Mac. VirtualBox is free and Open-Source. It supports resizing the guest Operating System screen according to the VirtualBox window. You need to have &#8220;scale mode&#8221; enabled for this purpose. If you click on the guest OS screen, your mouse and keyboard will be locked inside the guest OS so that you can use the keyboard and mouse in the guest OS without interrupting the host. To release the mouse and keyboard to be used in the host, just press Ctrl + left arrow key. This hotkey can be customized in VirtualBox options.</p>
<p>VirtualBox also comes with an extension pack which can be installed along with VirtualBox in order to get additional functionality like USB device support, remote desktop connection and PXE (network) booting capability for Intel NIC (LAN) cards.</p>
<p>Although VirtualBox runs in Mac OS but it has many problems and creates stability issues. So it should only be used in a home environment when Mac OS has to be used as a host Operating System. VirtualBox runs fine on Windows and Linux as hosts.</p>
<p><a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download VirtualBox</a> (All Operating Systems)</p>
<h2>3. VMLite Workstation</h2>
<p><img class="aligncenter size-full wp-image-48137" title="VMLite Workstation" src="http://imagecdn.maketecheasier.com/2012/04/VMLite-Workstation.png" alt="VMLite-Workstation" /></p>
<p>VMLite Workstation is a Virtualization product based on VirtualBox (Open Source). It works very similar to Microsoft Virtual PC but gets rid of the limitations of Virtual PC. An interesting feature of VMLite Workstation is that it supports running of a 64-bit guest Operating System on a 32-bit host Operating System. So if you are running 32-bit Windows 7, you will be able to run 64-bit Windows XP with the help of VMLite Workstation.</p>
<p>As opposed to Virtual PC, VMLite supports saving of multiple live snapshots of the virtual machine. This is like versioning. If you don&#8217;t like the current version of the environment, you can always revert to a previous state using a previous snapshot saved by VMLite Workstation.</p>
<p>VMLite supports most of the Virtualization formats used in the industry like VMDK (VMWare), VHD (Microsoft), VDI (Sun) and HDD (Parallel).</p>
<p>VMLite comes with its own version of Windows XP Mode for Windows 7. It gives the same functionality as the original Windows XP mode and does not require any hardware Virtualization.</p>
<p><a href="http://www.vmlite.com/index.php?option=com_rokdownloads&amp;view=folder&amp;Itemid=153" target="_blank">Download VMLite Workstation</a> (Registration required to download the setup file)</p>
<h2>4. VMWare Server</h2>
<p><img class="aligncenter  wp-image-48138" title="VMWare Server" src="http://imagecdn.maketecheasier.com/2012/04/VMWare-Server.png" alt="VMWare-Server" /></p>
<p>VMWare Server is a free Virtualization software from VMWare. Although its support has ended but it can still be downloaded and used for free. VMWare Server supports almost all the Operating Systems as guests or hosts but 64-bit guest OS cannot be installed on a 32-bit host. VMWare Server has support for USB devices and also supports bridged, NAT and host only network interfaces.</p>
<p>VMWare Server comes with administrative tools package which can be installed from the File menu. The administrative tools make it easier to communicate between the host and the guest Operating System without locking the mouse and enabling of cut, copy, paste and drag and drop operations across host and guest OS.</p>
<p><a href="http://www.filehippo.com/download_vmware_server/" target="_blank">Download VMWare Server</a></p>
<h2>Other Virtualization Solutions</h2>
<p>While researching for this article, I have come across some very useful software which may not be free but are worth a look. While free solutions can be used for home and SOHO businesses, commercial products can satisfy the needs of large enterprises. I&#8217;m listing down the software that I came across during my research:</p>
<p><a href="http://www.vmware.com/products/workstation/index.html" target="_blank">VMWare Workstation</a> is very similar to VMWare Server but it is still supported by VMWare.</p>
<p><a href="http://www.vmware.com/products/fusion/overview.html" target="_blank">VMWare Fusion</a> and <a href="http://www.parallels.com/products/desktop/" target="_blank">Parallels Desktop</a> are the perfect but paid alternatives to VirtualBox if you are using Mac OS as host Operating System. If you are looking for a free solution for Mac OS, try <a href="http://www.apple.com/support/bootcamp/" target="_blank">Boot Camp</a>.</p>
<p><a href="http://wiki.qemu.org/Index.html" target="_blank">QEMU</a> is another popular Virtualization solution but I couldn&#8217;t find QEMU for Windows. The downloads are only available for Linux.</p>
<p>Paragon Go Virtual was another good Virtualization software but it seems to have been discontinued. It can be downloaded from <a href="http://majorgeeks.com/Paragon_Go_Virtual_d6516.html" target="_blank">Majorgeeks</a>.</p>
<p>I hope this article will serve as a good guide for Virtualization software. If I have missed anything or you have suggestions about this topic, please communicate via comments below.</p>
<p><strong>Note:</strong> You may also be interested in our already covered topics on MTE about Virtualization:</p>
<p><a href="http://maketecheasier.com/how-to-run-multiple-linux-distros-without-virtualization/2009/08/11">How to run multiple linux distros without Virtualizations</a></p>
<p><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">A comparison between Virtualbox and VMWare Server</a></p>
<p>Image credit: <a href="http://www.bigstockphoto.com/image-1217283/stock-photo-laptop-in-laptop-in-laptop" target="_blank">Laptop In Laptop In Laptop</a> by BigStockPhoto<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' title='How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li>
<li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' title='How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li>
<li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' title='5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li>
<li><a href='http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02' title='Review of Windows 8 Consumer Preview'>Review of Windows 8 Consumer Preview</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;title=4+Free+Virtualization+Software+Solutions+For+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08">4 Free Virtualization Software Solutions For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Use KVM with Virtual Machine Manager</title>
		<link>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16</link>
		<comments>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16#comments</comments>
		<pubDate>Thu, 17 Nov 2011 00:58:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardware-assisted virtualization]]></category>
		<category><![CDATA[kernel-based virtual machine]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[virt-manager]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41280</guid>
		<description><![CDATA[Virtualization has many uses. You can use it to test another operating system, run applications that your OS does not support, or even maintain virtual servers within one or more virtual machines. KVM (kernel-based virtual machine) is a Linux virtualization tool that makes use of hardware-assisted virtualization (also called native... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;title=How+to+Use+KVM+with+Virtual+Machine+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16">How to Use KVM with Virtual Machine Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-41286" title="kvm-logo-small" src="http://imagecdn.maketecheasier.com/2011/11/kvm-logo-small.png" alt="kvm logo" width="199" height="83" />Virtualization has many uses. You can use it to test another operating system, run applications that your OS does not support, or even maintain virtual servers within one or more virtual machines.</p>
<p><a href="http://www.linux-kvm.org/" target="_blank">KVM</a> (kernel-based virtual machine) is a Linux virtualization tool that makes use of hardware-assisted virtualization (also called native virtualization) using processor technology such as Intel VT-x and AMD-V. Red Hat’s <a href="http://virt-manager.org/" target="_blank">Virtual Machine Manager</a> now has support for KVM, making it easy to setup a virtual machine with a free graphical interface. It is also available for Fedora, Gentoo, FreeBSD, Ubuntu, and many other operating systems.<br />
<span id="more-41280"></span><br />
<img class="size-full wp-image-41287 aligncenter" title="centos-virt-manager" src="http://imagecdn.maketecheasier.com/2011/11/centos-virt-manager.jpg" alt="virtual machine manager running CentOS" width="600" height="375" /></p>
<h2>Installation</h2>
<p>Installation will vary according to the operating system, but we will look at the Ubuntu installation to get an idea of what it entails. Since KVM requires hardware virtualization capabilities, you need to make sure your computer’s processor supports it.</p>
<p>Open a terminal and type this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">'(vmx|svm)'</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>cpuinfo</pre></div></div>

<p>The output will either be a &#8220;0&#8243; or a &#8220;1&#8243;. A &#8220;0&#8243; unfortunately means that you do not have hardware virtualization. If you get a &#8220;1&#8243; and have virtualization enabled in your BIOS, you are good to go. Without hardware virtualization, you cannot use KVM extensions. You can still run virtual machines, but they will be painfully slow, as I discovered on my laptop with an old Intel T4200 processor.</p>
<p>If you want to double check the results, you can also run this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">kvm-ok</pre></div></div>

<p>If all goes well, it will return:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">INFO: Your CPU supports KVM extensions
INFO: <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>kvm exists
KVM acceleration can be used</pre></div></div>

<p>Ubuntu has some meta-packages you can install to get the virtualization tools you need. With one command, you can install most of them:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-virt</pre></div></div>

<p>If you want to install each package manually, see the <a href="https://help.ubuntu.com/community/KVM/Installation">Ubuntu documentation</a>. After the installation, you should have qemu-kvm and virt-manager (the graphical frontend) installed.</p>
<h2>Post-Installation</h2>
<p>After installation, you need to make sure KVM is configured and given the necessary permissions. Type this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">groups</span></pre></div></div>

<p>Among your user groups, you should see &#8220;kvm&#8221; and &#8220;libvirtd&#8221;. If either or both are missing, you can run these commands to add your local user to the groups:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> adduser <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">id</span> -un<span style="color: #000000; font-weight: bold;">`</span> kvm</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> adduser <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">id</span> -un<span style="color: #000000; font-weight: bold;">`</span> libvirtd</pre></div></div>

<p>The last post-installation step you need to take is to logout and log back in. If you do not, you will get a qemu error like this: &#8220;libvir: Remote error : Permission denied&#8221;</p>
<h2>Create a Virtual Machine</h2>
<p>Once you are logged back in, you can start Virtual Machine Manager. It should be in your applications menu. Alternatively, press Alt+F2 and type virt-manager.</p>
<p><img class="aligncenter size-full wp-image-41283" title="virt-manager-new-machine" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine.png" alt="create a new virtual machine" width="469" height="474" /></p>
<p>On the first run, there will only be one available button to click labeled “Create a new virtual machine”. Click it and go through the creation process.</p>
<ol>
<li>Name the virtual machine. It can be pretty much anything. It is only an identifier for you to remember what it is.</li>
<li>Choose the installation method. In this example, I am going to use a CentOS 6 LiveCD ISO. That requires the first option “Local install media”. After choosing, click &#8220;Forward&#8221;.</li>
<p><img class="aligncenter size-full wp-image-41284" title="virt-manager-new-machine1" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine1.png" alt="virtual machine disk setup" width="469" height="474" /></p>
<li>Select the OS type and version. In my example, I chose &#8220;Linux&#8221; and &#8220;Red Hat Enterprise Linux 6&#8243;.</li>
<li>Select the amount of RAM you want to allocate and the number of CPUs to use.</li>
<li>Set your virtual disk size. This largely depends on the OS you are using and the amount of space you think you will need.</li>
<p><img class="aligncenter size-full wp-image-41285" title="virt-manager-new-machine2" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine2.png" alt="virtual machine disk creation" width="469" height="474" /></p>
<li>Set your network options. In most cases, the right option is already selected.</li>
<li>Click Finish</li>
</ol>
<p>Virtual Machine Manager should immediately start booting your virtual machine. If you booted from an ISO, you can then install the OS as you normally would or even run it from the LiveCD. If you want to see real-time information about your virtual hardware, click the &#8220;show hardware virtualization details&#8221; button. You do not have to keep the virtualization window open to keep running your virtual machine. This is useful if you only intend to connect to it remotely and use it as a server.</p>
<p>For more information about Virtual Machine Manager, visit the <a href="http://virt-manager.org/page/Main_Page">online wiki</a>. For more information about KVM, see the <a href="http://www.linux-kvm.org/page/Documents">online documentation</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' title='How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;title=How+to+Use+KVM+with+Virtual+Machine+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16">How to Use KVM with Virtual Machine Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Fusion: Run Windows Seamlessly On Your Mac</title>
		<link>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16</link>
		<comments>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:58:19 +0000</pubDate>
		<dc:creator>Adam Williams</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=36665</guid>
		<description><![CDATA[Following Apple&#8217;s switch from PowerPC to Intel processors as the engines to power their computers, the horizons of Mac users were thus widened to enable booting into a fully native copy of Windows, with all respective drivers and settings taken care of via Boot Camp. All of a sudden the... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;title=VMware+Fusion%3A+Run+Windows+Seamlessly+On+Your+Mac&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16">VMware Fusion: Run Windows Seamlessly On Your Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-how-to-icon2.jpg" alt="VMWare-Fusion-how-to-icon2" title="VMWare-Fusion-how-to-icon" width="180" height="180" class="alignleft size-full wp-image-36712" />Following Apple&#8217;s switch from PowerPC to Intel processors as the engines to power their computers, the horizons of Mac users were thus widened to enable booting into a fully native copy of Windows, with all respective drivers and settings taken care of via Boot Camp. All of a sudden the potential market share for Apple’s computers skyrocketed and Macs became much more flexible for gaming and the workplace. </p>
<p>Mac users are not limited to Boot Camp to run Windows on their Macs however, with applications such as VMware Fusion allowing the user to run Windows <em>within</em> OS X; as long as your Mac is powered by an Intel processor and has enough RAM to do so (4GB recommended, though less is possible), you can now seamlessly move between each OS&#8217;s flagship programs and enjoy the increase in productivity which this brings. </p>
<p>Read on to see how this process works&#8230;<br />
<span id="more-36665"></span></p>
<h2>Why Run Windows Within OS X?</h2>
<p>There are various reasons you may wish to run a copy of Windows within your Mac &#8211; sometimes there’s that last piece of legacy software which you can’t let go of, a printer or other hardware peripheral not supported in OS X, or a job which requires you to run Windows software. Whatever the reason, we’ve got you covered, albeit with one caveat; though great strides have been made with running Windows-based games within a virtual environment, unless you have a powerhouse of a Mac, your machine may struggle with any but the more lightweight or previous generation Windows games. </p>
<h2>Getting Started</h2>
<p>There are a number of ways to go about running Windows within OS X but the leading three programs are: </p>
<ul>
<li>VMware Fusion</li>
<li>Parallels </li>
<li>Virtualbox</li>
</ul>
<p>Each have their own strengths, weaknesses and method of use. My own experience with the trio on various platforms has led me to believe that Parallels is the strongest for gaming, Virtualbox is best for non-gaming use and is less intuitive to get running (though the fact it is free negates this point somewhat), while VMware Fusion is the finest all-rounder and easy to use too &#8211; so I shall be using VMware Fusion in this guide. </p>
<p>To get started, first head over to the <a href="http://www.vmware.com/products/fusion/overview.html">VMware Fusion website</a> and download a free 30-day trial, then go through the installation process and move on to the next step below. </p>
<h2>Installing Windows</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Install-1.jpg" alt="VMWare-Fusion-Win7-Install-1" title="VMWare-Fusion-Win7-Install-1" width="534" height="401" class="aligncenter size-full wp-image-36677" /></p>
<p>Launch VMware Fusion and, assuming you do not already have a BootCamp partition in place on your Mac (if you do, select it from the menu), choose the second option titled &#8220;<em>Install Windows or another operating system in a new virtual machine</em>&#8220;. Now either insert your Windows disc or navigate to the place on your hard drive where your pre-ripped disc image is located. </p>
<p>This done, be sure to select an &#8220;Easy Install&#8221; and then a decision must be made whether to create an installation which is &#8220;More Seamless&#8221; or &#8220;More Isolated&#8221;, depending on your needs and browsing habits. As you can see in the screenshot above, I chose the former, since I will keep a close eye on what my Windows install is doing and feel comfortable I can avoid any issues. If in doubt, choose &#8220;More Isolated&#8221;.  </p>
<p>Further settings can be customised at will to suit your particular system. For instance, I upped Windows&#8217; RAM allowance to 2GB since I have plenty to spare on my MacBook Pro, though the default preferences be safely left alone if you&#8217;re unsure which values to enter. Once this initial setting up of your virtual machine is done, press on the green play button to begin installing Windows, which will install as it normally would in a typical environment.  </p>
<p><em>Note: Though I am using Windows 7 for this walkthrough, most iterations of Windows should work without issue within VMware Fusion</em></p>
<h2>Running Windows Fullscreen</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-fullscreen1.jpg" alt="VMWare-Fusion-Win7-fullscreen1" title="VMWare-Fusion-Win7-fullscreen1" width="600" height="375" class="aligncenter size-full wp-image-36680" /></p>
<p>You may prefer to run Windows fullscreen, just as it would be if you were running a normal Windows computer, to do so is as simple as launching VMware and clicking on your virtual machine, then waiting while Windows &#8216;unfreezes&#8217; &#8211; this is an important aspect of running Windows within a virtual machine to note: You need not shutdown and power off your virtual computer each time you access Windows, instead VMware will &#8216;suspend&#8217; your Windows session in its current state and allow an &#8216;unfreezing&#8217; of this later. </p>
<p>As shown in the screenshot above, Windows 7 runs perfectly well and Internet Explorer, Outlook and all the other Windows applications run as normal. Since I’m running OS X Lion and make use of the new Spaces layout, a four-finger swipe to the left is all that’s required to move me back into Lion&#8217;s environment. This is a handy method of using both operating systems at once, but if you only want one or two Windows applications running within OS X, it seems somewhat cumbersome, so read on to take a look at VMware Fusion&#8217;s Unity and Application Menu options. </p>
<p><em>Making sure you quit any applications you do not need running in OS X will help VMware Fusion run quicker</em></p>
<h2>Unity View</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Unity1.jpg" alt="VMWare-Fusion-Win7-Unity1" title="VMWare-Fusion-Win7-Unity1" width="600" height="375" class="aligncenter size-full wp-image-36705" /></p>
<p>VMware Fusion also has the ability to integrate Microsoft Windows software within Mac OS X in a more seamless manner, even placing applications into OS X&#8217;s dock and making those applications behave as one would expect a Mac OS X application to behave, responding to Option-click &#8216;Quit&#8217; commands. Running Windows in this way is called Unity View &#8211; to begin using VMware Fusion in Unity Vew, simply navigate to the view menu located at the top of VMware Fusion&#8217;s window and select &#8220;Unity&#8221;. </p>
<p>As you can see in the screenshot above, I have Windows 7&#8242;s Start Menu visible alongside OS X Lion&#8217;s Dock and can switch between Mac and Windows software without any noticeable lag. </p>
<h2>Application Menu</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Unity2.jpg" alt="VMWare-Fusion-Win7-Unity2" title="VMWare-Fusion-Win7-Unity2" width="600" height="375" class="aligncenter size-full wp-image-36706" /></p>
<p>Another useful tool within WMware Fusion&#8217;s feature set is the Application Menu. Sitting in the Mac OS X Menu Bar, the Application Menu serves as a shortcut to Windows&#8217; Start Menu and enables applications to be launched without needing to first manually boot into Windows. Though there is some lag when initially using the Applications Menu, once Windows is fully loaded, it works quickly and unobtrusively. Utilising the Application Menu in this way is my own favoured method of launching Windows applications within Mac OS X. </p>
<h2>Conclusion</h2>
<p>Hopefully the above walkthrough will show you how surprisingly easy it is to have the best of both worlds and boot into Mac OS X&#8217;s stable and virus-free platform, while enjoying the ubiquitous software which can be found on Microsoft&#8217;s own OS. Though this is by no means an exhaustive guide to running Windows in OS X, it should serve as inspiration for your own experiments and a launching-off point to begin. The great thing about running operating systems in a virtual machine method as employed by VMware Fusion is that it does not require potentially destructive partitioning of your hard drive, so long as you&#8217;re careful, it&#8217;s a very safe and easy way to run Windows on your Mac<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/windows-7-aero-snap-on-mac/2010/06/28' title='How to Get Windows 7 &#8220;Aero Snap&#8221; on your Mac'>How to Get Windows 7 &#8220;Aero Snap&#8221; on your Mac</a></li>
<li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' title='5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li>
<li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' title='Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;title=VMware+Fusion%3A+Run+Windows+Seamlessly+On+Your+Mac&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16">VMware Fusion: Run Windows Seamlessly On Your Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VirtualBox 4.0 Review: What to Expect From This Major Release</title>
		<link>http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04</link>
		<comments>http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04#comments</comments>
		<pubDate>Tue, 04 Jan 2011 21:58:07 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=27464</guid>
		<description><![CDATA[Out of the many virtualization software, VirtualBox is my personal favorite. It is lightweight, run fast and support a great deal of OSes (including Mac Snow Leopard). The latest release of VirtualBox 4.0 brings even more changes to the already useful software. This is a major release and it added... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04&amp;title=VirtualBox+4.0+Review%3A+What+to+Expect+From+This+Major+Release&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04">VirtualBox 4.0 Review: What to Expect From This Major Release</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-logo.jpg" alt="virtualbox-logo" title="virtualbox-logo" width="140" height="161" class="alignleft size-full wp-image-27564" />Out of the many virtualization software, VirtualBox is my <a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">personal favorite</a>. It is lightweight, run fast and support a great deal of OSes (including Mac Snow Leopard). The latest release of VirtualBox 4.0 brings even more changes to the already useful software. This is a major release and it added plenty of new features as well as improvement for existing functions. Let&#8217;s take a look at what&#8217;s new in this release.<br />
<span id="more-27464"></span></p>
<h3>Installation</h3>
<p>VirtualBox works in all platforms, including Windows, Linux and Mac.</p>
<p>First, make sure that you have removed all your previous installation of VirtualBox. For Windows and Mac, simply download the installer (.exe and .dmg files respectively) and install them in your system.</p>
<p>In debian based Linux, you can add the following repository to your <em>sources.list</em> file:</p>
<pre lang="bash">sudo gedit /etc/apt/sources.list</pre>
<p>Add the following line to the end of the file</p>
<pre lang="bash">deb http://download.virtualbox.org/virtualbox/debian maverick contrib</pre>
<p>Save and close the file. Next, type</p>
<pre lang="bash">wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.0</pre>
<h3>New GUI</h3>
<p>The most notable changes to version 4.0 is the new user interface. From the dashboard, you can now view a screenshot of your saved VM. It is a nice to have feature, though I don&#8217;t find it very useful. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-vm-manager.png" alt="virtualbox-vm-manager" title="virtualbox-vm-manager" width="600" height="479" class="aligncenter size-full wp-image-27559" /></p>
<p>You can also drag to reorder your VM now. </p>
<p>When you right click on the VM, there is a new option to create a shortcut on your desktop. Clicking on this shortcut will start your VM. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-create-shortcut.png" alt="virtualbox-create-shortcut" title="virtualbox-create-shortcut" width="459" height="404" class="aligncenter size-full wp-image-27556" /></p>
<h3>Extensions</h3>
<p>Almost every new applications nowadays come with extension support. In VirtualBox 4.0, they have also added the support for extensions, though there is one extension currently available for installation. The extension pack provide supports for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards. Rather than calling it an extension pack, I think it is more appropriate to call it a mandatory install (unless you can do without the USB support). </p>
<p>To install the extension pack, first download it from <a href="http://download.virtualbox.org/virtualbox/4.0.0/Oracle_VM_VirtualBox_Extension_Pack-4.0.0-69151.vbox-extpack" rel="nofollow">here</a>. </p>
<p>In your VirtualBox Manager, go to &#8220;<em>Files -> Preferences</em>&#8220;. On the left pane, click on the &#8220;Extensions&#8221; entry. On the right, click on the &#8220;Add Package&#8221; icon. It will then prompt you to choose the extension pack file to install.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-install-ext-pack.png" alt="virtualbox-install-ext-pack" title="virtualbox-install-ext-pack" width="600" height="467" class="aligncenter size-full wp-image-27501" /></p>
<h3>New disk file layout for VM portability</h3>
<p>In the past, Virtualbox stores all the VM setting files in one folder and the virtual hard disks in another. This make portability a difficult task since the files are scattered around. In version 4, all the files (.vbox and .vdi) are now stored in the &#8220;VirtualBox VMs&#8221; directory in your Home folder.</p>
<p>In addition, when you delete a VM, you can now choose to delete all files related to the VM, including the settings, snapshots and saved states.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-remove-vm.png" alt="virtualbox-remove-vm" title="virtualbox-remove-vm" width="357" height="239" class="aligncenter size-full wp-image-27557" /></p>
<h3>Improved RAM support</h3>
<p>VirtualBox 4.0 now supports more than 1.5/2GB of RAM allocation for your VM on a 32-bit hosts.</p>
<h3>Support for new virtual hardware</h3>
<p>VirtualBox 4.0 now supports Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI). For those of you who are not sure what <a href="http://en.wikipedia.org/wiki/Chipset" target="_blank" >chipset</a> is, It is the IC chip in the motherboard that determine the OS capability. Older chipsets don&#8217;t come with support for 64-bit system, HD graphics and audio etc. With this newer chipset support, you can now install a modern operating system (like 64-bit OS) and run it without any hiccups. </p>
<p>In addition, you can now choose between 1 &#8211; 4 CPU resources to allocate to the VM. (<strong>Note</strong>: You will need a physical quad-core CPU to be able to allocate up to 4 CPU resources).</p>
<h3>New scale display mode</h3>
<p>Virtualbox 4.0 can now run within a window in scale mode. What this means is that when you resize the window, the VM display will get resize as well. This allows you to check out other application while keeping your VM window in view.</p>
<p>From the screenshot below, you can see my Windows XP running in a a small tiny window and still has the full-desktop view.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/virtualbox-scale-mode.jpg" alt="virtualbox-scale-mode" title="virtualbox-scale-mode" width="507" height="429" class="aligncenter size-full wp-image-27560" /></p>
<h3>Better upgraded guest addition</h3>
<p>The guest additions for Linux now support multiple virtual screens in Linux and Solaris guests. Also, the shared folders can now be marked as auto-mounted on Windows, Linux and Solaris guests. Best still, for Linux guest, the shared folders now support symbolic links. On Windows guest, automatic logon on Windows Vista/Windows 7 is now able to handle renamed user accounts.</p>
<h3>Importing/Exporting</h3>
<p>Importing and exporting of appliances now support OVA format. This will bundle all the files and settings in a single archive file. </p>
<h3>Conclusion</h3>
<p>Without a doubt, VirtualBox 4.0 is a much better build than its previous version. Most of the changes are geared toward its usability and all are welcome changes. It will not be capable of running an resource intensive 3D game yet, but for daily matters like web surfing, run office programs etc, it is more than sufficient to meet your needs.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
<li><a href='http://maketecheasier.com/run-android-with-virtualbox/2009/12/28' title='How To Run Android on Your Home PC with Virtualbox'>How To Run Android on Your Home PC with Virtualbox</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04&amp;title=VirtualBox+4.0+Review%3A+What+to+Expect+From+This+Major+Release&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04">VirtualBox 4.0 Review: What to Expect From This Major Release</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Install Ubuntu Maverick On Your Mac Virtualbox</title>
		<link>http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08</link>
		<comments>http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08#comments</comments>
		<pubDate>Mon, 08 Nov 2010 13:00:39 +0000</pubDate>
		<dc:creator>Colin Scattergood</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=24040</guid>
		<description><![CDATA[Ubuntu is all the rage lately in the tech world. While Linux has been largely an operating system for hobbyists and geeks, its popularity is growing with every new release of Ubuntu. From its simple installation to its touch screen friendliness and built in social networking features, Ubuntu is more... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08&amp;title=How+to+Install+Ubuntu+Maverick+On+Your+Mac+Virtualbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08">How to Install Ubuntu Maverick On Your Mac Virtualbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-24067" title="ubuntu-logo" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-logo.jpg" alt="mac-ubuntu-logo" width="200" height="229" />Ubuntu is all the rage lately in the tech world. While Linux has been largely an operating system for hobbyists and geeks, its popularity is growing with every new release of Ubuntu. From its simple installation to its touch screen friendliness and built in social networking features, Ubuntu is more viable an option today than ever before. For Mac users, there is no easy way for you to dual boot your Mac and Ubuntu, but that doesn&#8217;t mean you can&#8217;t get your hands on one. Here, we will show you how you can run Ubuntu in your Mac, via <a href="http://maketecheasier.com/tag/virtualbox">Virtualbox.</a><br />
<span id="more-24040"></span></p>
<h3>What do I need?</h3>
<ul>
<li>First, be sure to have at least 8GB of free hard drive space on your Mac. Most Mac comes with pretty big hard drives, so this probably won&#8217;t be an issue; but if it is, clear the space before you start.</li>
<li>Additionally, you&#8217;ll need internet access &#8211; wired or wireless. </li>
<li>You&#8217;ll also need the Ubuntu ISO (or disk image) for your Mac, which you can <a href="http://www.ubuntu.com/desktop/get-ubuntu/download" target="_blank">get here</a></li>
<li>VirtualBox by Sun, which you can <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">get here!</a></li>
<li>Lastly, this process might take up to about an hour, so have a little free time handy to devote to the process!</li>
</ul>
<h3>Walkthrough</h3>
<p>First, once you&#8217;ve finished downloading VirtualBox and Ubuntu from the links above, run VirtualBox. Once it opens, you&#8217;ll want to create a new virtual machine. To do this, click &#8220;New&#8221; in the top left corner.</p>
<p><img class="aligncenter size-full wp-image-24078" title="Virtual-box1" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox1.jpg" alt="Virtual-box" width="500" height="411" /></p>
<p>The first thing you&#8217;ll need to do now is name your virtual machine (VM) then select Linux as the Operating System and Ubuntu as the version. Give it a good name to remember and that distinguishes it from other operating systems, as if you ever install another VM you&#8217;ll want it to be clear which one is which.</p>
<p>Now, select the amount of RAM you want to dedicate to your VM. Even though Ubuntu doesn&#8217;t need a ton, I still recommend you to dedicate at least 1GB of RAM, or 1024MB.</p>
<p><img class="aligncenter size-full wp-image-24077" title="virtual-box-ram" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox-ram2.jpg" alt="virtual-box-ram" width="500" height="348" /></p>
<p>On the next screen, make sure that &#8220;<em>Boot Hard Disk</em>&#8221; is checked, and &#8220;<em>Create new hard disk</em>&#8221; is selected.  Then click &#8220;Continue&#8221;.</p>
<p>Next will come the wizard you&#8217;ll use to create the virtual hard disk onto which you&#8217;ll install and run Ubuntu. Choose Continue to begin, then select &#8220;<em>Dynamically expanding storage</em>&#8221; and click Continue. Here you&#8217;ll need to select how much hard drive space you want to dedicate to Ubuntu. This will come from your Mac&#8217;s primary hard drive&#8217;s space, so decide how much you want to give up (I used 5GB) and input that number, then click the Continue button, then Done.</p>
<p>Now we just need to tell the Ubuntu virtual machine to read from the Ubuntu ISO for the installation process, and thankfully, VirtualBox will help us to do this. Run the Ubuntu VM by double clicking on it on the left side of the VirtualBox screen. Now you&#8217;ll see the First Run Wizard, which let&#8217;s us install Ubuntu on the virtual drive we just created. Click continue to begin the setup process. On the &#8220;Select Installation Media&#8221; screen, click the folder icon on the right side.</p>
<p><img class="aligncenter size-full wp-image-24076" title="virtual-box-install-media-3" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox-install-media3.jpg" alt="virtualbox install media" width="500" height="387" /></p>
<p>In the window that comes up, select Add in the top left corner:</p>
<p><img class="aligncenter size-full wp-image-24075" title="virtual-box-add-4" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox-add4.png" alt="virtual-box-add" width="500" height="427" /></p>
<p>Now navigate to wherever you downloaded the Ubuntu ISO image to and select the ISO file. You&#8217;ll then see Ubuntu in your Media Manager window.</p>
<p><img class="aligncenter size-full wp-image-24074" title="virtual-box-added-5" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox-added5.png" alt="virtualbox added" width="500" height="151" /></p>
<p>Select it and press the Select button.  You&#8217;ll then see Ubuntu as your selected installation media, and can click Next.</p>
<p><img class="aligncenter size-full wp-image-24073" title="virtual-box-added-6" src="http://imagecdn.maketecheasier.com/2010/11/mac-virtualbox-added6.jpg" alt="virtualbox" width="414" height="182" /></p>
<p>After clicking Next, click done, and you&#8217;ve finished the hardest parts!</p>
<p>Now comes installing Ubuntu! This will take about a half an hour. Once the installer loads, you&#8217;ll be greeted with this screen giving you the option to either install or try Ubuntu:</p>
<p><img class="aligncenter size-full wp-image-24072" title="Ubuntu-install-1" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-install1.png" alt="Install ubuntu" width="500" height="377" /></p>
<p>Pick your language, then click Install. At the next screen click &#8220;<em>Download updates while installing</em>&#8221; and &#8220;<em>Install this third-party software</em>&#8220;. This will ensure that when you&#8217;re finished your install, Ubuntu is up to date and ready to go, as well as ready to browse the internet to its fullest ability.</p>
<p><img class="aligncenter size-full wp-image-24071" title="ubuntu-install-2" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-install2.jpg" alt="Install Ubuntu" width="500" height="375" /></p>
<p>While the installation begins, you&#8217;ll be greeted with some options screens, like time zones, etc.  Just select whatever is appropriate for you and click Forward, proceeding through the process.</p>
<p><img class="aligncenter size-full wp-image-24070" title="ubuntu-installing-3" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-install3.jpg" alt="Install ubuntu" width="500" height="375" /></p>
<p>It will also ask you, during installation for efficiency, to set up your User Account. You&#8217;ll also name your computer here, so if you plan on networking, pick something that&#8217;s easily remembered and identified.</p>
<p><img class="aligncenter size-full wp-image-24069" title="ubuntu-installing-user-accounts-4" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-install4.png" alt="set up user account ubuntu" width="500" height="373" /></p>
<p>Once you get to the Guide slideshow, the bulk of the installation will be happening. This will take 20-30 minutes or so depending on computer speed and available resources. Scroll through the slideshow to see some cool stuff you can do with Ubuntu and how you can work it into your computing process.</p>
<p><img class="aligncenter size-full wp-image-24068" title="ubuntu-installing-guide-5" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-install5.png" alt="Install Ubuntu" width="500" height="373" /></p>
<p>Once installation finished and you restart the VM, which Ubuntu will prompt you to do, you&#8217;re all finished, and will be greeted with your new Ubuntu desktop after login!</p>
<p><img class="aligncenter size-full wp-image-24066" title="ubuntu-desktop-finished-6" src="http://imagecdn.maketecheasier.com/2010/11/mac-ubuntu-desktop.jpg" alt="ubuntu-desktop" width="500" height="405" /></p>
<p>Now just explore and enjoy! Mac users out there, what do you think of Ubuntu 10.10?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
<li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' title='Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li>
<li><a href='http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12' title='How To Share Files In VirtualBox With Vista Guest And Ubuntu Host'>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08&amp;title=How+to+Install+Ubuntu+Maverick+On+Your+Mac+Virtualbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08">How to Install Ubuntu Maverick On Your Mac Virtualbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testdrive Let You Test Ubuntu With A Single Click</title>
		<link>http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17</link>
		<comments>http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17#comments</comments>
		<pubDate>Tue, 17 Aug 2010 21:00:19 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[testdrive]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=19844</guid>
		<description><![CDATA[If you want to test drive a Linux distro, what will you usually do? Download the ISO file, burn it into a CD/USB drive and boot it up in your PC. Alternatively, you can also run the ISO file in virtual machine such as Virtualbox or VMWare. What if you... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17&amp;title=Testdrive+Let+You+Test+Ubuntu+With+A+Single+Click&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17">Testdrive Let You Test Ubuntu With A Single Click</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/08/testdrive-main.jpg" alt="testdrive-main" title="testdrive-main" width="200" height="160" class="alignleft size-full wp-image-19856" />If you want to test drive a Linux distro, what will you usually do? Download the ISO file, burn it into a CD/USB drive and boot it up in your PC. Alternatively, you can also run the ISO file in virtual machine such as Virtualbox or VMWare. What if you are not a geek and have no ideas how to carry out the above stuff? What if there is a 1-click solution that allows you to test drive a Linux distro without having to go through the above steps?</p>
<p><a href="https://launchpad.net/testdrive" target="_blank">Test Drive</a> is a package for Ubuntu that allows you to test drive the daily build of Ubuntu with little effort on the user side. With a single click (Well, to be exact, there are several clicks on the first run), you can get the application to download the ISO from the web and run it in your virtual machine. While it is meant for non-technical Ubuntu users to test and provide feedback on the current Ubuntu release under development, it can also be used for any Linux distro as long as you provide it with the ISO URL.<br />
<span id="more-19844"></span></p>
<h3>Installation</h3>
<p>For Ubuntu Lucid users, you can easily install with the following command:<br />
<pre lang="bash">sudo apt-get install testdrive</pre><br />
or simply click the <a href="apt:testdrive">link here</a>.</p>
<p>For users using older version of Ubuntu, open the <em>sources.list</em> file<br />
<pre lang="bash">gksu gedit /etc/apt/sources.list</pre><br />
and enter the following at the end of the file:<br />
<pre lang="bash">deb http://ppa.launchpad.net/testdrive/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main<br />
deb-src http://ppa.launchpad.net/testdrive/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main</pre><br />
Remember to change &#8220;<em>YOUR_UBUNTU_VERSION_HERE</em>&#8221; to the version that you are using.  </p>
<p>Lastly, type the following to install:<br />
<pre lang="bash">sudo apt-get update &amp;&amp; sudo apt-get install testdrive</pre></p>
<h3>Usage</h3>
<p>Once installed, you can find the entry at <em>Applications -> System Tools -> Test Drive</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/testdrive-menu.png" alt="testdrive-menu" title="testdrive-menu" width="457" height="205" class="aligncenter size-full wp-image-19847" /></p>
<p>At first run, it will configure your system and check if you have Virtualbox installed. Next it will prompt you to download the Ubuntu version that you want to test. Currently there are Ubuntu 10.10 desktop, server, netbook edition etc.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/testdrive-first-run.png" alt="testdrive-first-run" title="testdrive-first-run" width="577" height="411" class="aligncenter size-full wp-image-19848" /></p>
<p>if you intend to test other Linux distro, you have to enter &#8220;6&#8243; when prompted, and enter the URL of the distro&#8217;s ISO file. </p>
<p>When you have selected your ISO image, testdrive will download the image to your system. You will need to have at least 1GB of free disk space to contain the ISO image. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/testdrive-download-image.png" alt="testdrive-download-image" title="testdrive-download-image" width="577" height="296" class="aligncenter size-full wp-image-19851" /></p>
<p>One good thing about TestDrive is that it uses <a href="http://www.samba.org/rsync/" target="_blank">rsync</a> to download the file, so the next time you run this application, it will only download the part that have changed since last download.</p>
<p>When the download is completed, it will automatically launch Virtualbox and run the ISO. No configuration is required. One thing though, it only works with Virtualbox 3.0.x or 3.1.x. If you are using the version 3.2, you will have to downgrade your Virtualbox to the older version.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/08/testdrive-in-virtualbox.jpg" alt="testdrive-in-virtualbox" title="testdrive-in-virtualbox" width="577" height="487" class="aligncenter size-full wp-image-19849" /></p>
<p>Once it is running in the Virtualbox, you can choose to install to a virtual disk or simply run it in LiveCD mode.</p>
<p>* In case you are wondering, the ISO image are stored in the <em>/home/username/.cache/testdrive/iso/</em> directory. You can delete the ISO file after you have finished testing to free up some hard disk space.</p>
<p>Has this software been useful to you? Let us know in the comments.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/toyotauk/" target="_blank">Toyota UK</a><br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/deepin-an-elegant-ubuntu-based-distro-for-the-chinese/2012/04/09' title='Deepin: An Elegant Ubuntu-based Distro For The Chinese'>Deepin: An Elegant Ubuntu-based Distro For The Chinese</a></li>
<li><a href='http://maketecheasier.com/review-of-qimo-linux-for-kids/2010/08/26' title='Review of Qimo: Linux for Kids'>Review of Qimo: Linux for Kids</a></li>
<li><a href='http://maketecheasier.com/build-your-own-ubuntu-based-distro-with-novo-builder/2010/07/02' title='Build Your Own Ubuntu-based Distro With Novo Builder'>Build Your Own Ubuntu-based Distro With Novo Builder</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17&amp;title=Testdrive+Let+You+Test+Ubuntu+With+A+Single+Click&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17">Testdrive Let You Test Ubuntu With A Single Click</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Run Android on Your Home PC with Virtualbox</title>
		<link>http://maketecheasier.com/run-android-with-virtualbox/2009/12/28</link>
		<comments>http://maketecheasier.com/run-android-with-virtualbox/2009/12/28#comments</comments>
		<pubDate>Mon, 28 Dec 2009 23:00:01 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[liveandroid]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=9974</guid>
		<description><![CDATA[Google&#8217;s Android OS has been making consistent progress in the smartphone world. If you&#8217;re anything like me, you may have been curious about this mobile OS but not willing to spend much on a phone. Fortunately, the LiveAndroid project on Google Code provides a bootable LiveCD image that can be... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28&amp;title=How+To+Run+Android+on+Your+Home+PC+with+Virtualbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/run-android-with-virtualbox/2009/12/28">How To Run Android on Your Home PC with Virtualbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-logo.png" alt="liveandroid-logo" width="128" height="128" class="alignleft size-full wp-image-9975" />Google&#8217;s Android OS has been making consistent progress in the smartphone world.  If you&#8217;re anything like me, you may have been curious about this mobile OS but not willing to spend much on a phone.  Fortunately, the LiveAndroid project on Google Code provides a bootable LiveCD image that can be run on your home computer.  With the free virtualization program VirtualBox, we can try it out on Windows, Linux or Mac without even burning a CD.<br />
<span id="more-9974"></span></p>
<h3>Getting Android</h3>
<p>While it&#8217;s true that the needed files are available on the <a href="http://code.google.com/p/live-android/" target="_blank">Google Code project page</a>, I&#8217;d recommend downloading with <a href="http://torrentbox.com/download/720293/liveandroidv0.3.iso.torrent" target="_blank">this torrent link</a> instead.  This is because the project page has the ISO file split into two parts that you&#8217;d have to manually join together.  That torrent is the same files, pre-joined by Yours Truly for convenience.   It&#8217;s about 173MB.  The torrent is new so until I have some other seeders, it may be a little slow.  </p>
<h3>Preparing VirtualBox</h3>
<p>With that downloads, Windows, Linux, and Mac users can all get their system&#8217;s version of VirtualBox <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">here</a>.  Follow the website&#8217;s instructions to install, and start the program.  Once ready, you should have something like this:</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-vbox-new.jpg" alt="liveandroid-vbox-new" width="577" height="448" class="aligncenter size-full wp-image-9977" /></p>
<p>Choose <em>New</em> in the top left corner.  After hitting <em>Next</em>, you&#8217;ll be taken to the first config screen where you can enter the information as shown in the screenshot below.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-vbox-ostype.jpg" alt="liveandroid-vbox-ostype" width="512" height="497" class="aligncenter size-full wp-image-9981" /></p>
<p>The Name field can, of course, be anything you like.  </p>
<p>The next step on the following page is to set <em>Base Memory Size</em>.  Go ahead and leave this at the default.  On the page after that, you&#8217;ll be presented with an option to boot a hard disk.  Since we&#8217;ll be running solely from the live image, a hard drive image is unnecessary so go ahead and remove the checkbox leaving that page blank, as shown below.    </p>
<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-vbox-hdsetup.jpg" alt="liveandroid-vbox-hdsetup" width="512" height="497" class="aligncenter size-full wp-image-9984" /></p>
<p>VirtualBox may give you a warning about no hard drives, but that&#8217;s ok for what we want to do.  Ignore the warning, and hit <em>Finish</em> on the final page.  This should take you back to the main screen, but this time it&#8217;ll show <em>LiveAndroid 0.3</em> in the left pane.  </p>
<h3>Booting LiveAndroid</h3>
<p>Before you click Start, we have to tell VirtualBox to boot from the LiveAndroid file.  If it has finished downloading, click the Settings button in VirtualBox.  Choose <em>CD/DVD Rom</em> on the left.  With the config screen open, check the box for <em>Mount CD/DVD Drive</em> and <em>ISO Image File</em>.  You can click the folder icon to choose the downloaded ISO file, as shown here. </p>
<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-vbox-cdrom.jpg" alt="liveandroid-vbox-cdrom" width="577" height="468" class="aligncenter size-full wp-image-9985" /></p>
<p>When finished click OK and you should be returned to the main screen, but this time it should show <em>liveandroidv0.3.iso</em> under the <em>CD/DVD ROM</em> section in the right hand panel.  </p>
<p>If all is well and good, you can now hit Start and boot into your very own local Android OS.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2009/12/liveandroid-booting.jpg" alt="liveandroid-booting" width="577" height="483" class="aligncenter size-full wp-image-9989" /></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/tips-to-use-less-google-on-android-phone/2012/03/25' title='Tips To Use Less Google On Your Android Phone'>Tips To Use Less Google On Your Android Phone</a></li>
<li><a href='http://maketecheasier.com/install-android-4-0-ice-cream-sandwich-in-virtualbox/2012/03/02' title='How to Install Android 4.0 (Ice Cream Sandwich) In Virtualbox'>How to Install Android 4.0 (Ice Cream Sandwich) In Virtualbox</a></li>
<li><a href='http://maketecheasier.com/sync-and-listen-to-your-music-with-google-music-beta/2011/06/08' title='Sync And Listen To Your Music With Google Music Beta'>Sync And Listen To Your Music With Google Music Beta</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28&amp;title=How+To+Run+Android+on+Your+Home+PC+with+Virtualbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/run-android-with-virtualbox/2009/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/run-android-with-virtualbox/2009/12/28">How To Run Android on Your Home PC with Virtualbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/run-android-with-virtualbox/2009/12/28/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</title>
		<link>http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06</link>
		<comments>http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:43:49 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3885</guid>
		<description><![CDATA[While using Virtualbox, one thing that I have found is that the size of the VM (a file with .VDI extension) expands over time. If you have selected the &#8220;Dynamically Expanding Storage&#8221; option when first creating the VM, you will find that the file size expands whenever you install new... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06&amp;title=How+To+Shrink+Your+Virtualbox+VM+And+Free+Up+Space+For+Your+Hard+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06">How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3890" title="shrink-virtualbox" src="http://imagecdn.maketecheasier.com/2009/04/shrink-virtualbox.jpg" alt="shrink-virtualbox" width="260" height="160" />While using Virtualbox, one thing that I have found is that the size of the VM (a file with .VDI extension) expands over time. If you have selected the &#8220;<em>Dynamically Expanding Storage</em>&#8221; option when first creating the VM, you will find that the file size expands whenever you install new applications in the VM. That is perfectly normal. However, when you uninstall or delete applications in the VM, the file size does not shrink or return to its previous size. That is to say, if you are constantly installing and uninstalling applications in your VM, the VDI file could be taking up more space than it is actually using.</p>
<p>If you have a great deal of hard disk space to spare, you can simply ignore this. However, if you find yourself always running short of hard disk space, you might want to consider shrinking the VM and free up unused disk space.</p>
<p>This tutorial will go through the steps to shrink your Virtualbox VM.</p>
<p><span id="more-3885"></span>It doesn&#8217;t matter if you are using Windows/Linux host. The instructions for a Windows and Linux guest are slightly different though. (I have not tried this on a Mac host yet. Theoretically it should work, but do it at your own risk.)</p>
<h3>For Windows guest</h3>
<p>If you are using Windows guest, do the following:</p>
<ul>
<li>Uninstall all unnecessary applications</li>
<li>Perform a hard disk defragmentation. If you are using WinXP, you You can access the inbuilt disk fragmenter from <em>Start -&gt; All Programs -&gt; Accessories -&gt; System Tools -&gt; Disk Defragmenter</em>.</li>
</ul>
<p>Download <a href="http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx" target="_blank">sdelete</a> and extract it to your desktop.</p>
<p>Open a command prompt and <em>cd</em> to the sdelete directory. Type in the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sdelete <span style="color: #660033;">-c</span> c:<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>This will add zeroes to all the free space in your C: drive.</p>
<p>Once it is done, shutdown the VM.</p>
<h3>For Linux guest</h3>
<p>If you are using Linux guest (this tutorial assumes you are using Ubuntu and is running on ext2/ext3 filesytem. It does not work on ext4), here is what you need to do:</p>
<ul>
<li>Remove any unused applications.</li>
<li><a href="http://maketecheasier.com/8-ways-to-maintain-a-clean-lean-ubuntu-machine/2008/10/07" target="_blank">Clean up your Linux</a> VM</li>
</ul>
<p>Install zerofree</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> zerofree</pre></div></div>

<p>Restart and boot your Linux VM into Recovery mode. (This is generally the second option in the Grub boot up screen.)</p>
<p>In the root shell prompt, type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">df</span></pre></div></div>

<p>This will display all the available filesystem in your OS. Record down the filesystem where the main directory lies. (it should be in <em>/dev/sdaX</em> or <em>/dev/hdaX</em> format)</p>
<p><img class="alignnone size-full wp-image-3887" title="vdi-filesystem" src="http://imagecdn.maketecheasier.com/2009/04/vdi-filesystem.jpg" alt="vdi-filesystem" width="577" height="151" /></p>
<p>Mount the filesystem in read-only mode with the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-n</span> <span style="color: #660033;">-o</span> remount,ro <span style="color: #660033;">-t</span> ext3 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1 <span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>replacing the <em>/dev/sda1</em> with the filesytem info that you have recorded just now.</p>
<p>Next, type the following command to zero out all the free space.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">zerofree <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1</pre></div></div>

<p>Once again, replace the <em>/dev/sda1</em> with your own filesystem info.</p>
<p>Once you are done, shutdown the Linux VM:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">shutdown <span style="color: #660033;">-h</span> now</pre></div></div>

<h3>Shrinking the VM</h3>
<p>Now that we are done with clearing up the VM and zero out all the free space, it&#8217;s time to shrink the file size using the <em>VboxManage</em> command.</p>
<p>If you are still using the older Virtualbox 2.0.x version, you can easily shrink the hard disk with the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">VboxManage modifyvdi <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>your<span style="color: #000000; font-weight: bold;">/</span>VM.vdi compact</pre></div></div>

<p>If you have upgraded your Virtualbox to the 2.1.x version, you will find that the above command will no longer work. There is a bug in the software that disable the use of the <em>modifyhd</em> command. An alternative solution is to use the <em>clonehd</em> command to creat a smaller clone copy of the original VM.</p>
<p>In your terminal (or command prompt), type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">VboxManage clonehd name-of-original-vm.vdi name-of-clone-vm.vdi</pre></div></div>

<p>This will create a clone of the original VM with the name that you have specified in the command above.</p>
<h3>Result</h3>
<p>After shrinking my VM, I manage to shave 45% off the size of the oirginal VM and free up a whopping 4.5GB of hard disk space to store my other stuff.</p>
<p>The original VDI: 10GB</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/vdi-original.jpg" alt="" width="538" height="361" /></p>
<p>The cloned VDI: 5.5GB</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/vdi-resize.jpg" alt="" width="538" height="361" /></p>
<h3>Importing the clone VM into Virtualbox</h3>
<p>The whole process is not finished yet. You still need to import the clone VM into Virtualbox and remove/delete the original VM from your system.</p>
<p>In your Virtualbox console, click on the <em>New</em> button.</p>
<p>Follow the instructions to create a new VM. When it reaches the screen to ask you to choose the hard disk, select <em>Existing</em>.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/vdi-new-vm.jpg" alt="vdi-new-vm" width="520" height="464" /></p>
<p>In the Virtual media manager window, click <em>Add</em> to add the newly cloned VM.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/vdi-add-vm.jpg" alt="" width="577" height="448" /></p>
<p>Highlight the newly added VM and click <em>Select</em>.</p>
<p>Back to the Hard disk selection window, you should see your new VM in the dropdown selection. Click on <em>Next</em> to finish up the import.</p>
<p>Once everything is in place, run the newly added VM to make sure that it is working fine.</p>
<p>On the main Virtualbox screen, highlight  the original VM and go to <em>Machine -&gt; Delete</em>. This will remove the entry from the console.</p>
<p>Go to <em>File -&gt; Virtual Media Manager</em>. Highlight the original VM and click the <em>Remove</em> button. When prompt if you want to keep the file, select <em>Delete</em>. This will delete the vdi file from your system.</p>
<p>That&#8217;s it.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04' title='VirtualBox 4.0 Review: What to Expect From This Major Release'>VirtualBox 4.0 Review: What to Expect From This Major Release</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06&amp;title=How+To+Shrink+Your+Virtualbox+VM+And+Free+Up+Space+For+Your+Hard+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06">How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>How to Create a Ubuntu Virtual Machine With QEMU Manager</title>
		<link>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28</link>
		<comments>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28#comments</comments>
		<pubDate>Sun, 28 Dec 2008 13:39:18 +0000</pubDate>
		<dc:creator>fasil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1754</guid>
		<description><![CDATA[QEMU is a CPU and process emulator which allows you to create virtual machines that can run on any platform. QEMU manager uses this emulator to virtualize Linux on windows systems. In this post we show you how to create an Ubuntu virtual machine on Windows using QEMU manager. Summary... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;title=How+to+Create+a+Ubuntu+Virtual+Machine+With+QEMU+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">How to Create a Ubuntu Virtual Machine With QEMU Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="qemu_logo" src="http://imagecdn.maketecheasier.com/2008/12/qemu_logo.png" alt="qemu_logo" width="268" height="74" /><a title="QEMU Emulator" href="http://www.qemu.org" target="_blank">QEMU</a> is a CPU and process emulator which allows you to create virtual machines that can run on any platform. QEMU manager uses this emulator to virtualize Linux on windows systems. In this post we show you how to create an Ubuntu virtual machine on Windows using QEMU manager.</p>
<p><span id="more-1754"></span><strong>Summary of steps involved and software needed:</strong></p>
<p>1. Download QEMU manager and Install on windows platform</p>
<p>2. Create Linux Virtual Machine and Install Ubuntu on virtual hard disk</p>
<p>3. Run the Virtual hard disk from windows platform.</p>
<p>4. QEMU manager and Ubuntu <a href="http://www.ubuntu.com/GetUbuntu/download" target="_blank">ISO</a> image are needed as software requirements.</p>
<p><strong>Steps to Install QEMU manager and Create Virtual Machine</strong></p>
<p>1. Download <a title="QEMU Manager" href="http://www.davereyn.co.uk/" target="_blank">QEMU manager</a> and install on Windows platform. Screen shot of QEMU manager with virtual machines are shown below.</p>
<p><a rel="lightbox" href="http://imagecdn.maketecheasier.com/2008/12/qemu-manager.png"><img class="aligncenter size-medium wp-image-1755" src="http://imagecdn.maketecheasier.com/2008/12/qemu-manager-300x256.png" alt="qemu-manager" width="300" height="256" /></a><br />
<small>Click to enlarge</small></p>
<p>2. Create a new Ubuntu Virtual machine by clicking <em>Options -&gt; Create New Virtual Machine</em> or by clicking the &#8216;+&#8217; sign.</p>
<p><img class="aligncenter size-full wp-image-1756" src="http://imagecdn.maketecheasier.com/2008/12/create-virtual-machine.png" alt="create-virtual-machine" width="318" height="162" /></p>
<p>3. After creating the virtual machine, configure the virtual machine by setting the memory size required and choose the location of the ISO image which is to be installed into the virtual machine. Set the boot option as shown below</p>
<p><img class="aligncenter size-full wp-image-1757" src="http://imagecdn.maketecheasier.com/2008/12/virtual-machine.png" alt="virtual-machine" width="599" height="297" /></p>
<p><img class="aligncenter size-full wp-image-1758" src="http://imagecdn.maketecheasier.com/2008/12/virtual-disk.png" alt="virtual-disk" width="522" height="343" /></p>
<p>4. Once boot parameters are configured properly, click the &#8216;<em>Run</em>&#8216; virtual machine icon to launch the virtual machine.</p>
<p><img class="aligncenter size-full wp-image-1759" src="http://imagecdn.maketecheasier.com/2008/12/lauch-vm.png" alt="lauch-vm" width="366" height="123" /></p>
<p>5. QEMU will run the emulator and boot Ubuntu from the ISO image. Follow the onscreen instructions to install Ubuntu</p>
<p><img class="aligncenter size-full wp-image-1760" src="http://imagecdn.maketecheasier.com/2008/12/qemu-start.jpg" alt="qemu-start" width="580" height="435" /></p>
<p><img class="aligncenter size-medium wp-image-1761" src="http://imagecdn.maketecheasier.com/2008/12/installing-ubuntu.jpg" alt="installing-ubuntu" width="580" height="435" /></p>
<p>6. Proceed with the standard Ubuntu installation procedure by choosing the keyboard map, region settings as per your preference.</p>
<p><img class="aligncenter size-full wp-image-1764" src="http://imagecdn.maketecheasier.com/2008/12/install-ubuntu-menu.jpg" alt="install-ubuntu-menu" width="580" height="435" /></p>
<p>7. Select <em>Guided</em> partition option and click <em>Forward</em> to proceed further</p>
<p><img class="alignnone size-full wp-image-1762" src="http://imagecdn.maketecheasier.com/2008/12/ubuntu-partition.jpg" alt="partitionining virtual machine" width="580" height="395" /></p>
<p>8. Enter your login option and proceed to install Ubuntu to the virtual hard disk.</p>
<p><img class="alignnone size-full wp-image-1763" src="http://imagecdn.maketecheasier.com/2008/12/login-information.jpg" alt="login-information" width="580" height="386" /></p>
<p><img class="aligncenter size-full wp-image-1765" src="http://imagecdn.maketecheasier.com/2008/12/virtual-disk-partition.png" alt="virtual-disk-partition" width="560" height="243" /></p>
<p>9. Once the installation is completed, you will be able to run the virtual machine from the virtual hardisk. Make sure you select the correct boot parameters .</p>
<p><img class="alignnone size-full wp-image-1766" src="http://imagecdn.maketecheasier.com/2008/12/complete-ubutu.png" alt="complete-ubuntu" width="580" height="422" /></p>
<p>Note : The keyboard shortcut to switch focus and return back to Windows is <em>CTRL +ALT</em> .</p>
<p><strong>Some of the advantages of using QEMU:</strong></p>
<p>1. Easy to use and run with minimal system memory, say 512MB RAM.</p>
<p>2. There are option that allows you to create VMware virtual disk.</p>
<p>3. Plenty of options provided for optimal virtualization.</p>
<p>As for the disadvantage, there is no option for you to save the state of the Virtual machine  or to pause the virtual machine and shut the system.</p>
<p>Have you tried QEMU before? How do you find it?</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16' title='How to Use KVM with Virtual Machine Manager'>How to Use KVM with Virtual Machine Manager</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/prayaya-creates-virtual-portable-windows/2010/10/01' title='Prayaya Virtualizes Your Windows OS And Make It Portable + Free Giveaway'>Prayaya Virtualizes Your Windows OS And Make It Portable + Free Giveaway</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;title=How+to+Create+a+Ubuntu+Virtual+Machine+With+QEMU+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">How to Create a Ubuntu Virtual Machine With QEMU Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</title>
		<link>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12</link>
		<comments>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:32:20 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1079</guid>
		<description><![CDATA[For some of you who have setup Windows Vista as the guest VM in your Ubuntu Virtualbox, you might have some difficulties in getting the Vista guest to access the shared folder in your Ubuntu host. If you are having this problem, here is the way to mount the shared... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12&amp;title=How+To+Share+Files+In+VirtualBox+With+Vista+Guest+And+Ubuntu+Host&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12">How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="microsoft_vista-logo" src="http://imagecdn.maketecheasier.com/2008/11/microsoft_vista-logo.jpg" alt="microsoft_vista-logo" width="180" height="180"/>For some of you who have setup Windows Vista as the guest VM in your Ubuntu Virtualbox, you might have some difficulties in getting the Vista guest to access the shared folder in your Ubuntu host. If you are having this problem, here is the way to mount the shared folder on your Vista guest.</p>
<p><span id="more-1079"></span>First of all, make sure you have already installed both VirtualBox and Windows Vista guest. If you have not, here is the <a href="http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02">complete installation guide</a>.</p>
<p>Secondly, make sure you have updated your VirtualBox to the latest version (2.0.4). There are some issues in the earlier version which will cause the mounting to fail.</p>
<p>In your Ubuntu machine, open up Virtualbox (<em>Applications -&gt; System Tools -&gt; virtualBox</em>).</p>
<p>Highlight the Vista VM entry (make sure that it is in <em>Powered off</em> state) and click on the <em>Settings</em> icon at the top.</p>
<p><img class="alignnone size-full wp-image-1084" title="vista-setting" src="http://imagecdn.maketecheasier.com/2008/11/vista-setting.jpg" alt="Virtualbox Vista Settings" width="335" height="298" /></p>
<p>On the left, click on the <em>Network</em>. On the right, make sure that the <em>Enable Network Adaptor</em> and <em>Cable Connected</em> are checked.</p>
<p><img class="alignnone size-full wp-image-1081" title="vb-setting-network" src="http://imagecdn.maketecheasier.com/2008/11/vb-setting-network.jpg" alt="Virtualbox Network setting" width="580" height="455" /></p>
<p>On the left, click on the <em>Shared Folders</em>. Then, click on the <img class="alignnone size-full wp-image-1080" title="virtualbox-add-folder" src="http://imagecdn.maketecheasier.com/2008/11/virtualbox-add-folder.jpg" alt="virtualbox add share folder" width="30" height="25" /> icon on the far right.</p>
<p>Select the folder that you want to use as a share point. Give it a name.</p>
<p><img class="alignnone size-full wp-image-1082" title="vb-share-path" src="http://imagecdn.maketecheasier.com/2008/11/vb-share-path.jpg" alt="Virtualbox add share path" width="314" height="213" /></p>
<p><img class="alignnone size-full wp-image-1083" title="vb-share" src="http://imagecdn.maketecheasier.com/2008/11/vb-share.jpg" alt="Virtualbox share folder" width="580" height="361" /></p>
<p>Click <em>OK</em> to close the Settings window.</p>
<p>Boot up your Vista VM.</p>
<p>Install the guest addition. (Skip this step if you have already done so)</p>
<p><img class="alignnone size-full wp-image-1085" title="vb-guest-addition" src="http://imagecdn.maketecheasier.com/2008/11/vb-guest-addition.jpg" alt="virtualbox-guest-addition" width="485" height="334" /></p>
<p>Restart the Vista VM.</p>
<p>Open your Windows Explorer, click on the <em>Map Network Drive</em></p>
<p><img class="alignnone size-full wp-image-1087" title="vista-map-network" src="http://imagecdn.maketecheasier.com/2008/11/vista-map-network.jpg" alt="vista-map-network" width="580" height="351" /></p>
<p>In the Folder input text, enter</p>
<p class="codeblock">\\vboxsvr\sharename</p>
<p>where <em>sharename</em> is the name of the share folder that you add just now. Make sure that the <em>Reconnect at logon</em> is checked. Click <em>Finish</em></p>
<p><img class="alignnone size-full wp-image-1088" title="vista-map-drive" src="http://imagecdn.maketecheasier.com/2008/11/vista-map-drive.jpg" alt="vista-map-drive" width="580" height="419" /></p>
<p>You should now see the shared folder mounted as a network drive.</p>
<p><img class="alignnone size-full wp-image-1089" title="vista-windows-explorer" src="http://imagecdn.maketecheasier.com/2008/11/vista-windows-explorer.jpg" alt="vista-windows-explorer" width="580" height="455" /></p>
<p>That&#8217;s it.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/set-ubuntu-guest-to-32-bit-display-in-virtualbox/2011/05/11' title='Virtualbox: How to Set 32-bit Display In Ubuntu Guest  [Quick Tips]'>Virtualbox: How to Set 32-bit Display In Ubuntu Guest  [Quick Tips]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12&amp;title=How+To+Share+Files+In+VirtualBox+With+Vista+Guest+And+Ubuntu+Host&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12">How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12/feed</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why You Should Use VirtualBox Over VMware Server</title>
		<link>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21</link>
		<comments>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21#comments</comments>
		<pubDate>Mon, 21 Jul 2008 04:21:16 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=596</guid>
		<description><![CDATA[Ever since I started using Ubuntu two years back, I have been an avid user of VMware server. It fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out VirtualBox, another virtualization software like VMware server, and I was greatly... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;title=5+Reasons+Why+You+Should+Use+VirtualBox+Over+VMware+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever since I started using Ubuntu two years back, I have been an avid user of <a href="http://www.vmware.com/" target="_blank">VMware server</a>. It  fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out <a href="http://www.virtualbox.org" target="_blank">VirtualBox</a>, another virtualization software like VMware server, and I was greatly impressed by it. Even though I love VMware server, I can&#8217;t deny the fact that VirtualBox actually runs faster and smoother, with less crashes.  Here is my top 5 reasons why VirtualBox is better than VMware server.</p>
<p><span id="more-596"></span><br />
<h3>1) File size</h3>
<p>How long do you need to download a 20MB file with a broadband connection? A snap of finger! Yes, that is how small VirtualBox is: slighly over 20MB where you can download it in a snap. VMware server? About 102MB, well&#8230;not too long either, mayber after you have finished your tea session.</p>
<h3>2) Installation</h3>
<p>Ubuntu users can simply install VirtualBox from the repository. Simply open the <em>Synaptic Package Manager</em>, check the VirtualBox and click <em>Apply</em> to install. For other Linux disro, there is also debian and rpm package available for download. For VMware server, only if you like to compile and build the source code from command line.</p>
<h3>3) Speed Boost</h3>
<p>The real advantage of VirtualBox over VMware server lies in its performance. VirtualBox apparently runs faster than VMware server. A timed experiment of an installation of Windows XP as the guest OS took 20 mins in VirtualBox and 35 mins on VMware server. A similar test on the booting time of the guest OS also shows favor to VirtualBox with a timing of 45secs compared to 1min 39 secs on VMware server.</p>
<h3>4) Remote File Sharing</h3>
<p>When I was using VMware server, I have to install and configure Samba on my Ubuntu host so as to access the files in my guest OS. In VirtualBox, the remote file sharing feature is built right in the package. Setting up remote file sharing is easy and you only need to do it once: point the file path to the directory that you want to share.</p>
<h3>5) Integration with Host OS</h3>
<p>In VirtualBox, there is this mode call &#8216;<em>seamless mode</em>&#8216; where you can integrate the guest OS with the host OS. With this mode on, you can access the applications from the guest OS right from the host&#8217;s desktop. There is no need for you to traverse between the guest and the host. VMware server does not have this feature, although you can find the &#8216;<em>unity</em>&#8216; mode that does the same thing in VMware Workstation.</p>
<h3><em>My Feel&#8230;</em></h3>
<p>I have not tested VirtualBox on a server setting, thus I can&#8217;t comment on its performance for corporate use. However, for personal use, I would strongly recommend VirtualBox over VMware server because of its faster speed and user-friendliness.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16' title='VMware Fusion: Run Windows Seamlessly On Your Mac '>VMware Fusion: Run Windows Seamlessly On Your Mac </a></li>
<li><a href='http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04' title='VirtualBox 4.0 Review: What to Expect From This Major Release'>VirtualBox 4.0 Review: What to Expect From This Major Release</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;title=5+Reasons+Why+You+Should+Use+VirtualBox+Over+VMware+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Sharing Files Between Ubuntu Host and Virtual Machines</title>
		<link>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</link>
		<comments>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17#comments</comments>
		<pubDate>Mon, 17 Dec 2007 04:26:22 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</guid>
		<description><![CDATA[After installing Windows Vista on Ubuntu using VMware, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;title=Sharing+Files+Between+Ubuntu+Host+and+Virtual+Machines&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">installing Windows Vista on Ubuntu using VMware</a>, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of it, what is the use of installing a VM if you can&#8217;t access your local hard disk where all your documents are kept?</p>
<p>Luckily, there are several solutions to this.</p>
<p><span id="more-48"></span><br />
<strong>1) Transfer files using a USB drive.</strong></p>
<p>Open up your VMware Server Console. Make sure that your VM is powered off (not in suspend mode). Click <em>&#8220;Edit Virtual Machine Setting&#8221;</em>. Under the <em>Hardware</em> tab, click <em>Add</em> -&gt; <em>USB Controller</em>. This will install the USB driver and allow you to connect up to two USB devices to your VM.</p>
<p>Insert in your USB disk and power on your VM. Once the VM has finished loading. On the menu bar, Click <em>VM</em> -&gt; <em>Removable device</em> -&gt; <em>USB Device</em> -&gt; <em>your USB drive name</em>.</p>
<p>Done. You have now access to your USB disk from your VM. A point to note is that you can&#8217;t access your USB disk from the host desktop and the VM at the same time. If you are adding USB disk in your VM, the host will automatically dismount your USB disk. Thus, if you want to transfer files between host and VM, you will need to transfer files from host to USB disk, then dismount USB disk from host and add removable device in VM.</p>
<p><strong>2) Setting up networking via Samba</strong></p>
<p>All virtual machines use shared networking to gain network access from the host. Thus, if configured properly, you can create a shared network to share files between the host and the VM. Here is a detailed instruction to <a href="http://2tap.com/2007/04/22/sharing-files-between-a-windows-guest-and-ubuntu-host-using-vmware-and-samba/" title="sharing file via samba" target="_blank">configure file sharing via samba.</a></p>
<p><strong>3) Buying license software</strong><br />
If you rely heavily on your VM for work, then you want want to consider buying a licensed VMware. This paid software enables you to access your virtual machine from the host desktop and you can even drag and drop your files from your VM to anywhere in the host without any further configuration. Parallels (another paid VM solution) also offers this service.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16' title='VMware Fusion: Run Windows Seamlessly On Your Mac '>VMware Fusion: Run Windows Seamlessly On Your Mac </a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;title=Sharing+Files+Between+Ubuntu+Host+and+Virtual+Machines&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 22:52:27 -->
