<?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>blog.tordeu.com &#187; sshfs</title>
	<atom:link href="http://blog.tordeu.com/?feed=rss2&#038;tag=sshfs" rel="self" type="application/rss+xml" />
	<link>http://blog.tordeu.com</link>
	<description>a blog about stuff</description>
	<lastBuildDate>Thu, 25 Apr 2013 07:03:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Error Message &#8220;fusermount &#8211; failed to open /etc/fuse.conf &#8211; Permission denied&#8221; in Linux (here: Ubuntu)</title>
		<link>http://blog.tordeu.com/?p=50</link>
		<comments>http://blog.tordeu.com/?p=50#comments</comments>
		<pubDate>Fri, 24 Jun 2011 08:52:32 +0000</pubDate>
		<dc:creator>tordeu</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cirlftpfs]]></category>
		<category><![CDATA[encfs]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[fuse.conf]]></category>
		<category><![CDATA[fusermount]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://blog.tordeu.com/?p=50</guid>
		<description><![CDATA[Problem Using curlftpfs, encfs, sshfs etc. in Linux as a normal user can result in the following error message: fusermount - failed to open /etc/fuse.conf - Permission denied Explanation The error occurs, because only root and members of the group fuse have the permissions which are required to run these commands.  To confirm that this <a href='http://blog.tordeu.com/?p=50'>[...]</a>]]></description>
				<content:encoded><![CDATA[<h2>Problem</h2>
<p>Using curlftpfs, encfs, sshfs etc. in Linux as a normal user can result in the following error message:</p>
<pre>fusermount - failed to open /etc/fuse.conf - Permission denied</pre>
<h2>Explanation</h2>
<p>The error occurs, because only root and members of the group fuse have the permissions which are required to run these commands.  To confirm that this is the root of your problem, enter the following in a terminal:</p>
<p><span id="more-50"></span></p>
<pre>groups &lt;username&gt;</pre>
<p>You will get a list of groups you are a member of and &#8220;fuse&#8221; will most likely be missing. If it is a different user who has the problem, just use his/her username.</p>
<pre></pre>
<h2>Solution</h2>
<p>The problem can be easily fixed by adding the user to the fuse group:</p>
<pre>sudo addgroup &lt;username&gt; fuse</pre>
<p>(Replace &lt;username&gt; with your username or the the username of the user you want to add to fuse)</p>
<p>After that, if the user is currently logged in, the user needs to log out and back in for the changes to take effect. The changes can be confirmed running</p>
<pre>groups &lt;username&gt;</pre>
<p>again. &#8220;fuse&#8221; should now be listed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tordeu.com/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
