diff options
-rw-r--r-- | Filesystems | 31 |
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. + +============================================================================== |