From 53b77d939bc37f0407d0a1963f7ae0c8f22a8b99 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 22 Mar 2004 09:47:10 +0000 Subject: [PATCH] added filesystem --- Filesystems | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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 +Author: Miklos Szeredi 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 + +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 + +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. + +============================================================================== -- 2.30.2