blob: 7aa1ff13e1fcb5e1c35891cabac4a3d4716d7289 [file] [log] [blame]
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +00001This was generated on 2006/01/09 from
Miklos Szeredi539488e2005-02-02 10:17:38 +00002
Miklos Szeredi4cecc252005-09-27 15:42:22 +00003 http://fuse.sourceforge.net/wiki/index.php/LanguageBindings
4 http://fuse.sourceforge.net/wiki/index.php/FileSystems
5 http://fuse.sourceforge.net/wiki/index.php/OperatingSystems
Miklos Szeredi539488e2005-02-02 10:17:38 +00006
Miklos Szeredi4cecc252005-09-27 15:42:22 +00007For an up to date version please see the above pages. You can also
8add new entries there.
Miklos Szeredida4e4862003-09-08 11:14:11 +00009
Miklos Szeredi4cecc252005-09-27 15:42:22 +000010===============================================================================
11Language Bindings
12===============================================================================
Miklos Szeredida4e4862003-09-08 11:14:11 +000013
Miklos Szeredi4cecc252005-09-27 15:42:22 +000014C
Miklos Szeredida4e4862003-09-08 11:14:11 +000015
Miklos Szeredi4cecc252005-09-27 15:42:22 +000016This is the native API
Miklos Szeredida4e4862003-09-08 11:14:11 +000017
Miklos Szeredi4cecc252005-09-27 15:42:22 +000018------------------------------------------------------------------------------
19Java
Miklos Szeredida4e4862003-09-08 11:14:11 +000020
Miklos Szeredi4aa96422003-11-03 18:18:18 +000021Name: FUSE-J
22
Miklos Szeredi0f62d722005-01-04 12:45:54 +000023Author: Peter Levart / peter.levart at select-tech si
Miklos Szeredi4aa96422003-11-03 18:18:18 +000024
25Download: http://www.select-tech.si/fuse/
26
Miklos Szeredi4cecc252005-09-27 15:42:22 +000027Description
Miklos Szeredi4aa96422003-11-03 18:18:18 +000028
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +000029 FUSE-J provides Java binding for FUSE. It comes with the
Miklos Szeredi4cecc252005-09-27 15:42:22 +000030 "proof-of-concept" ZIP filesystem which seems to be pretty stable.
Miklos Szeredi4aa96422003-11-03 18:18:18 +000031
Miklos Szeredi4cecc252005-09-27 15:42:22 +000032------------------------------------------------------------------------------
33C#
Miklos Szeredi4aa96422003-11-03 18:18:18 +000034
Miklos Szeredi4cecc252005-09-27 15:42:22 +000035Name: SULF - Stackable User-Level Filesystem
Miklos Szeredi26b5dfc2004-02-10 13:16:35 +000036
Miklos Szeredi0f62d722005-01-04 12:45:54 +000037Author: Valient Gough / vgough at pobox com
Miklos Szeredi26b5dfc2004-02-10 13:16:35 +000038
Miklos Szeredid449e372005-08-03 10:23:00 +000039Homepage: http://arg0.net/users/vgough/sulf/index.html
Miklos Szeredi26b5dfc2004-02-10 13:16:35 +000040
Miklos Szeredi4cecc252005-09-27 15:42:22 +000041Description
Miklos Szeredi26b5dfc2004-02-10 13:16:35 +000042
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +000043 SULF allows you to write a Linux filesystem in C#. It uses the
Miklos Szeredi4cecc252005-09-27 15:42:22 +000044 FUSE library to do the actual Linux filesystem integration in
45 user-space.
Miklos Szeredi26b5dfc2004-02-10 13:16:35 +000046
Miklos Szeredi4cecc252005-09-27 15:42:22 +000047------------------------------------------------------------------------------
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +000048Haskell
49
50Name: hfuse
51
52Author: Jeremy Bobbio
53
54Darcs repository: http://darcs.haskell.org/hfuse/
55
56------------------------------------------------------------------------------
57Haskell
58
59Name: FuseIO
60
61Author: David Roundy
62
63Darcs repository: http://abridgegame.org/repos/fuse_example
64
65Mailing list announcement: http://article.gmane.org/gmane.comp.lang.haskell.cafe/8110
66
67------------------------------------------------------------------------------
Miklos Szeredi4cecc252005-09-27 15:42:22 +000068TCL
Miklos Szeredi17a56cb2005-03-06 16:16:44 +000069
Miklos Szeredi6d3ca392005-03-20 20:48:19 +000070Name: TCL FUSE interface
71
Miklos Szeredi4cecc252005-09-27 15:42:22 +000072Author: Colin McCormack? / colin at chinix com
Miklos Szeredi6d3ca392005-03-20 20:48:19 +000073
74Homepage: http://mini.net/tcl/13853
75
Miklos Szeredi4cecc252005-09-27 15:42:22 +000076------------------------------------------------------------------------------
77Python
78
Miklos Szeredi6083f172005-03-21 11:04:27 +000079Name: Python interface for FUSE
80
81Author: Jeff Epler
82
83Maintainer: Sebastien Delafond / sdelafond at gmx net
84
85CVS: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fuse co -P python
86
Miklos Szeredi4cecc252005-09-27 15:42:22 +000087------------------------------------------------------------------------------
88Perl
89
Miklos Szeredi6083f172005-03-21 11:04:27 +000090Name: Perl interface for FUSE
91
92Author: Mark Glines
93
94Maintainer: Dobrica Pavlinusic / dpavlin at rot13 org
95
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +000096Homepage: http://search.cpan.org/~dpavlin/Fuse/
Miklos Szeredi6083f172005-03-21 11:04:27 +000097
98CVS: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fuse co -P perl
99
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000100------------------------------------------------------------------------------
101Sh
Miklos Szeredi30e093a2005-04-03 17:44:54 +0000102
Miklos Szeredi4d06f492005-06-19 10:07:42 +0000103Name: Fuse-J-shfs
Miklos Szeredidf6ebac2005-06-08 11:41:42 +0000104
105Author: Paul "Joey" Clark / joey at hwi ath cx
106
107Homepage: http://hwi.ath.cx/twiki/bin/view/Neuralyte/FuseJshfs
108
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000109Description
Miklos Szeredidf6ebac2005-06-08 11:41:42 +0000110
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000111 Fuse-J-shfs lets you easily implement a virtual filesystem in Unix
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000112 shellscript. And naturally, it already has some handy vfs
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000113 implementations you can use straight away: gzip, rar, sparse, ...
Miklos Szeredidf6ebac2005-06-08 11:41:42 +0000114
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000115------------------------------------------------------------------------------
116OCaml
117
118Name: OCamlFuse
119
120Homepage: http://sourceforge.net/projects/ocamlfuse
121
122Description
123
124 This is an ocaml binding for fuse enabling you to write your own
125 multithreaded userspace filesystems using the ocaml programming
126 language.
127
128------------------------------------------------------------------------------
129Pliant
130
131Source: http://fullpliant.org/pliant/browse/file/pliant/linux/storage/fuse.pli?text
132
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000133------------------------------------------------------------------------------
134Ruby
135
136Name: FuseFS
137
138Homepage: http://rubyforge.org/projects/fusefs
139
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000140===============================================================================
141File Systems
142===============================================================================
143
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000144OWFS
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000145
146Author: Paul H. Alfille / palfille at partners org
147
148Homepage: http://owfs.sourceforge.net
149
150Description
151
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000152 One Wire File System (OWFS) uses FUSE to expose all the Dallas
153 1-wire sensors, iButtons and memory chips as a filesystem.
154 Devices are dynamically included in the directory, and properties
155 like temperature are obtained by reading a file.
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000156
157------------------------------------------------------------------------------
158FunFS
159
160Status: alpha
161
162Author: Michael Grigoriev (Net Integration Technologies) / mag at luminal org
163
164Homepage: http://www.luminal.org/wiki/index.php/FunFS/FunFS
165
166Description
167
168 FunFS is an advanced network file system with a simple goal: to be
169 better than NFS.
170
171------------------------------------------------------------------------------
172EncFS
173
174Author: Valient Gough / vgough at pobox com
175
176Homepage: http://pobox.com/~vgough/encfs.html
177
178Description
179
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000180 EncFS provides an encrypted filesystem in user-space. The EncFS
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000181 module itself runs without any special permissions and uses the
182 FUSE library and Linux kernel module to provide the filesystem
183 interface.
184
185------------------------------------------------------------------------------
186SMB for FUSE
187
188Author: Vincent Wagelaar / vincent at ricardis tudelft nl
189
190Homepage: http://hannibal.lr-s.tudelft.nl/fusesmb/
191
192Description
193
194 With SMB for Fuse you can seamlessly browse your network
195 neighbourhood as were it on your own filesystem.
196
197------------------------------------------------------------------------------
198Run-Time-Access
199
200Author: Bob Smith / bsmith at linuxtoys org
201
202Homepage: http://www.runtimeaccess.com
203
204Description
205
206 RTA is a specialized memory resident interface to the internal
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000207 data of your application. It is not a stand-alone server but a
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000208 library which attaches to your program and offers up your
209 program's internal structures and arrays as tables in a database
210 and as files in a virtual file system.
211
212------------------------------------------------------------------------------
213PhoneBook
214
215Author: David McNab / david at rebirthing co nz
216
217Homepage: http://www.freenet.org.nz/phonebook
218
219Description
220
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000221 PhoneBook is expressly designed for use in situations where
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000222 someone can be under pressure (legal, military and/or criminal) to
223 disclose decryption keys, and has a 'chaffing' scheme whereby the
224 user can disclose only passphrases for non-sensitive material, and
225 credibly deny the existence of anything else.
226
227------------------------------------------------------------------------------
228KIO Fuse Gateway
229
230Author: Alexander Neundorf / neundorf at kde org
231
232Homepage: http://kde.ground.cz/tiki-index.php?page=KIO+Fuse+Gateway
233
234Description
235
236 This gateway makes it possible to mount ioslaves or a general
237 ioslave-gateway via fuse and make them this way available to all
238 linux apps.
239
240------------------------------------------------------------------------------
241LUFS bridge
242
243Status: alpha
244
245Author: Miklos Szeredi / miklos at szeredi hu
246
247Homepage: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132803
248
249Description
250
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000251 This is a modified LUFS daemon, which uses the FUSE kernel module.
252 It is binary compatible with existing LUFS filesystems, so no
253 recompilation is needed.
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000254
255------------------------------------------------------------------------------
256Bluetooth File System
257
258Name: btfs
259
260Author: Collin R. Mulliner / collin at betaversion net
261
262Homepage: http://www.mulliner.org/bluetooth/btfs.php
263
264Description
265
266 Btfs is a simple application to map some basic bluetooth functions
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000267 into the filesystem. With btfs a simple ls DEVICES shows you all
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000268 bluetooth devices within range and cp somefile OPUSH/devicename
269 sends the given file to the device.
270
271------------------------------------------------------------------------------
272mcachefs
273
274Author: Michael Still / mikal at stillhq com
275
276Homepage: http://lists.samba.org/archive/linux/2004-March/010211.html
277
278Description
279
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000280 mcachefs is a simple caching filesystem for Linux using FUSE. It
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000281 works by copying the file that you asked for when the file is
282 opened, and then using that copy for all subsequent requests for
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000283 the file. This is really a fairly naive approach to caching, and
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000284 will be improved in the future.
285
286------------------------------------------------------------------------------
287Fusedav
288
289Author: Lennart Poettering / mzshfrqni at 0pointer de
290
291Homepage: http://0pointer.de/lennart/projects/fusedav/
292
293Description
294
295 fusedav is a Linux userspace file system driver for mounting
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000296 WebDAV shares. It makes use of FUSE as userspace file system API
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000297 and neon as WebDAV API.
298
299------------------------------------------------------------------------------
300RelFS
301
302Author: Vincenzo Ciancia / vincenzo_ml at yahoo it
303
304Homepage: http://relfs.sourceforge.net/
305
306Description
307
308 This is a linux userspace filesystem using fuse and a relational
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000309 database to store information about files. Special directories
310 can represent views on the database, and many powerful features,
311 such as bayesian classification, are added through plugins.
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000312
313------------------------------------------------------------------------------
314GmailFS
315
316Author: Richard Jones / richard at jones name
317
318Homepage: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
319
320Description
321
322 GmailFS provides a mountable Linux filesystem which uses your
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000323 Gmail account as its storage medium. GmailFS is a Python
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000324 application and uses the FUSE userland filesystem infrastructure
325 to help provide the filesystem, and libgmail to communicate with
326 Gmail.
327
328------------------------------------------------------------------------------
329DataDraw
330
331Author: Bill Cox / bill at viasic com
332
333Homepage: http://www.viasic.com/opensource/
334
335Description
336
337 This is an EDA specific data structure diagramming and code
338 generation tool.
339
340------------------------------------------------------------------------------
341gphoto2-fuse-fs
342
343Author: Christopher Lester / lester at hep phy cam ac uk
344
345Homepage: http://www.hep.phy.cam.ac.uk/~lester/gphoto2-fuse-fs/
346
347Description
348
349 This program allows mounting a gphoto2 based digital camera so
350 that you can access the files via "standard" programs like "ls,
351 cat, tar, gthumb, netscape, firefox, etc" rather than just through
352 "gtkam and gphoto2"
353
354------------------------------------------------------------------------------
355CvsFS
356
357Author: Patrick Frank / pfrank at gmx de
358
359Homepage: http://sourceforge.net/projects/cvsfs
360
361Description
362
363 This provides a package which presents the CVS contents as
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000364 mountable file system. It allows to view the versioned files as
365 like they were ordinary files on a disk. There is also a
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000366 possibility to check in/out some files for editing.
367
368------------------------------------------------------------------------------
369User-level Versioning File System
370
371Name: Wayback
372
373Author: Brian Cornell / techie at northwestern edu
374
375Homepage: http://wayback.sourceforge.net/
376
377Description
378
379 When you use a Wayback file system, old versions of files are
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000380 never lost. No matter how much you change a file or directory,
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000381 everything is always kept in a versioning file so that you never
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000382 lose important data. Wayback provides the ability to remount any
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000383 already mounted file system with versioning support under a
384 different directory.
385
386------------------------------------------------------------------------------
387Trivial Rolebased Authorisation & Capability Statemachine
388
389Name: TRACS
390
391Author: Rob J Meijer / rmeijer at xs4all nl
392
393Homepage: http://www.xs4all.nl/~rmeijer/tracs.html
394
395Description
396
397 This project is the first spin-off project of the Security
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000398 Incident Policy Enforcement System project. In the process of
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000399 designing a SIPES, the need was recognized for the implementation
400 of an authorisation server that provides functionality not
401 provided by any of the current authorisation solutions.
402
403------------------------------------------------------------------------------
404SshFS
405
406Author: Miklos Szeredi / miklos at szeredi hu
407
408Homepage: http://fuse.sourceforge.net/sshfs.html
409
410Description
411
412 This is a filesystem client based on the SSH File Transfer
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000413 Protocol. Since most SSH servers already support this protocol it
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000414 is very easy to set up: i.e. on the server side there's nothing to
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000415 do. On the client side mounting the filesystem is as easy as
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000416 logging into the server with ssh.
417
418------------------------------------------------------------------------------
419Siefs
420
421Author: Dmitry Zakharov aka Chaos / dmitry-z at mail ru
422
423Homepage: http://chaos.allsiemens.com/siefs
424
425Description
426
427 SieFS is a virtual filesystem for accessing Siemens mobile phones'
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000428 memory (flexmem or MultiMediaCard?) from Linux. Now you can mount
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000429 your phone (by datacable or IRDA) and work with it like with any
430 other removable storage.
431
432------------------------------------------------------------------------------
433Offline Media Content Database
434
435Name: MediaDatabase?
436
437Author: Mediadatabase Team
438
439Homepage: http://mediadatabase.sourceforge.net/
440
441Description
442
443 MediaDatabase? is database to store filesystem metadata (directory
444 structure) and/or audio tracks descriptions of offline media and
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000445 frontends to database (WWW, GUI and CUI). It was developed to
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000446 fight chaos of large compact disk collection but it can help track
447 other removable media such as floppy disks and data DVDs.
448
449------------------------------------------------------------------------------
450Cddfs
451
452Author: Matthieu Castet
453
454Homepage: http://castet.matthieu.free.fr/cddfs/
455
456Description
457
458 Cddfs is a file system for fuse that use libparanoia in order to
459 mount your audio cd.
460
461------------------------------------------------------------------------------
462SMBNetFS
Miklos Szeredi4d06f492005-06-19 10:07:42 +0000463
464Author: Mikhail Kshevetskiy / kl at laska dorms spbu ru
465
466Homepage: http://smbnetfs.airm.net/
467
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000468Description
Miklos Szeredi4d06f492005-06-19 10:07:42 +0000469
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000470 SMBNetFS is a Linux filesystem that allow you to use
471 samba/microsoft network in the same manner as the network
472 neighborhood in Microsoft Windows.
Miklos Szeredibb9f5172005-07-03 18:03:11 +0000473
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000474------------------------------------------------------------------------------
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000475ntfsmount
Miklos Szeredibb9f5172005-07-03 18:03:11 +0000476
477Author: Yura Pakhuchiy / pakhuchiy at gmail com
478
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000479Homepage: http://linux-ntfs.org/
Miklos Szeredibb9f5172005-07-03 18:03:11 +0000480
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000481Description
Miklos Szeredibb9f5172005-07-03 18:03:11 +0000482
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000483 ntfsmount is part of ntfsprogs package. It's rely on libntfs,
484 thus it have more features than kernel driver. ntfsmount supports
485 file overwrite with changes to file size, have limited file and
486 directory creation/deletion support and can operate with named
487 data streams. CVS version also supports special Interix files
488 (symlinks, block and character devies, FIFOs and sockets).
Miklos Szeredi4d06f492005-06-19 10:07:42 +0000489
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000490------------------------------------------------------------------------------
491BitTorrent File System
492
493Name: BTSlave
Miklos Szeredibc56e7d2005-07-11 08:21:09 +0000494
495Author: Bill Cox / bill at viasic com
496
497Homepage: http://btslave.sourceforge.net/
498
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000499Description
Miklos Szeredibc56e7d2005-07-11 08:21:09 +0000500
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000501 BTSlave allows users to mount a BitTorrent? .torrent file as a
502 file system.
Miklos Szeredibc56e7d2005-07-11 08:21:09 +0000503
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000504------------------------------------------------------------------------------
505GfarmFS
Miklos Szeredi163581a2005-07-15 07:35:41 +0000506
507Author: Takuya Ishibashi / takuya at soum co jp
508
509Homepage: http://datafarm.apgrid.org/software/gfarmfs-fuse.en.html
510
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000511Description
Miklos Szeredi163581a2005-07-15 07:35:41 +0000512
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000513 GfarmFS-FUSE enables you to mount a Gfarm filesystem in userspace.
514 Grid Datafarm is a Petascale data-intensive computing project
515 initiated in Japan. The challenge involves construction of a
516 Peta- to Exascale parallel filesystem exploiting local storages of
517 PCs spread over the world-wide Grid.
Miklos Szeredi163581a2005-07-15 07:35:41 +0000518
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000519------------------------------------------------------------------------------
520Clustered Ordinary Raid Network File System
521
522Name: CORNFS
Miklos Szeredi9d8aa0b2005-07-26 10:17:19 +0000523
524Author: Ian C. Blenke / icblenke at nks net
525
526Homepage: http://ian.blenke.com/projects/cornfs/cornfs.html
527
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000528Description
Miklos Szeredi9d8aa0b2005-07-26 10:17:19 +0000529
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000530 CORNFS is an attempt at creating a distributed filesystem that
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000531 mirrors N copies of files across a group of M number of servers.
532 Everything in CORNFS is stored as a file. At any time, it is
533 possible to reconstruct the entire filesystem via a simple overlay
534 rsync from the remote filesystems.
Miklos Szeredi9d8aa0b2005-07-26 10:17:19 +0000535
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000536------------------------------------------------------------------------------
537djmount
Miklos Szeredia6ddeaa2005-07-27 17:47:14 +0000538
539Author: Rémi Turboult / r3mi at users sourceforge net
540
541Homepage: http://djmount.sourceforge.net
542
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000543Description
Miklos Szeredia6ddeaa2005-07-27 17:47:14 +0000544
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000545 djmount is a UPnP AV client. It mounts the media content of
546 compatible UPnP AV devices as a Linux filesystem. The audio and
547 video content on the network is automatically discovered, and can
548 be browsed as a standard directory tree. djmount should work with
549 any UPnP AV compliant devices or software servers.
Miklos Szeredia6ddeaa2005-07-27 17:47:14 +0000550
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000551------------------------------------------------------------------------------
552HTTP-FUSE KNOPPIX
Miklos Szeredi7c141a72005-09-08 11:42:53 +0000553
554Homepage: http://unit.aist.go.jp/itri/knoppix/http-fuse/index-en.html
555
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000556Description
Miklos Szeredi7c141a72005-09-08 11:42:53 +0000557
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000558 HTTP-FUSE-KNOPPIX-4.0 is only 5MB CD image and enables us to use
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000559 same contents of 3.8GB DVD KNOPPIX 4.0. We don't need to download
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000560 3.8GB iso image at one time and burn DVD.
Miklos Szeredi7c141a72005-09-08 11:42:53 +0000561
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000562------------------------------------------------------------------------------
563WikipediaFS
Miklos Szeredi9aaf1cd2005-09-11 18:55:53 +0000564
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000565Author: Mathieu Blondel
Miklos Szeredi9aaf1cd2005-09-11 18:55:53 +0000566
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000567Homepage: http://wikipediafs.sourceforge.net
Miklos Szeredi9aaf1cd2005-09-11 18:55:53 +0000568
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000569Description
Miklos Szeredi9aaf1cd2005-09-11 18:55:53 +0000570
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000571 WikipediaFS is a mountable Linux virtual file system that enables
572 you to deal with Wikipedia articles as though they were real files
573 on your hard drive.
574
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000575------------------------------------------------------------------------------
576fusecram
577
578Author: Dmitry Morozhnikov dmiceman@mail.ru
579
580Download: http://ubiz.ru/dm/fusecram-20051104.tar.bz2
581
582Description
583
584 FUSE module to mount cramfs images for purposes of
585 http://klik.atekon.de/ project. For details see this article:
586 http://www.knoppix.net/forum/viewtopic.php?t=21173.
587
588------------------------------------------------------------------------------
589fuseiso
590
591Status: alpha
592
593Author: Dmitry Morozhnikov dmiceman@mail.ru
594
595Homepage: FuseIso
596
597Download: http://ubiz.ru/dm/fuseiso-20060107.tar.bz2
598
599Description
600
601 FUSE module to mount ISO9660 images for purposes of
602 http://klik.atekon.de/ project.
603
604------------------------------------------------------------------------------
605Logic File System
606
607Author: Yoann padioleau (padiolea@irisa.fr)
608
609Homepage: http://lfs.irisa.fr/~pad/soft/LFSWEB
610
611Description
612
613 It's something like Spotlight from Apple and WinFS from Microsoft,
614 just better. For details see LfsDetails.
615
616------------------------------------------------------------------------------
617FUSE&DPAP
618
619Homepage: http://cgi.sfu.ca/~jdbates/moin/moin.cgi/FUSE&DPAP
620
621Description
622
623 FUSE filesystem for mounting Apple iPhoto DPAP shares Using this
624 filesystem, I can synchronize photos with Gallery using filesystem
625 tools like Unison
626
627------------------------------------------------------------------------------
628DBToy
629
630Homepage: http://www.thesaguaros.com/beta/newsag/products/dbtoyfs/
631
632Description
633
634 DBToy is a fuse-based filesystem for linux, that lets you browse
635 the contents of a relational database through a set of directories
636 and xml files.
637
638------------------------------------------------------------------------------
639wdfs - webdav filesystem
640
641Author: jens m. noedler (noedler at web dot de)
642
643Homepage: http://noedler.de/projekte/wdfs/
644
645Description
646
647 wdfs is a webdav filesystem with special features for accessing
648 subversion repositories. it is based on fuse v2.3+ and neon
649 v0.24.7+. give it a try!
650
651------------------------------------------------------------------------------
652compFUSEd
653
654Author: Johan Parent (johan at info dot vub dot ac dot be )
655
656Homepage: http://parallel.vub.ac.be/~johan/compFUSEd
657
658Description
659
660 An overlay filesystem providing transparant compression with both
661 read and write support. This filesystem sits on top of an
662 existing fs. Fully configurable, different compression algorithms
663 available (lzo, zlib, bzip2). Still young but usable!
664
665------------------------------------------------------------------------------
666FuseCompress
667
668Author: Milan Svoboda (milan dot svoboda at centrum dot cz)
669
670Homepage: http://www.miio.net/fusecompress
671
672Description
673
674 FuseCompress provides a mountable Linux filesystem which
675 transparently compress its content.
676
677------------------------------------------------------------------------------
678FuseFTP
679
680Author: Marcus Thiesen (marcus at thiesen dot org)
681
682Homepage: http://wiki.thiesen.org/page/Fuseftp
683
684Description
685
686 FuseFTP is a FTP filesystem written in Perl.
687
688------------------------------------------------------------------------------
689CopyFS
690
691Authors: Thomas Joubert and Nicolas Vigier (boklm@mars-attacks.org)
692
693Homepage: http://n0x.org/copyfs/
694
695Description
696
697 A versionned file system. When you modify a file, any anterior
698 version is kept. You can revert to an older version when you
699 want.
700
701------------------------------------------------------------------------------
702GnomeVFS2 FUSE
703
704Author: Christian Pellegrin (chripell at gmail dot com)
705
706Homepage: http://sole.infis.univ.ts.it/~chri/gnome-vfs-fuse-0.1.tar.gz
707
708Description
709
710 Gateway between FUSE and Gnome VFS2. Allows you to mount
711 everything that Nautilus can and looks like a directory.
712
713------------------------------------------------------------------------------
714Flickrfs
715
716Author: Manish Rai Jain
717
718Homepage: http://flickrfs.sourceforge.net
719
720Description
721
722 Flickr virtual filesystem which allows easy
723 uploading/downloading/searching of photos through standard linux
724 commands.
725
726------------------------------------------------------------------------------
727FSFS - the Fast Secure File System
728
729Author: Nicola Cocchiaro
730
731Homepage: http://fsfs.sf.net
732
733Description
734
735 The Fast Secure File System exports files and directories securely
736 over the network, and lets users store and retrieve encrypted
737 data. It moves most cryptography to clients, achieving better
738 scalability.
739
740------------------------------------------------------------------------------
741Archive2Fuse - mount archives
742
743Author: Andre Landwehr (andrel at cybernoia de)
744
745Homepage: http://www.cybernoia.de/software/archivemount/archivemount-0.2.tar.gz
746
747Description
748
749 Gateway between FUSE and libarchive. Allows mounting of cpio,
750 .tar.gz, .tar.bz2 archives. Currently this is readonly, patches
751 welcome. Supports all formats libarchive supports.
752
753------------------------------------------------------------------------------
754Fuse::DBI - mount some data from relational database as files
755
756Author: Dobrica Pavlinusic (dpavlin at rot13 dot org)
757
758Homepage: http://www.rot13.org/~dpavlin/fuse_dbi.html
759
760Description
761
762 Simple way to export one type of data (e.g. html templates or
763 content) from any database supported by perl's DBI modules back to
764 filesystem for quick editing.
765
766------------------------------------------------------------------------------
767NOOFS - Network Object Oriented File System
768
769Author: NOOFS development team (contact at noofs dot org)
770
771Homepage: http://www.noofs.org/
772
773Description
774
775 NOOFS (Network Object Oriented File System) is a filesystem which
776 is storing its data in an SQL relational database. It supports
777 virtual directories, extended attributes, dynamic ACLs, advanced
778 search functions, advanced security managament, native data
779 integrity management. The project is developed within the
780 framework of an end of studies project in EPITECH whose source
781 code is distributed under the terms of the GNU General Public
782 License.
783
784------------------------------------------------------------------------------
785LoggedFS - The logged filesystem
786
787Author: remipouak@yahoo.fr
788
789Homepage: http://loggedfs.sourceforge.net/
790
791Description
792
793 LoggedFS is a filesystem which allows to see every single
794 operations that happens in a filesystem. You can choose which
795 type of files you want to log. Then you can see read, write,
796 chmod, chown, etc... that happens on files. Logs are added to
797 syslog.
798
799------------------------------------------------------------------------------
800LZOlayer_fs - Transparent compression filesystem
801
802Author: kazikcz@gmail.com
803
804Homepage: http://north.one.pl/~kazik/pub/LZOlayer
805
806Description
807
808 LZOlayer_fs is a filesystem which allows you to use compressed
809 files, just as they would be normal files. Read and write
810 operations are possible. Very young, but seems to be stable and
811 pretty usable. Consumes low memory. Supports LZO and ZLIB
812 compression algorithms.
813
814------------------------------------------------------------------------------
815fusepak - Support for PACK and WAD files
816
817Author: Janusz Dziemidowicz <rraptorr@nails.eu.org>
818
819Homepage: http://fusepak.sourceforge.net
820
821Description
822
823 Fusepak allows mounting PACK and WAD files (used by many games
824 based on idSoftware engine, ie. Quake, Doom, Half-Life).
825
826------------------------------------------------------------------------------
827Grifi: GridFTP File System
828
829Author: Leandro Franco (leo dot franco at gmail dot com)
830
831Homepage: http://grifi.sourceforge.net/
832
833Description
834
835 grifi is a virtual file system (developed with FUSE) that allows a
836 user to mount a remote directory using the GridFTP protocol. It
837 is based on the UberFTP client and on FTPFS from the LUFS project.
838
839------------------------------------------------------------------------------
840FunionFS: An UnionFS over FUSE
841
842Author: Stephane APIOU (stephane dot apiou at free dot fr)
843
844Homepage: http://funionfs.apiou.org
845
846Description
847
848 FunionFS is the aggregation of two filesystems: a read-only and a
849 read-write one. The read-only filesystem could be a CDROM or a
850 flash disk for an embedded system. The read-write filesystem
851 could be a Ramdisk or a partition on an USB key ... All datas are
852 read from the read-only filesystem if they are not present on the
853 read write one. Data are written to the read-write filesystem.
854 it's the same principle as the unionfs driver used in the well
855 known Knoppix CDROM.
856
857------------------------------------------------------------------------------
858BlogFS
859
860Author: Rohan ( rohan.pm@gmail.com )
861
862Homepage: http://rohanpm.net/blogfs
863
864Description
865
866 Mount your WordPress (and maybe other MetaWeblog? compatible)
867 blog(s). Supports reading and writing posts.
868
869------------------------------------------------------------------------------
870MythTVfs
871
872Author: Kees Cook ( kees@outflux.net )
873
874Homepage: http://www.outflux.net/software/pkgs/mythtvfs-fuse/
875
876Description
877
878 Designed to communicate with a MythTV backend server. It creates
879 an overlay filesystem that encodes TV Program metadata (title,
880 episode, description) into a filename so that systems that do not
881 natively talk to MythTV can still get information about a given
882 show. The initial design goal is to make it compatible with the
883 in-filename metadata extraction capabilities that will (hopefully)
884 be in future versions of Galleon.
885
886------------------------------------------------------------------------------
887OpenomyFS
888
889Author: Maurice Codik / maurice.codik@gmail.com
890
891Homepage: http://mauricecodik.com/projects/ofs
892
893Description
894
895 OpenomyFS uses the Ruby FUSE bindings to create a filesystem that
896 lets you access data from your Openomy account. OpenomyFS lets
897 you download/upload files from your account and manage your tags.
898
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000899===============================================================================
900Operating Systems
901===============================================================================
902
903Linux-2.4.X
904
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000905Native port. New FUSE versions (2.X) support kernels 2.4.21 or later.
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000906
907------------------------------------------------------------------------------
908Linux-2.6.X
909
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000910Native port. New FUSE versions (2.X) support all 2.6 kernels.
Miklos Szeredi4cecc252005-09-27 15:42:22 +0000911
9122.6.14 and up will have FUSE support included in the official kernel.
913
914------------------------------------------------------------------------------
915FreeBSD
916
Miklos Szeredi649e50f2005-09-24 20:02:15 +0000917Name: Fuse for FreeBSD
918
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000919Author: Csaba Henk / csaba.henk at creo hu
Miklos Szeredi649e50f2005-09-24 20:02:15 +0000920
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000921Homepage: http://fuse4bsd.creo.hu
Miklos Szeredi649e50f2005-09-24 20:02:15 +0000922
Miklos Szeredib5a3c9b2006-01-09 14:31:25 +0000923See also: CategoryFreeBSD