<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: /sbin/mount.vboxsf: mounting failed with the error: Protocol error</title>
	<atom:link href="http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/</link>
	<description>Adventures in the world of digital and computer technology</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sridevi</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-254</link>
		<dc:creator>Sridevi</dc:creator>
		<pubDate>Fri, 11 Feb 2011 04:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-254</guid>
		<description>Hi i tried giving mount.vboxsf also tried changing the shared folder name but still its not working for me..The error is mount.vboxsf: mounting failed with the error: Protocol error.. Im using windows7 as my host and openSUSE as my guest os...</description>
		<content:encoded><![CDATA[<p>Hi i tried giving mount.vboxsf also tried changing the shared folder name but still its not working for me..The error is mount.vboxsf: mounting failed with the error: Protocol error.. Im using windows7 as my host and openSUSE as my guest os&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mmx123</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-196</link>
		<dc:creator>Mmx123</dc:creator>
		<pubDate>Thu, 16 Sep 2010 06:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-196</guid>
		<description>I got this error, only because I forgot to add a share folder from Devices-&gt;Shared Folders.  Stupid me :P</description>
		<content:encoded><![CDATA[<p>I got this error, only because I forgot to add a share folder from Devices-&gt;Shared Folders.  Stupid me :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanael</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-130</link>
		<dc:creator>Nathanael</dc:creator>
		<pubDate>Fri, 13 Nov 2009 05:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-130</guid>
		<description>Had the same problem. Windows 7 host, Ubuntu 9.10 guest. Windows D drive shared with share name of DRIVE_D, created sharepoint /media/shared/. Whether mount or /sbin/mount.vboxsf, everything I tried elicited the protocol error.

Finally, I changed the share name from the default DRIVE_D to shared and it worked. Played around with changing the share name, eventually changing it back to the VirtualBox default DRIVE_D and it still worked.

This would appear to be a VirtualBox bug. Solution: don&#039;t use the default share name.

Nathanael</description>
		<content:encoded><![CDATA[<p>Had the same problem. Windows 7 host, Ubuntu 9.10 guest. Windows D drive shared with share name of DRIVE_D, created sharepoint /media/shared/. Whether mount or /sbin/mount.vboxsf, everything I tried elicited the protocol error.</p>
<p>Finally, I changed the share name from the default DRIVE_D to shared and it worked. Played around with changing the share name, eventually changing it back to the VirtualBox default DRIVE_D and it still worked.</p>
<p>This would appear to be a VirtualBox bug. Solution: don&#8217;t use the default share name.</p>
<p>Nathanael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mantral</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-122</link>
		<dc:creator>mantral</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-122</guid>
		<description>Hi all

I&#039;ve found this solution:

&quot;
(...)
 For example:

mount -t vboxsf vshare /home/paulsiu/vshare

The problem is when you tried this, you get the following error:

/sbin/mount.vboxsf: mounting failed with the error: Protocol error

If you look at syslog, you’ll see the following error:

Nov 8 19:28:09 wxbuilder kernel: vboxvfs: sf_glob_alloc: vboxCallMapFolder failed rc=-102
Nov 8 19:28:09 wxbuilder kernel: sf_read_super_aux err=-71

Apparently, you’ll only get this error if you use the default sharename. When you create a new shared folder, Virtualbox will ask where your shared directory is on the host. When you select the shared directory, the sharename will default to that directory. If I create a shared folder at “/home/paulsiu/vshare”, virtualbox will generate a sharename of “vshare”. Unfortunately, if you use this default sharename, you will get a protocol error, so you should rename the sharename to something other than default, such as “vboxshare” for example. I have no idea why, but that appears to be what’s happening.
(...)
&quot;

WORKS FINE FOR ME !! :)</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>I&#8217;ve found this solution:</p>
<p>&#8221;<br />
(&#8230;)<br />
 For example:</p>
<p>mount -t vboxsf vshare /home/paulsiu/vshare</p>
<p>The problem is when you tried this, you get the following error:</p>
<p>/sbin/mount.vboxsf: mounting failed with the error: Protocol error</p>
<p>If you look at syslog, you’ll see the following error:</p>
<p>Nov 8 19:28:09 wxbuilder kernel: vboxvfs: sf_glob_alloc: vboxCallMapFolder failed rc=-102<br />
Nov 8 19:28:09 wxbuilder kernel: sf_read_super_aux err=-71</p>
<p>Apparently, you’ll only get this error if you use the default sharename. When you create a new shared folder, Virtualbox will ask where your shared directory is on the host. When you select the shared directory, the sharename will default to that directory. If I create a shared folder at “/home/paulsiu/vshare”, virtualbox will generate a sharename of “vshare”. Unfortunately, if you use this default sharename, you will get a protocol error, so you should rename the sharename to something other than default, such as “vboxshare” for example. I have no idea why, but that appears to be what’s happening.<br />
(&#8230;)<br />
&#8221;</p>
<p>WORKS FINE FOR ME !! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: optical</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-121</link>
		<dc:creator>optical</dc:creator>
		<pubDate>Thu, 27 Aug 2009 06:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-121</guid>
		<description>Thanks Andrius! I&#039;ve been searching the web for the past 1 hour to find a solution to this. What you suggested did the trick for me (Running Ubuntu 9.04 virtualized on WinXP).</description>
		<content:encoded><![CDATA[<p>Thanks Andrius! I&#8217;ve been searching the web for the past 1 hour to find a solution to this. What you suggested did the trick for me (Running Ubuntu 9.04 virtualized on WinXP).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thiago</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-119</link>
		<dc:creator>thiago</dc:creator>
		<pubDate>Sat, 15 Aug 2009 14:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-119</guid>
		<description>mount.vboxsf shared_name path_to_shared_folder worked fine!!!
Thanks a lot buddy</description>
		<content:encoded><![CDATA[<p>mount.vboxsf shared_name path_to_shared_folder worked fine!!!<br />
Thanks a lot buddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-111</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Jun 2009 11:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-111</guid>
		<description>Thanks Andrius. I too have used mount.vboxsf with some success. It looks as if mount -t vboxsf is its alias in more customary syntax.</description>
		<content:encoded><![CDATA[<p>Thanks Andrius. I too have used mount.vboxsf with some success. It looks as if mount -t vboxsf is its alias in more customary syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrius Burlega</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-110</link>
		<dc:creator>Andrius Burlega</dc:creator>
		<pubDate>Wed, 17 Jun 2009 11:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-110</guid>
		<description>There is a simple solution which solved my problem on Open Solaris with an Ubuntu 9 guest. Instead of using mount -t vboxsf Public /home/andrius/Public, type this this one: mount.vboxsf Public /home/andrius/Public. It works!</description>
		<content:encoded><![CDATA[<p>There is a simple solution which solved my problem on Open Solaris with an Ubuntu 9 guest. Instead of using mount -t vboxsf Public /home/andrius/Public, type this this one: mount.vboxsf Public /home/andrius/Public. It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Topics about Last-words &#124; /sbin/mount.vboxsf: mounting failed with the error: Protocol error</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-107</link>
		<dc:creator>Topics about Last-words &#124; /sbin/mount.vboxsf: mounting failed with the error: Protocol error</dc:creator>
		<pubDate>Sun, 19 Apr 2009 12:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-107</guid>
		<description>[...] TechnologyTales.com placed an observative post today on /sbin/mount.vboxsf: mounting failed with the error: Protocol errorHere&#8217;s a quick excerptThese times, my virtualisation needs are being well served by VirtualBox 2.2. It may be the closed source variant but I have no complaints about it. Along with a number Windows VM’s, I also have one running Ubuntu 9.04 and, for the first time, I seem to have VirtualBox’s Guest Additions playing with a Linux guest as they should. Even the Shared Folders functionality is working. However, I did get one problem when I tried running it first. The procedure is to use a command like the following af [...]</description>
		<content:encoded><![CDATA[<p>[...] TechnologyTales.com placed an observative post today on /sbin/mount.vboxsf: mounting failed with the error: Protocol errorHere&#8217;s a quick excerptThese times, my virtualisation needs are being well served by VirtualBox 2.2. It may be the closed source variant but I have no complaints about it. Along with a number Windows VM’s, I also have one running Ubuntu 9.04 and, for the first time, I seem to have VirtualBox’s Guest Additions playing with a Linux guest as they should. Even the Shared Folders functionality is working. However, I did get one problem when I tried running it first. The procedure is to use a command like the following af [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Mirror &#124; /sbin/mount.vboxsf: mounting failed with the error: Protocol error</title>
		<link>http://technologytales.com/2009/04/19/sbinmountvboxsf-mounting-failed-with-the-error-protocol-error/comment-page-1/#comment-106</link>
		<dc:creator>Web Mirror &#124; /sbin/mount.vboxsf: mounting failed with the error: Protocol error</dc:creator>
		<pubDate>Sun, 19 Apr 2009 10:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://technologytales.com/?p=823#comment-106</guid>
		<description>[...] These times, my virtualisation needs are being well served by VirtualBox 2.2. It may be the closed source variant but I have no complaints about it. Along with a number Windows VM’s, I also have one running Ubuntu 9.04 and, for the first time, I seem to have VirtualBox’s Guest Additions playing with a Linux guest as they should. Even the Shared Folders functionality is working. However, I did get one problem when I tried running it first. The procedure is to use a command like the following af   See the original post here: /sbin/mount.vboxsf: mounting failed with the error: Protocol error [...]</description>
		<content:encoded><![CDATA[<p>[...] These times, my virtualisation needs are being well served by VirtualBox 2.2. It may be the closed source variant but I have no complaints about it. Along with a number Windows VM’s, I also have one running Ubuntu 9.04 and, for the first time, I seem to have VirtualBox’s Guest Additions playing with a Linux guest as they should. Even the Shared Folders functionality is working. However, I did get one problem when I tried running it first. The procedure is to use a command like the following af   See the original post here: /sbin/mount.vboxsf: mounting failed with the error: Protocol error [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

