<?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>Matthew Hayward</title>
	<atom:link href="http://matthewhayward.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewhayward.co.uk</link>
	<description>Thoughts, Ideas and Random</description>
	<lastBuildDate>Mon, 20 Feb 2012 21:19:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting Up Shared Folders on Virtual Box</title>
		<link>http://matthewhayward.co.uk/2012/02/setting-up-shared-folders-on-virtual-box/</link>
		<comments>http://matthewhayward.co.uk/2012/02/setting-up-shared-folders-on-virtual-box/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 21:17:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Computer Admin]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Shared Folders]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://matthewhayward.co.uk/?p=49</guid>
		<description><![CDATA[Windows is not my operating system of choice, however I am forced to use it for university work. We use Visual Studio for programming and unfortunately Libre Office does a pretty awful job of rendering some of the Word documents that are given to us. So I run Windows XP in a VirtualBox VM. This [...]]]></description>
			<content:encoded><![CDATA[<p>Windows is not my operating system of choice, however I am forced to use it for university work. We use Visual Studio for programming and unfortunately Libre Office does a pretty awful job of rendering some of the Word documents that are given to us. So I run Windows XP in a <a title="VirtualBox Website" href="https://www.virtualbox.org" target="_blank">VirtualBox</a> VM. This Oracle-owned software is ideal for running a low-resource instance of Windows without having to move out of the my operating system of choice &#8211; Ubuntu.</p>
<p>XP works brilliantly with only a gig of memory allocated to it, and I can use all my programs with no problems. However, folders are not shared automatically and need to be set up manually to ensure better integration. And although I have done this countless times before when I&#8217;ve set up new machines, added folders for sharing or needed to reinstall Ubuntu, I can never remember the steps to do it.</p>
<p>So, here is a really simple guide to setting up shared folders with an Ubuntu host and Windows XP guest (VirtualBox parlance for your &#8216;actual&#8217; operating system and the one being virtualised, respectively):</p>
<p>First create the folder you want to set up as a share, then open a terminal in Ubuntu and type the following:</p>
<p><code>VBoxManage sharedfolder add "XP" -name "share" -hostpath "full/path/to/folder"</code></p>
<p>Where &#8220;XP&#8221; is the name of your VM and &#8220;share&#8221; is what Windows will recognise the folder as. This needs to be done while your VM isn&#8217;t switched on, otherwise the command will fail. Once you&#8217;ve done it, load up the VM and go into the command prompt to enter the following:</p>
<p><code>net use x: \\vboxsvr\share</code></p>
<p>Where x: is the drive you want to map the folder to, and share is the name given above.</p>
<p>And there you have it, a shared folder so you can quickly and easily transfer files between both operating systems. I use it mainly so that my work is on a real drive rather than just on the VM&#8217;s virtual hard drive, but it is also useful for minimising the amount of space needed for the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewhayward.co.uk/2012/02/setting-up-shared-folders-on-virtual-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

