<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Accessing Mac OS X harddrive from Ubuntu in VirtualBox via shared folders</title>
	<atom:link href="http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/</link>
	<description>A place for opinions and notes of a valibuk.</description>
	<pubDate>Fri, 12 Mar 2010 05:31:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-143833</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Sun, 20 Dec 2009 22:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-143833</guid>
		<description>automatic mounting could be done as auto-starting the mount command:

1. create a script for mounting:
&lt;code&gt;cat sudo mount -t vboxsf -o uid=USER_ID SHARED_FOLDER_NAME MOUNTED_FOLDER &#62; /etc/init.d/vbox_automount&lt;/code&gt;

2. set permissions for the file to be executable:
&lt;code&gt;chmod &#43;x /etc/init.d/vbox_automount&lt;/code&gt;

3. to tell the system to start the script at boot (this is a linux distro dependent command - for ubuntu):
&lt;code&gt;sudo update-rc.d vbox_automoun defaults&lt;/code&gt;

[not tested, sorry]</description>
		<content:encoded><![CDATA[<p>automatic mounting could be done as auto-starting the mount command:</p>
<p>1. create a script for mounting:<br />
<code>cat sudo mount -t vboxsf -o uid=USER_ID SHARED_FOLDER_NAME MOUNTED_FOLDER &gt; /etc/init.d/vbox_automount</code></p>
<p>2. set permissions for the file to be executable:<br />
<code>chmod &#43;x /etc/init.d/vbox_automount</code></p>
<p>3. to tell the system to start the script at boot (this is a linux distro dependent command - for ubuntu):<br />
<code>sudo update-rc.d vbox_automoun defaults</code></p>
<p>[not tested, sorry]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-142932</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-142932</guid>
		<description>Ditto @Roberto - how do I make it stick? Thanks from a n00b!</description>
		<content:encoded><![CDATA[<p>Ditto @Roberto - how do I make it stick? Thanks from a n00b!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-140443</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-140443</guid>
		<description>top quality post!
thanks :)</description>
		<content:encoded><![CDATA[<p>top quality post!<br />
thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-134567</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-134567</guid>
		<description>Thank you very much.
Solved my problem.</description>
		<content:encoded><![CDATA[<p>Thank you very much.<br />
Solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer9</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-122357</link>
		<dc:creator>Spencer9</dc:creator>
		<pubDate>Sun, 21 Jun 2009 07:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-122357</guid>
		<description>Thank you!  Excellent post.</description>
		<content:encoded><![CDATA[<p>Thank you!  Excellent post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-119987</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 10 May 2009 18:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-119987</guid>
		<description>Thank you,

How would I have the share folder auto mount upon boot up?

Presently I have to manually mount the share folder every time I restart.

Roberto</description>
		<content:encoded><![CDATA[<p>Thank you,</p>
<p>How would I have the share folder auto mount upon boot up?</p>
<p>Presently I have to manually mount the share folder every time I restart.</p>
<p>Roberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/#comment-118989</link>
		<dc:creator>André</dc:creator>
		<pubDate>Mon, 27 Apr 2009 00:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=69#comment-118989</guid>
		<description>Thank you! Just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you! Just what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
