<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
On Mon, 2006-06-05 at 07:34 -0700, Steve Juranich wrote:<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">You'll need to put yourself in the `fuse' group, I belive.  Can't remember</FONT>
<FONT COLOR="#000000">for sure, do an ls -l $(which fusermount).  You also might need to do a</FONT>
<FONT COLOR="#000000">modprobe on the kernel module it provides (not sure if the %post script in</FONT>
<FONT COLOR="#000000">the RPM takes care of this or not).  I believe the module is called fuse.</FONT>
<FONT COLOR="#000000">Again, can't remember for sure (and I'm not at my home computer), but do</FONT>
<FONT COLOR="#000000">"rpm -ql sshfs" and look for something getting installed in /lib/modules.</FONT>

<FONT COLOR="#000000">Sorry, if I was sitting at home, I could give you more concrete examples,</FONT>
<FONT COLOR="#000000">but I'm doing this all from memory right now.  If you hit any brick walls,</FONT>
<FONT COLOR="#000000">let me know.  I've been running sshfs with both Debian Sarge and Fedora</FONT>
<FONT COLOR="#000000">Core for about 6 months now and haven't had any real problems.</FONT>

<FONT COLOR="#000000">The only problem that I've had (and I think there's a workaround for this, I</FONT>
<FONT COLOR="#000000">just haven't had the time/energy to look into it) is how to make sure that</FONT>
<FONT COLOR="#000000">the connection stays alive while it's mounted.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
from the readme::<BR>
<BR>
The idea of sshfs was taken from the SSHFS filesystem distributed with<BR>
LUFS, which I found very useful.  There were some limitations of that<BR>
codebase, so I rewrote it.  Features of this implementation are:<BR>
<BR>
  - Based on FUSE (the best userspace filesystem framework for Linux ;)<BR>
<BR>
  - Multithreading: more than one request can be on it's way to the<BR>
    server<BR>
<BR>
  - Allowing large reads (max 64k)<BR>
<BR>
  - Caching directory contents<BR>
<BR>
  - Reconnect on failure<BR>
<BR>
Latest version<BR>
==============<BR>
<BR>
The latest version and more information can be found on<BR>
<BR>
  <A HREF="http://fuse.sourceforge.net/sshfs.html">http://fuse.sourceforge.net/sshfs.html</A><BR>
<BR>
<BR>
How to mount a filesystem<BR>
=========================<BR>
<BR>
Once sshfs is installed (see next section) running it is very simple:<BR>
<BR>
  sshfs hostname: mountpoint<BR>
<BR>
Note, that it's recommended to run it as user, not as root.  For this<BR>
to work the mountpoint must be owned by the user.  If the username is<BR>
different on the host you are connecting to, then use the<BR>
"username@host:" form.  If you need to enter a password sshfs will ask<BR>
for it (actually it just runs ssh which ask for the password if<BR>
needed).  You can also specify a directory after the ":".  The default<BR>
is the home directory.<BR>
<BR>
Also many ssh options can be specified (see the manual pages for<BR>
sftp(1) and ssh_config(5)), including the remote port number<BR>
('-oport=PORT')<BR>
<BR>
<BR>
... so any keepalive feature in ssh can be used. <BR>
Ric<BR>
<BR>
<PRE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>