aboutsummaryrefslogtreecommitdiff
path: root/Filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems35
1 files changed, 35 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems
index 24f0989..3bd9826 100644
--- a/Filesystems
+++ b/Filesystems
@@ -1,3 +1,9 @@
+Filesystems using FUSE, that I know of. In order of appearance.
+
+If you find incorrect or outdated information here, please tell me.
+Also new entries are welcome.
+
+==============================================================================
Name: OW
Author: Paul H. Alfille / palfille at partners org
@@ -273,3 +279,32 @@ Description:
of the current authorisation solutions.
==============================================================================
+Name: SSHFS-FUSE
+
+Author: Miklos Szeredi / miklos at szeredi hu
+
+Homepage: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=140425
+
+Description:
+
+ This is a filesystem client based on the SSH File Transfer Protocol.
+ Since most SSH servers already support this protocol it is very easy
+ to set up: i.e. on the server side there's nothing to do. On the
+ client side mounting the filesystem is as easy as logging into the
+ server with ssh.
+
+==============================================================================
+Name: Siefs
+
+Author: Dmitry Zakharov aka Chaos / dmitry-z at mail ru
+
+Homepage: http://chaos.allsiemens.com/siefs
+
+Description:
+
+ SieFS is a virtual filesystem for accessing Siemens mobile phones'
+ memory (flexmem or MultiMediaCard) from Linux. Now you can mount
+ your phone (by datacable or IRDA) and work with it like with any
+ other removable storage.
+
+==============================================================================