This might help:

The following explains how to mount a remote filesystem through ssh using
> sshfs.
>
> By default openSUSE products included sshfs, however sles/sled products do
> not. Instructions for installing sshfs are included for SLES/SLED below.
>
>
> SLED/SLES products:
>
>
>    1. Download the necessary sshfs files here:<ftp://jeffman.com/sshfs.tar.gz>
>    2. As root user untar the files in step 1 above.
>    tar -zxvf sshfs.tar.gz
>
>    3. Install the untarred files:
>    rpm -ivh --nodeps *.rpm
>
>    4. Continue on to the next section.
>
>
> Using sshfs to mount a remote filesystem:
>
>
>    1.
>
>    sshfs u...@host: mountpoint
>
>    This will mount the home directory of the u...@host account into the
>    local directory named mountpoint. That’s as easy as it gets. (Of course, 
> the
>    mountpoint directory must already exist and have the appropriate
>    permissions).
>    2.
>
>    *Example*
>
>    create the mount point
>
>    #mkdir /mnt/remote
>
>    #chown [user-name]:[group-name] /mnt/remote/
>
>    Add yourself to the fuse group
>
>    adduser [your-user] fuse
>
>    switch to your user and mount the remote filesystem.
>
>    sshfs [email protected]:/remote/directory /mnt/remote/
>
>    If you want to mount a directory other than the home directory, you can
>    specify it after the colon. Actually, a generic sshfs command looks like
>    this:
>
>    $ sshfs [u...@]host:[dir] mountpoint [options]
>    3.
>
>    *Unmount Your Directory*
>
>    If you want to unmount your directory use the following command
>
>    fusermount -u mountpoint
>
> Authored by: Jeff R. Christensen


From: http://www.jeffman.com/kb/entry/16/

On Wed, Feb 3, 2010 at 11:26 AM, David Boyes <[email protected]> wrote:

> Sounds like a FUSE module.
>
>
> On 2/3/10 11:04 AM, "Bernie Wu" <[email protected]> wrote:
>
> > Hi Listers,
> > Where is sshfs in SLES11 ?
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
>

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to