SSHFS-MUX User Manual


Introduction

SSHFS-MUX is an extention of SSHFS (SSH Filesystem), it is able to mount many remote hosts to a local mountpoint at the same time over SSH channels.

Although the functionality of SSHFS-MUX can be also implementated by SSHFS and UnionFS combination, SSHFS-MUX has advantages over them on:

Download

You can download current version here:

sshfs-mux-1.0.tar.gz

ChangeLog

Installation

Prerequisite

To use SSHFS-MUX, you should install following packages: FUSE (Filesystem in Userspace), Gnome Library.
In Debian System, simply type

$ apt-get install libfuse2 libfuse-dev fuse-utils libglib2.0-dev

will work.

Installing

Currently,

$ make

and copy the file sshfsm to the place you like.
Copy sshnodelay.so to /usr/lib (If you have installed SSHFS, then you don not have to do so).

Usage


FAQ

Please refer to following faqs: SSHFS-MUX FAQ, SSHFS FAQ, FUSE FAQ.

Evaluation

(To be continued).

Bug Reports and Requests

Please send bug reports and requests to dunnan_AT_yl.is.s.u-tokyo.ac.jp.


Copyright (c) 2008 Dun Nan. All Rights Reserved.
Last Updated: February 28th, 2008