Linux Userland Filesystem

Source: Wikipedia, the free encyclopedia.

The Linux Userland Filesystem (LUFS) is a

kernel mode to user mode. With LUFS it is possible, among other things, to mount remote directories via SSH, FTP or Gnutella. As with FUSE, an LUFS filesystem can be developed with little effort comparable with a normal application. With the addition of FUSE in the Linux kernel
LUFS has lost its relevance and is no longer being developed. Filesystems developed using LUFS can be used on FUSE with a translator layer called lufis.

External links