<?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>bobpeers -&#62; blog &#187; shared folders</title>
	<atom:link href="http://blog.bobpeers.com/tag/shared-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:34:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fedora 12 64bit Shared Folders in Virtualbox</title>
		<link>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/</link>
		<comments>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:46:12 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/</guid>
		<description><![CDATA[Yesterday I had a problem with the shared folders when running 64bit Fedora 12 in Virtualbox. When I ran the command to mount the share # mount -t vboxsf sharename mountpoint it just returned the error &#8216;command not found&#8217;. It turns out the the command is actually a symlink called /sbin/mount.vboxsf that points to /usr/lib/VBoxGuestAdditions/mount.vboxsf. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had a problem with the shared folders when running 64bit Fedora 12 in Virtualbox. When I ran the command to mount the share</p>
<pre># mount -t vboxsf sharename mountpoint</pre>
<p>it just returned the error &#8216;command not found&#8217;. It turns out the the command is actually a symlink called /sbin/mount.vboxsf that points to /usr/lib/VBoxGuestAdditions/mount.vboxsf.</p>
<p>My symlink was broken due to the fact that on 64bit systems the program is actuallly located in /usr/lib64/VBoxGuestAdditions/mount.vboxsf. To fix I simply deleted and recreated the symlink to point to the correct location.</p>
<pre># cd /sbin
# rm mount.vboxsf
# ln -s /usr/lib64/VBoxGuestAdditions/mount.vboxsf mount.vboxsf
</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;count=none&amp;text=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;count=none&amp;text=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;title=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" id="wpa2a_2"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox Shared Folders</title>
		<link>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/</link>
		<comments>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:36:34 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/</guid>
		<description><![CDATA[Is seems that the format for getting shared folders to work with Linux clients has changed. Assuming I&#8217;m trying to mount the Windows Desktop in the Linux client I used to use the following command. # mount -t vboxsf \\vboxsvr\Desktop /mnt/desktop I tried this today and it fails with the error: # /sbin/mount.vboxsf: mounting failed [...]]]></description>
			<content:encoded><![CDATA[<p>Is seems that the format for getting shared folders to work with Linux clients has changed. Assuming I&#8217;m trying to mount the Windows Desktop in the Linux client I used to use the following command.</p>
<pre># mount -t vboxsf \\vboxsvr\Desktop /mnt/desktop</pre>
<p>I tried this today and it fails with the error:</p>
<pre># /sbin/mount.vboxsf: mounting failed with the error: Protocol error</pre>
<p>It turns out that the way to get this working is to drop the server name and use a lowercase &#8216;D&#8217;.</p>
<pre># mount -t vboxsf desktop /mnt/desktop</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;count=none&amp;text=Virtualbox%20Shared%20Folders" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;count=none&amp;text=Virtualbox%20Shared%20Folders" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;title=Virtualbox%20Shared%20Folders" id="wpa2a_4"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

