<?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 &#124; jim80.net &#187; Debian</title>
	<atom:link href="http://blog.jim80.net/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jim80.net</link>
	<description>Security, Systems, and Storage</description>
	<lastBuildDate>Fri, 30 Apr 2010 19:46:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Quickie About SSHFS and /dev/fuse</title>
		<link>http://blog.jim80.net/2009/05/09/a-quickie-about-sshfs-and-devfuse/</link>
		<comments>http://blog.jim80.net/2009/05/09/a-quickie-about-sshfs-and-devfuse/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:32:51 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[/dev/fuse]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[SSHFS]]></category>

		<guid isPermaLink="false">http://blog.jim80.net/2009/05/09/a-quickie-about-sshfs-and-devfuse/</guid>
		<description><![CDATA[It&#8217;s been a while since my last post, I&#8217;ve moved to San Antonio, so I&#8217;ve been quite busy for some time. Just a quick note on using SSHFS. I&#8217;ve recently run across a problem on a Debian box where SSHFS wouldn&#8217;t run out of the gate. A quick Google search revealed the following article by [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last post, I&#8217;ve moved to San Antonio, so I&#8217;ve been quite busy for some time. Just a quick note on using SSHFS. I&#8217;ve recently run across a problem on a Debian box where SSHFS wouldn&#8217;t run out of the gate. A quick Google search revealed the following article by David Liontooth on <a href="http://osdir.com">osdir</a> (<a href="http://osdir.com/ml/file-systems.fuse.sshfs/2005-11/msg00009.html">http://osdir.com/ml/file-systems.fuse.sshfs/2005-11/msg00009.html</a>):</p>
<p>##########################</p>
<p>Re: [sshfs] failed to open /dev/fuse: msg#00009<br />
file-systems.fuse.sshfs<br />
Subject: 	Re: [sshfs] failed to open /dev/fuse</p>
<p>David Liontooth wrote:</p>
<p>&gt;I just installed the Debian version on an amd64 system with linux<br />
&gt;2.6.14. I loaded the fuse module from the (vanilla) kernel, but the<br />
&gt;/dev/fuse device node did not get created. I created it manually:<br />
&gt;<br />
&gt; mknod /dev/fuse c 0 0<br />
&gt; chown root.fuse /dev/fuse<br />
&gt; chmod 0666 /dev/fuse<br />
&gt;<br />
&gt;But this does not appear to be what sshfs needs:<br />
&gt;<br />
&gt; $ sshfs chi:/tv4 tv4<br />
&gt; fusermount: failed to open /dev/fuse: No such device or address<br />
&gt;<br />
&gt;I don&#8217;t think it&#8217;s a permissions issue &#8212; same response from user root.<br />
&gt;I&#8217;m not using udev (it thoroughly messes up my system). How do I do this<br />
&gt;manually?<br />
&gt;<br />
&gt;Dave<br />
&gt;<br />
&gt;<br />
PS here&#8217;s what my kernel module says &#8212; don&#8217;t know why it&#8217;s not creating<br />
/dev/fuse:</p>
<p># modinfo fuse<br />
filename: /lib/modules/2.6.14/kernel/fs/fuse/fuse.ko<br />
alias: char-major-10-229<br />
license: GPL<br />
description: Filesystem in Userspace<br />
author: Miklos Szeredi<br />
depends:<br />
vermagic: 2.6.14 SMP gcc-4.0</p>
<p>linux/Doc*/devices.txt has</p>
<p>10 char Non-serial mice, misc features<br />
229 = /dev/fuse Fuse (virtual filesystem in user-space)</p>
<p>I have fuse-utils 2.4.0-1 and libfuse2<br />
2.4.0-1</p>
<p>I tried creating</p>
<p>mknod -m 666 /dev/fuse c 10 229</p>
<p>OK &#8212; that seems to have done it! Nice.</p>
<p>It doesn&#8217;t show up in df, but the drive is mounted (with &#8220;sshfs<br />
machine:/dir mountpoint&#8221;.<br />
It unmounts with &#8220;fusermount -u mountpoint&#8221;.</p>
<p>Great stuff. Worth adding the device node creation instructions in the<br />
man page or somewhere though.</p>
<p>Dave</p>
<p>##########################</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jim80.net/2009/05/09/a-quickie-about-sshfs-and-devfuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
