|
FUSE (Filesystem in Userspace) 2.8.4
Program Specifications
|
Version: |
2.8.4
|
Size: |
500 KB |
Publisher: |
FUSE Project |
Date Added: |
Jun 10, 2010 |
License [?]: |
Open Source |
Operating System: |
Linux |
Requirements: |
|
Download Links: |
Download FUSE (Filesystem in Userspace)
|
BumperSoft Editor's Review Status:
|
|
|
|
Publisher's Description of FUSE (Filesystem in Userspace)
" FUSE makes it possible to implement a filesystem in a userspace program. "
- From FUSE Project
With FUSE it is possible to implement a fully functional filesystem in a userspace program.
Features include:
* Simple library API
* Simple installation (no need to patch or recompile the kernel)
* Secure implementation
* Userspace - kernel interface is very efficient
* Usable by non privileged users
* Runs on Linux kernels 2.4.X and 2.6.X
* Has proven very stable over time
FUSE was originally developed to support AVFS but it has since became a separate project. Now quite a few other projects are using it. Implementing a filesystem is simple, a hello world filesystem is less than a 100 lines long. Here's a sample session:
~/fuse/example$ mkdir /tmp/fuse
~/fuse/example$ ./hello /tmp/fuse
~/fuse/example$ ls -l /tmp/fuse
total 0
-r--r--r-- 1 root root 13 Jan 1 1970 hello
~/fuse/example$ cat /tmp/fuse/hello
Hello World!
~/fuse/example$ fusermount -u /tmp/fuse
~/fuse/example$
|
Share FUSE (Filesystem in Userspace) with Friends
Tags
RELATED DOWNLOADS
(Telnet, SSH and Terminal Emulator)
|
Sorry, no recommended downloads for this category.
|
|
|
WEEK'S TOP DOWNLOADS
(All Categories)
|
|