📄 filesystems
字号:
This was generated on 2006/01/09 from http://fuse.sourceforge.net/wiki/index.php/LanguageBindings http://fuse.sourceforge.net/wiki/index.php/FileSystems http://fuse.sourceforge.net/wiki/index.php/OperatingSystemsFor an up to date version please see the above pages. You can alsoadd new entries there.===============================================================================Language Bindings===============================================================================CThis is the native API------------------------------------------------------------------------------JavaName: FUSE-JAuthor: Peter Levart / peter.levart at select-tech siDownload: http://www.select-tech.si/fuse/Description FUSE-J provides Java binding for FUSE. It comes with the "proof-of-concept" ZIP filesystem which seems to be pretty stable.------------------------------------------------------------------------------C#Name: SULF - Stackable User-Level FilesystemAuthor: Valient Gough / vgough at pobox comHomepage: http://arg0.net/users/vgough/sulf/index.htmlDescription SULF allows you to write a Linux filesystem in C#. It uses the FUSE library to do the actual Linux filesystem integration in user-space.------------------------------------------------------------------------------HaskellName: hfuseAuthor: Jeremy BobbioDarcs repository: http://darcs.haskell.org/hfuse/------------------------------------------------------------------------------HaskellName: FuseIOAuthor: David RoundyDarcs repository: http://abridgegame.org/repos/fuse_exampleMailing list announcement: http://article.gmane.org/gmane.comp.lang.haskell.cafe/8110------------------------------------------------------------------------------TCLName: TCL FUSE interfaceAuthor: Colin McCormack? / colin at chinix comHomepage: http://mini.net/tcl/13853------------------------------------------------------------------------------PythonName: Python interface for FUSEAuthor: Jeff EplerMaintainer: Sebastien Delafond / sdelafond at gmx netCVS: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fuse co -P python------------------------------------------------------------------------------PerlName: Perl interface for FUSEAuthor: Mark GlinesMaintainer: Dobrica Pavlinusic / dpavlin at rot13 orgHomepage: http://search.cpan.org/~dpavlin/Fuse/CVS: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fuse co -P perl------------------------------------------------------------------------------ShName: Fuse-J-shfsAuthor: Paul "Joey" Clark / joey at hwi ath cxHomepage: http://hwi.ath.cx/twiki/bin/view/Neuralyte/FuseJshfsDescription Fuse-J-shfs lets you easily implement a virtual filesystem in Unix shellscript. And naturally, it already has some handy vfs implementations you can use straight away: gzip, rar, sparse, ...------------------------------------------------------------------------------OCamlName: OCamlFuseHomepage: http://sourceforge.net/projects/ocamlfuseDescription This is an ocaml binding for fuse enabling you to write your own multithreaded userspace filesystems using the ocaml programming language.------------------------------------------------------------------------------PliantSource: http://fullpliant.org/pliant/browse/file/pliant/linux/storage/fuse.pli?text------------------------------------------------------------------------------RubyName: FuseFSHomepage: http://rubyforge.org/projects/fusefs===============================================================================File Systems===============================================================================OWFSAuthor: Paul H. Alfille / palfille at partners orgHomepage: http://owfs.sourceforge.netDescription One Wire File System (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.------------------------------------------------------------------------------FunFSStatus: alphaAuthor: Michael Grigoriev (Net Integration Technologies) / mag at luminal orgHomepage: http://www.luminal.org/wiki/index.php/FunFS/FunFSDescription FunFS is an advanced network file system with a simple goal: to be better than NFS.------------------------------------------------------------------------------EncFSAuthor: Valient Gough / vgough at pobox comHomepage: http://pobox.com/~vgough/encfs.htmlDescription 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.------------------------------------------------------------------------------SMB for FUSEAuthor: Vincent Wagelaar / vincent at ricardis tudelft nlHomepage: http://hannibal.lr-s.tudelft.nl/fusesmb/Description With SMB for Fuse you can seamlessly browse your network neighbourhood as were it on your own filesystem.------------------------------------------------------------------------------Run-Time-AccessAuthor: Bob Smith / bsmith at linuxtoys orgHomepage: http://www.runtimeaccess.comDescription 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.------------------------------------------------------------------------------PhoneBookAuthor: David McNab / david at rebirthing co nzHomepage: http://www.freenet.org.nz/phonebookDescription 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.------------------------------------------------------------------------------KIO Fuse GatewayAuthor: Alexander Neundorf / neundorf at kde orgHomepage: http://kde.ground.cz/tiki-index.php?page=KIO+Fuse+GatewayDescription 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.------------------------------------------------------------------------------LUFS bridgeStatus: alphaAuthor: Miklos Szeredi / miklos at szeredi huHomepage: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132803Description 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.------------------------------------------------------------------------------Bluetooth File SystemName: btfsAuthor: Collin R. Mulliner / collin at betaversion netHomepage: http://www.mulliner.org/bluetooth/btfs.phpDescription 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.------------------------------------------------------------------------------mcachefsAuthor: Michael Still / mikal at stillhq comHomepage: http://lists.samba.org/archive/linux/2004-March/010211.htmlDescription 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.------------------------------------------------------------------------------FusedavAuthor: Lennart Poettering / mzshfrqni at 0pointer deHomepage: 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.------------------------------------------------------------------------------RelFSAuthor: Vincenzo Ciancia / vincenzo_ml at yahoo itHomepage: 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.------------------------------------------------------------------------------GmailFSAuthor: Richard Jones / richard at jones nameHomepage: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.htmlDescription 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.------------------------------------------------------------------------------DataDrawAuthor: Bill Cox / bill at viasic comHomepage: http://www.viasic.com/opensource/Description This is an EDA specific data structure diagramming and code generation tool.------------------------------------------------------------------------------gphoto2-fuse-fsAuthor: Christopher Lester / lester at hep phy cam ac ukHomepage: 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"------------------------------------------------------------------------------CvsFSAuthor: Patrick Frank / pfrank at gmx deHomepage: http://sourceforge.net/projects/cvsfsDescription 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.------------------------------------------------------------------------------User-level Versioning File SystemName: WaybackAuthor: Brian Cornell / techie at northwestern eduHomepage: 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.------------------------------------------------------------------------------Trivial Rolebased Authorisation & Capability StatemachineName: TRACSAuthor: Rob J Meijer / rmeijer at xs4all nlHomepage: http://www.xs4all.nl/~rmeijer/tracs.htmlDescription 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.------------------------------------------------------------------------------SshFSAuthor: Miklos Szeredi / miklos at szeredi huHomepage: http://fuse.sourceforge.net/sshfs.htmlDescription 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.------------------------------------------------------------------------------SiefsAuthor: Dmitry Zakharov aka Chaos / dmitry-z at mail ruHomepage: http://chaos.allsiemens.com/siefsDescription 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.------------------------------------------------------------------------------Offline Media Content DatabaseName: MediaDatabase?Author: Mediadatabase TeamHomepage: http://mediadatabase.sourceforge.net/Description MediaDatabase? is database to store filesystem metadata (directory structure) and/or audio tracks descriptions of offline media and frontends to database (WWW, GUI and CUI). It was developed to fight chaos of large compact disk collection but it can help track other removable media such as floppy disks and data DVDs.------------------------------------------------------------------------------CddfsAuthor: Matthieu CastetHomepage: http://castet.matthieu.free.fr/cddfs/Description Cddfs is a file system for fuse that use libparanoia in order to mount your audio cd.------------------------------------------------------------------------------SMBNetFS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -