Filesystem in Userspace 2.6.1 review (linux)

Add to Watch List

FUSE can implement a fully functional filesystem in a userspace program. Here are some key features of "Filesystem in Userspace":

License: GPL (GNU General Public License)
OS: Linux
File size: 0K
Developer: Miklos Szeredi      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

Filesystem in Userspace 2.6.1 is filesystems software developed by Miklos Szeredi.
FUSE can implement a fully functional filesystem in a userspace program.

Here are some key features of "Filesystem in Userspace":

  • 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

    Installation

    Some projects include the whole FUSE package (for simpler installation). In other cases or just to try out the examples FUSE must be installed first. The installation is simple, after unpacking enter:

    ./configure
    make
    make install

    If this produces an error, please read on.

    The configure script will try to guess the location of the kernel source. In case this fails, it may be specified using the --with-kernel parameter. Building the kernel module needs a configured kernel source tree matching the running kernel. If you build your own kernel this is no problem. On the other hand if a precompiled kernel is used, the kernel headers used by the FUSE build process must first be prepared. There are two possibilities:

    1. A package containing the kernel headers for the kernel binary is available in the distribution (e.g. on Debian it's the kernel-headers-X.Y.Z package for kernel-image-X.Y.Z)
    2. The kernel source must be prepared:
    - Extract the kernel source to some directory
    - Copy the running kernel's config (usually found in /boot/config-X.Y.Z) to .config at the top of the source tree
    - Run make menuconfig, then make dep at the top of the source tree (only needed on 2.4 kernels)

    If using the 2.6 kernel, then write access is needed to some files in the kernel source tree. Usually it is enough if you make .tmp_versions and .__modpost.cmd writable.

    What's New in This Release:
  • This is the first bug fix release in the 2.6.x series.
    Filesystem in Userspace 2.6.1 supports different languages (including english). It works with Linux.

    Downloading Filesystem in Userspace 2.6.1 will take if you use fast ADSL connection.


    Download

    • 100mbit/s dedicated server
    • 100% availability


    Latest User Reviews

    Write a Filesystem in Userspace Review

    Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

    Filesystem in Userspace related software

    • Filesystem in Userspace 2.6.1
      FUSE can implement a fully functional filesystem in a userspace program. Here are some key features of "Filesystem in Userspace":
    • NdisWrapper 1.31
      NdisWrapper implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows dri
    • Kernelconfig 1.0
      Kernelconfig is a program that performs the steps required to configure, build, and install the Linux kernel. It also has the abil