aboutsummaryrefslogtreecommitdiff
path: root/Filesystems
blob: 9fb602cc4f7924c20d7901013a378446509a23b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
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

Homepage: http://owfs.sourceforge.net

Description:

  OWFS uses FUSE to expose all the Dallas 1-wire sensors, iButtons and
  memory chips as a filesystem. Devices are dynamically included in
  the directory, and properties like temperature are obtained by
  reading a file.

==============================================================================
Name: FunFS (status: alpha)

Author: Michael Grigoriev (Net Integration Technologies) / mag at luminal org

Homepage: http://www.luminal.org/wiki/index.php/FunFS/FunFS

Description:

  FunFS is an advanced network file system with a simple goal: to be
  better than NFS.

==============================================================================
Name: EncFS

Author:  Valient Gough / vgough at pobox com

Homepage: http://pobox.com/~vgough/encfs.html

Description:

  EncFS provides an encrypted filesystem in user-space. The EncFS
  module itself runs without any special permissions and uses the FUSE
  library and Linux kernel module to provide the filesystem interface.

==============================================================================
Name: FUSE-J

Author: Peter Levart / peter.levart at select-tech si

Download: http://www.select-tech.si/fuse/

Alternate download: http://www.cl.cam.ac.uk/~tdm25/fuse-j/

Description:

  FUSE-J provides Java binding for FUSE.  It comes with the
  "proof-of-concept" ZIP filesystem which seems to be pretty stable.

==============================================================================
Name: SMB for FUSE

Author: Vincent Wagelaar / vincent at ricardis tudelft nl

Homepage: http://hannibal.lr-s.tudelft.nl/~vincent/fusesmb/

Description:

  With SMB for Fuse you can seamlessly browse your network
  neighbourhood as were it on your own filesystem.

==============================================================================
Name: Run-Time-Access

Author: Bob Smith / bsmith at linuxtoys org

Homepage: http://www.runtimeaccess.com

Description:

  RTA is a specialized memory resident interface to the internal data
  of your application. It is not a stand-alone server but a library
  which attaches to your program and offers up your program's internal
  structures and arrays as tables in a database and as files in a
  virtual file system.

==============================================================================
Name: PhoneBook

Author: David McNab / david at rebirthing co nz

Homepage: http://www.freenet.org.nz/phonebook

Description:

  PhoneBook is expressly designed for use in situations where someone can
  be under pressure (legal, military and/or criminal) to disclose
  decryption keys, and has a 'chaffing' scheme whereby the user can
  disclose only passphrases for non-sensitive material, and credibly deny
  the existence of anything else.

==============================================================================
Name: KIO Fuse Gateway

Author: Alexander Neundorf / neundorf at kde org

Homepage: http://kde.ground.cz/tiki-index.php?page=KIO+Fuse+Gateway

Description:

  This gateway makes it possible to mount ioslaves or a general
  ioslave-gateway via fuse and make them this way available to all
  linux apps.

==============================================================================
Name: C# bindings

Author: Valient Gough / vgough at pobox com

Homepage: http://pobox.com/~vgough/fuse-csharp.html

Description:

  It allows you to write a Linux filesystem in C#. It uses the FUSE
  library to do the actual Linux filesystem integration, and adds an
  interface to the Mono runtime.

==============================================================================
Name: LUFS bridge (alpha)

Author: Miklos Szeredi / miklos at szeredi hu

Homepage: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132803

Description:

  This is a modified LUFS daemon, which uses the FUSE kernel module.  It
  is binary compatible with existing LUFS filesystems, so no
  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.

==============================================================================
Name: Fusedav

Author: Lennart Poettering / mzshfrqni at 0pointer de

Homepage: http://0pointer.de/lennart/projects/fusedav/

Description:

  fusedav is a Linux userspace file system driver for mounting WebDAV
  shares.  It makes use of FUSE as userspace file system API and neon
  as WebDAV API.

==============================================================================
Name: RelFS

Author: Vincenzo Ciancia / vincenzo_ml at yahoo it

Homepage: http://relfs.sourceforge.net/

Description:

  This is a linux userspace filesystem using fuse and a relational
  database to store information about files. Special directories can
  represent views on the database, and many powerful features, such as
  bayesian classification, are added through plugins.

==============================================================================
Name: GmailFS

Author: Richard Jones / richard at jones name

Homepage: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html

Description:

  GmailFS provides a mountable Linux filesystem which uses your Gmail
  account as its storage medium. GmailFS is a Python application and
  uses the FUSE userland filesystem infrastructure to help provide the
  filesystem, and libgmail to communicate with Gmail.

==============================================================================
Name: DataDraw

Author: Bill Cox / bill at viasic com

Homepage: http://www.viasic.com/opensource/

Description:

  This is an EDA specific data structure diagramming and code
  generation tool.

==============================================================================
Name: gphoto2-fuse-fs

Author: Christopher Lester / lester at hep phy cam ac uk

Homepage: http://www.hep.phy.cam.ac.uk/~lester/gphoto2-fuse-fs/

Description:

  This program allows mounting a gphoto2 based digital camera so that
  you can access the files via "standard" programs like "ls, cat, tar,
  gthumb, netscape, firefox, etc" rather than just through "gtkam and
  gphoto2"

==============================================================================
Name: cvsfs-fuse

Author: Patrick Frank / pfrank at gmx de

Homepage: http://sourceforge.net/projects/cvsfs

Description:

  This provides a package which presents the CVS contents as mountable
  file system. It allows to view the versioned files as like they were
  ordinary files on a disk. There is also a possibility to check
  in/out some files for editing.

==============================================================================
Name: Wayback (User-level Versioning File System for Linux)

Author: Brian Cornell / techie at northwestern edu

Homepage: http://wayback.sourceforge.net/

Description:

  When you use a Wayback file system, old versions of files are never
  lost. No matter how much you change a file or directory, everything
  is always kept in a versioning file so that you never lose important
  data. Wayback provides the ability to remount any already mounted
  file system with versioning support under a different
  directory.

==============================================================================
Name: Trivial Rolebased Authorisation & Capability Statemachine (TRACS)

Author: Rob J Meijer / rmeijer at xs4all nl

Homepage: http://www.xs4all.nl/~rmeijer/tracs.html

Description:

  This project is the first spin-off project of the Security Incident
  Policy Enforcement System project. In the process of designing a
  SIPES, the need was recognized for the implementation of an
  authorisation server that provides functionality not provided by any
  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.

==============================================================================