5 lines
276 B
Text
5 lines
276 B
Text
perfuse brings full FUSE support to NetBSD It has two components:
|
|
- a daemon that creates a /dev/fuse socket and that performs PUFFS
|
|
relay to FUSE.
|
|
- a library and a header file to use in filesystems and libraries that
|
|
open /dev/fuse, so that they are directed to the socket.
|