aboutsummaryrefslogtreecommitdiff
path: root/Filesystems
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-03-22 09:47:10 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-03-22 09:47:10 +0000
commit53b77d939bc37f0407d0a1963f7ae0c8f22a8b99 (patch)
treed27cb06a9242992c5a50072da7a9d887865e0c38 /Filesystems
parenta5f7fb595deb74d31e703da8048d6e90c0ef2ae0 (diff)
added filesystem
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems31
1 files changed, 30 insertions, 1 deletions
diff --git a/Filesystems b/Filesystems
index af9cb1f..763c6a5 100644
--- a/Filesystems
+++ b/Filesystems
@@ -118,7 +118,7 @@ Description:
==============================================================================
Name: LUFS bridge (alpha)
-Author: Miklos Szeredi <mszeredi at inf bme hu >
+Author: Miklos Szeredi <mszeredi at inf bme hu>
Homepage: http://sourceforge.net/project/showfiles.php?group_id=21636&package_id=109154
@@ -129,3 +129,32 @@ Description:
recompilation is needed.
==============================================================================
+Name: btfs (Bluetooth FileSystemMapping)
+
+Author: Collin R. Mulliner <collin at betaversion net>
+
+Homepage: http://www.mulliner.org/bluetooth/btfs.php
+
+Description:
+
+ Btfs is a simple application to map some basic bluetooth functions
+ into the filesystem. With btfs a simple ls DEVICES shows you all
+ bluetooth devices within range and cp somefile OPUSH/devicename sends
+ the given file to the device.
+
+==============================================================================
+Name: mcachefs
+
+Author: Michael Still <mikal at stillhq com>
+
+Homepage: http://lists.samba.org/archive/linux/2004-March/010211.html
+
+Description:
+
+ mcachefs is a simple caching filesystem for Linux using FUSE. It
+ works by copying the file that you asked for when the file is
+ opened, and then using that copy for all subsequent requests for the
+ file. This is really a fairly naive approach to caching, and will be
+ improved in the future.
+
+==============================================================================